Question 891 of 1,020

Quick Answer

The answer is binary classification, as the task of predicting whether a credit card transaction is fraudulent or legitimate involves sorting data into exactly two mutually exclusive categories. This is the core technical concept: binary classification algorithms in Azure Machine Learning, such as Two-Class Logistic Regression or Two-Class Boosted Decision Tree, output a probability score for one of two possible labels, making them the precise fit for this fraud detection scenario. On the Microsoft Azure AI-900 exam, this question tests your ability to match the number of output classes to the correct task type—a common trap is confusing binary classification with multiclass classification when the problem has only two outcomes. Remember the memory tip: “Binary means two—fraud or not fraud.”

AI-900 Practice Question: Describe fundamental principles of machine learning on Azure

This AI-900 practice question tests your understanding of describe fundamental principles of machine learning on azure. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: binary classification predicts one of two possible discrete outcomes.. 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.

A data scientist is building a machine learning model to predict whether a credit card transaction is fraudulent or legitimate. The dataset contains 100,000 historical transactions, each labeled as 'fraudulent' or 'legitimate'. Which type of machine learning task should the data scientist use in Azure Machine Learning?

Question 1mediummultiple choice
Full question →

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

Binary classification

Binary classification is the correct choice because the prediction task involves distinguishing between exactly two mutually exclusive classes: 'fraudulent' and 'legitimate'. In Azure Machine Learning, binary classification algorithms (e.g., Two-Class Logistic Regression, Two-Class Boosted Decision Tree) are designed to output a probability score for one of two labels, making them ideal for this fraud detection scenario.

Key principle: Binary classification predicts one of two possible discrete outcomes.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Regression

    Why it's wrong here

    Regression predicts a continuous numeric value (e.g., transaction amount), not a binary category.

  • Binary classification

    Why this is correct

    Binary classification correctly handles two distinct classes: fraudulent vs. legitimate.

    Related concept

    Binary classification predicts one of two possible discrete outcomes.

  • Multi-class classification

    Why it's wrong here

    Multi-class classification is for three or more classes, not a binary outcome.

  • Clustering

    Why it's wrong here

    Clustering is an unsupervised technique that groups similar data without using labels, whereas this dataset has labels.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse binary classification with multi-class classification, mistakenly thinking that 'fraudulent' and 'legitimate' are two separate classes requiring multi-class logic, when in fact binary classification is explicitly designed for exactly two outcomes.

Trap categories for this question

  • Similar concept trap

    Clustering is an unsupervised technique that groups similar data without using labels, whereas this dataset has labels.

Detailed technical explanation

How to think about this question

Under the hood, binary classification models in Azure ML use algorithms like logistic regression, which applies a sigmoid function to map any real-valued input to a probability between 0 and 1, with a default threshold of 0.5 to assign the class. A subtle behavior is that the threshold can be tuned to optimize precision-recall trade-offs, which is critical in fraud detection where false negatives (missing fraud) are far more costly than false positives. In a real-world scenario, imbalanced datasets (e.g., 99% legitimate, 1% fraudulent) require techniques like SMOTE or class weighting to prevent the model from simply predicting 'legitimate' for all transactions.

KKey Concepts to Remember

  • Binary classification predicts one of two possible discrete outcomes.
  • It is a supervised learning task requiring labeled training data.
  • Examples include 'yes/no', 'true/false', 'spam/not spam', or 'fraudulent/legitimate'.
  • Common algorithms include Logistic Regression, SVMs, and Decision Trees.

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

Binary classification predicts one of two possible discrete outcomes.

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. Binary classification predicts one of two possible discrete outcomes. 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.

Review binary classification predicts one of two possible discrete outcomes., then practise related AI-900 questions on the same topic to reinforce the concept.

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.

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 fundamental principles of machine learning on Azure — This question tests Describe fundamental principles of machine learning on Azure — Binary classification predicts one of two possible discrete outcomes..

What is the correct answer to this question?

The correct answer is: Binary classification — Binary classification is the correct choice because the prediction task involves distinguishing between exactly two mutually exclusive classes: 'fraudulent' and 'legitimate'. In Azure Machine Learning, binary classification algorithms (e.g., Two-Class Logistic Regression, Two-Class Boosted Decision Tree) are designed to output a probability score for one of two labels, making them ideal for this fraud detection scenario.

What should I do if I get this AI-900 question wrong?

Review binary classification predicts one of two possible discrete outcomes., then practise related AI-900 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Binary classification predicts one of two possible discrete outcomes.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More AI-900 practice questions

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.