Courseiva

AI-900 Practice Question: Describe Artificial Intelligence workloads and considerations

Which AI workload type is used when a system needs to automatically organize unstructured data into meaningful groups without predefined categories?

⚠ Common exam trap

It's easy for candidates to confuse clustering with classification, mistakenly thinking that any grouping task requires predefined labels, but clustering is specifically designed for unsupervised discovery of natural groupings in unlabeled data.

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

Clustering

Clustering is the correct AI workload type because it is an unsupervised learning technique that automatically groups unstructured data into meaningful clusters based on inherent similarities, without requiring predefined categories or labeled training data. This makes it ideal for tasks like customer segmentation, document organization, or anomaly detection where the natural structure of the data is unknown.

Answer analysis

Option-by-option breakdown

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

  • Classification

    Why it's wrong here

    Classification is a supervised learning technique that maps input data to predefined output classes using a labeled training set (e.g., spam vs. not spam). Clustering, by contrast, is unsupervised: no target labels are provided, and the algorithm must infer structure from patterns in the features themselves. Because the scenario involves discovering natural groupings rather than assigning to known classes, Classification is not the correct answer.

  • Regression

    Why it's wrong here

    Regression predicts a continuous numeric value, such as a price or temperature, by modeling the relationship between independent variables and a target output. Clustering does not estimate any numeric quantity; instead, it partitions records into discrete groups based on similarity across features, with no ground-truth output to predict. Since the task asks for grouping unlabeled data, Regression is conceptually misaligned.

  • Clustering

    Why this is correct

    Clustering is an unsupervised learning technique that identifies natural groupings within unlabeled data by maximizing intra-cluster similarity and minimizing inter-cluster similarity. Algorithms such as k-means or DBSCAN assign each data point to a cluster based on feature distances, without any predefined categories or training labels. This matches the described scenario of discovering natural segments, making Clustering the correct choice.

  • Object detection

    Why it's wrong here

    Object detection is a computer vision task that draws bounding boxes and classifies specific objects within an image (e.g., pedestrians, cars), treating an image as a spatial grid and using region proposals or anchor boxes. Clustering is a data-centric organization method that groups arbitrary structured or unstructured feature vectors by mathematical distance. Because the problem deals with grouping data points rather than localizing items in visual scenes, object detection is incorrect.

About these practice questions

One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.