Practice Exam Questions
Question 1
A retail company wants to group customers based on purchasing behavior without defining categories in advance.
Which machine learning technique should be used?
A. Regression
B. Classification
C. Clustering
D. Anomaly detection
Correct Answer: C
Explanation:
The goal is to group unlabeled data and discover natural segments, which is clustering.
Question 2
An organization analyzes large volumes of web traffic data to identify patterns in user behavior.
Which machine learning approach is most appropriate?
A. Classification
B. Regression
C. Clustering
D. Forecasting
Correct Answer: C
Explanation:
Identifying patterns and similarities in unlabeled data is a clustering scenario.
Question 3
Which scenario is best suited for clustering?
A. Predicting monthly revenue
B. Determining whether a transaction is fraudulent
C. Segmenting customers into behavior-based groups
D. Estimating delivery time
Correct Answer: C
Explanation:
Customer segmentation without predefined labels is a classic clustering use case.
Question 4
A company wants to organize products into groups based on similarity without predefined categories.
What type of machine learning technique is being used?
A. Regression
B. Classification
C. Clustering
D. Recommendation
Correct Answer: C
Explanation:
Grouping items based on similarity without labels is clustering.
Question 5
Which characteristic most strongly indicates a clustering scenario?
A. Numeric output values
B. Predefined labels
C. Labeled training data
D. Unlabeled data
Correct Answer: D
Explanation:
Clustering uses unlabeled data to discover structure and patterns.
Question 6
An AI system groups support tickets by similarity to identify common issues, without predefined issue types.
Which machine learning approach is being used?
A. Classification
B. Regression
C. Clustering
D. Natural language processing
Correct Answer: C
Explanation:
The system groups tickets without predefined labels, which indicates clustering.
Question 7
Which output best represents a clustering result?
A. Approved / Rejected
B. 4.7 hours
C. Cluster A, Cluster B, Cluster C
D. High risk
Correct Answer: C
Explanation:
Clusters represent group assignments, not numeric values or labels.
Question 8
A data scientist wants to explore a dataset to discover natural groupings before defining categories.
Which technique should be used?
A. Classification
B. Regression
C. Clustering
D. Forecasting
Correct Answer: C
Explanation:
Clustering is used for exploratory analysis to find natural groupings.
Question 9
Which statement best describes clustering?
A. It predicts numeric values
B. It assigns predefined labels
C. It groups similar data points
D. It detects unusual events
Correct Answer: C
Explanation:
Clustering groups data points based on similarity without predefined labels.
Question 10
On the AI-900 exam, which keyword most strongly signals a clustering scenario?
A. Estimate
B. Categorize
C. Group
D. Measure
Correct Answer: C
Explanation:
Group indicates organizing unlabeled data into clusters, which is clustering.
Exam-Day Tip
If a machine learning related question mentions …
- No labels
- Discover patterns
- Group or segment data
… the correct answer is likely to be related to Clustering.
Go to the AI-900 Exam Prep Hub main page.
