- A
AI runs faster than conventional programs
Why wrong: Speed depends on hardware and implementation — the key difference is how programs are created: explicit rules vs. learned patterns.
- B
AI learns rules from data; conventional programming requires explicit rule specification
Conventional programming = developer writes explicit logic. AI = algorithm learns rules automatically from training examples.
- C
AI can only work with images; conventional programming works with all data types
Why wrong: AI works with all data types including text, audio, and structured data — the distinction is in how the logic is created.
- D
Conventional programming is more accurate than AI
Why wrong: For complex pattern recognition tasks (image recognition, NLP), AI significantly outperforms hand-crafted rules.
Quick Answer
The correct answer is that AI learns rules from data, while conventional programming requires explicit rule specification. This distinction is fundamental because in traditional software development, a programmer must manually code every logical pathway using conditional statements like if-then-else, whereas AI—particularly machine learning—automatically discovers patterns and decision boundaries by training on labeled or unlabeled datasets. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of how AI differs from rule-based systems, often appearing in questions about when to use AI versus hard-coded logic. A common trap is confusing AI with simple automation; remember that AI adapts from data, not from pre-written instructions. For a quick memory tip, think: “Conventional programs follow recipes; AI learns to cook by tasting.”
AI-900 Practice Question: Describe Artificial Intelligence workloads and considerations
This AI-900 practice question tests your understanding of describe artificial intelligence workloads and considerations. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
What is the difference between AI and conventional programming?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
AI learns rules from data; conventional programming requires explicit rule specification
Option B is correct because the fundamental distinction between AI and conventional programming lies in how rules are derived. In conventional programming, developers explicitly code every rule and logic path (e.g., if-then-else statements). In AI, particularly machine learning, the system learns patterns and rules directly from labeled or unlabeled data through training algorithms, without being explicitly programmed for each scenario. This enables AI to handle complex tasks like image recognition or natural language understanding where manual rule specification is impractical.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
AI runs faster than conventional programs
Why it's wrong here
Speed depends on hardware and implementation — the key difference is how programs are created: explicit rules vs. learned patterns.
- ✓
AI learns rules from data; conventional programming requires explicit rule specification
Why this is correct
Conventional programming = developer writes explicit logic. AI = algorithm learns rules automatically from training examples.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
AI can only work with images; conventional programming works with all data types
Why it's wrong here
AI works with all data types including text, audio, and structured data — the distinction is in how the logic is created.
- ✗
Conventional programming is more accurate than AI
Why it's wrong here
For complex pattern recognition tasks (image recognition, NLP), AI significantly outperforms hand-crafted rules.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse 'faster performance' or 'broader data compatibility' with the core conceptual difference, leading them to choose Option A or C instead of recognizing that the defining distinction is how rules are created—learned versus explicitly programmed.
Detailed technical explanation
How to think about this question
Under the hood, conventional programming follows a deterministic execution path based on hardcoded logic, while AI models (e.g., a trained neural network) use learned weights and biases to map inputs to outputs via matrix multiplications and activation functions. A subtle behavior is that AI models may generalize well to unseen data but can also overfit or underfit, requiring careful validation—something conventional programs never face. In a real-world scenario, a spam filter built with conventional rules (e.g., blacklist keywords) fails against new spam patterns, whereas an AI model trained on thousands of email examples can adapt to evolving tactics by learning new feature combinations.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Describe Artificial Intelligence workloads and considerations — study guide chapter
Learn the concepts, then practise the questions
- →
Describe Artificial Intelligence workloads and considerations practice questions
Targeted practice on this topic area only
- →
All AI-900 questions
1,020 questions across all exam domains
- →
Microsoft Azure AI Fundamentals AI-900 study guide
Full concept coverage aligned to exam objectives
- →
AI-900 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AI-900 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Describe Artificial Intelligence workloads and considerations practice questions
Practise AI-900 questions linked to Describe Artificial Intelligence workloads and considerations.
Describe fundamental principles of machine learning on Azure practice questions
Practise AI-900 questions linked to Describe fundamental principles of machine learning on Azure.
Describe features of computer vision workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of computer vision workloads on Azure.
Describe features of Natural Language Processing workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of Natural Language Processing workloads on Azure.
Describe features of generative AI workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of generative AI workloads on Azure.
AI-900 fundamentals practice questions
Practise AI-900 questions linked to AI-900 fundamentals.
AI-900 scenario practice questions
Practise AI-900 questions linked to AI-900 scenario.
AI-900 troubleshooting practice questions
Practise AI-900 questions linked to AI-900 troubleshooting.
Practice this exam
Start a free AI-900 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AI-900 question test?
Describe Artificial Intelligence workloads and considerations — This question tests Describe Artificial Intelligence workloads and considerations — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: AI learns rules from data; conventional programming requires explicit rule specification — Option B is correct because the fundamental distinction between AI and conventional programming lies in how rules are derived. In conventional programming, developers explicitly code every rule and logic path (e.g., if-then-else statements). In AI, particularly machine learning, the system learns patterns and rules directly from labeled or unlabeled data through training algorithms, without being explicitly programmed for each scenario. This enables AI to handle complex tasks like image recognition or natural language understanding where manual rule specification is impractical.
What should I do if I get this AI-900 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.