Example Question 1 – Multiple Choice
Question:
An AI engineer is developing a model that classifies images of animals. The dataset is large and labeled.
Which type of learning is most appropriate?
A. Unsupervised Learning
B. Supervised Learning
C. Reinforcement Learning
D. Transfer Learning
Correct Answer: B
Explanation: Supervised learning is used when **labeled data** is available for training a classification model.
Example Question 2 – Scenario Based
Scenario:
You've deployed a sentiment analysis model to a production API. Users report that the model gives inconsistent
results during peak traffic hours.
Question:
What's the most likely cause?
A. Data drift in the model training set
B. Latency in model monitoring system
C. Insufficient compute resources on deployment server
D. Model version mismatch
Correct Answer: C
Explanation: Performance issues during load spikes are usually caused by **inadequate compute allocation or autoscaling limits.**
Example Question 3 – Case Study
Case Summary:
A healthcare organization wants to automate patient triage using AI. The model must comply with data privacy
laws and provide explainable results.
Question:
Which approach should the AI Engineer prioritize?
A. Use deep learning with no interpretation layers
B. Implement a black-box model for higher accuracy
C. Use explainable AI (XAI) techniques
D. Collect more data from social media sources
Correct Answer: C
Explanation: In healthcare, **explainability and compliance** are essential; XAI methods ensure model transparency.