AIF-C01 Study Platform

Domain 1 Mock Exam — 50 Questions (Lessons 1–3 cumulative)

50 questions.

Q1easymcq

What is the broadest category that contains Machine Learning, Deep Learning, and Generative AI?

Q2easymcq

Which inferencing type processes many inputs together on a schedule, nobody waiting live?

Q3easymcq

Which learning type uses labeled data, where every example has the correct answer attached?

Q4easymcq

Which AWS service detects sentiment of thousands of customer reviews?

Q5easymcq

Which technique groups data points by similarity with no predefined labels?

Q6easymcq

Which metric measures the fraction of ALL predictions that were correct?

Q7easymcq

What is the term for a deployed model's performance degrading as live data diverges from training data?

Q8easymcq

Which deployment method means AWS manages the infrastructure and you just send/receive requests?

Q9easymcq

Which AWS offering gives access to multiple FMs from different providers through one API, plus Knowledge Bases and Guardrails?

Q10easymcq

Which is a business metric rather than a model/technical metric?

Q11easymcq

Which describes an 'algorithm' as opposed to a 'model'?

Q12easymcq

A system spotting defective products via camera images is an example of which AI capability?

Q13easymcq

Using an already-trained open-source model largely as-is is an example of which FM source?

Q14easymcq

A task requiring an exact, guaranteed answer every time (e.g., payroll tax) is generally a poor ML fit because:

Q15easymcq

Which term describes treating ML systems as an ongoing, repeatable, managed process?

Q16mediummcq

A logistics company collects GPS pings every 5s from trucks, historical routes labeled 'on-time'/'delayed', wants instant delay alerts. Correct (1) data type, (2) learning type, (3) inferencing type?

Q17mediummcq

A healthcare company must fully explain/audit every factor behind a diagnosis-support prediction for regulatory compliance. Better fit?

Q18mediummcq

Airport security screening missing a genuine threat (false negative) is far more dangerous than a false alarm. Prioritize?

Q19mediummulti

Which are valid reasons an AI/ML solution might NOT be appropriate for a business problem?

Select all that apply.

Q20mediummcq

A company wants to convert English text into natural-sounding speech for an IVR system, no custom training. Best fit?

Q21mediummcq

Which AWS service detects data quality/model quality/bias drift by comparing live data against a training baseline?

Q22mediummcq

A recommendation model has strong precision/recall but costs $5/prediction while generating only $1 additional revenue per recommendation. Conclusion?

Q23mediumordering

A company records calls in French, needs an English sentiment report. Order the AWS services correctly.

1.Amazon Translate (French → English)
2.Amazon Transcribe (speech → text)
3.Amazon Comprehend (sentiment analysis)
Q24mediummcq

A retail company wants a chatbot that understands questions and routes them to the right department, no custom model. Best fit?

Q25mediummatching

Match each MLOps concept to its definition.

Technical debt
Experimentation
Scalable systems
Repeatable processes
Q26mediummcq

A system is given the goal 'resolve this billing dispute' and independently checks the database, calculates a refund, issues it, and emails confirmation with no human approval. Best described as:

Q27mediummulti

Which correctly describe 'bias' in an AI/ML model?

Select all that apply.

Q28mediummcq

Which AWS service is specifically designed to help detect bias in datasets and models?

Q29mediummcq

A model performs poorly on both training data and new data, never having captured the underlying pattern. This is:

Q30mediummatching

Match each inferencing type to its scenario.

Batch
Real-time
Asynchronous
Serverless
Q31mediummcq

Which algorithm builds many small decision trees in sequence, each correcting prior errors?

Q32mediummcq

Thousands of raw scanned PDF documents with no predefined rows/columns — what data type?

Q33mediummcq

Predicting next month's total sales revenue using 5 years of monthly historical data is best described as:

Q34mediummcq

Which AWS tool is a full AI-powered development environment (agentic IDE), distinct from Amazon Q's chat assistant?

Q35mediummcq

A model reports 96% accuracy where 95% of cases are the majority class. Using the naive-baseline sanity check, conclusion?

Q36hardmcq

A bank's model has 99.5% accuracy detecting fraud but only catches 10% of actual fraud (low recall), with high precision. Missing fraud costs far more than a false alarm. What should the bank conclude?

Q37hardmulti

A company is deciding on a foundation model for an open-ended internal chatbot summarizing arbitrary policy documents. Which support using a FOUNDATION MODEL?

Select all that apply.

Q38hardordering

Order these MLOps-related events chronologically for a deployed fraud model experiencing drift.

1.SageMaker Model Monitor detects a data quality drift vs. the training baseline
2.The model is retrained on fresh transaction data
3.A CloudWatch alarm fires and notifies the ML team
4.The original model is deployed to production and begins serving live predictions
5.The updated model is redeployed to production
Q39hardmcq

Model X: 85% precision, 80% recall, $0.10/prediction. Model Y: 95% precision, 92% recall, $3.00/prediction. Fraud loss prevented per catch = $2.50. Which delivers better ROI at high volume?

Q40hardmulti

Which statements accurately distinguish 'asynchronous inferencing' from 'batch inferencing'?

Select all that apply.

Q41hardmcq

A model trained on complaint text only from English-speaking urban call centers performs noticeably worse for rural, non-English-dominant regions even after proper translation. Most likely root cause?

Q42hardmatching

Match each scenario to the concept/metric it should prioritize.

Spam filter where false positives (blocking legit email) are very costly
Disease screening where missing a sick patient (false negative) is catastrophic
A dataset where 99.9% of cases are one class
A model perfect on training data but fails on new data
Q43hardmcq

A company pulls a pre-trained open-source LLM and hosts it themselves on their own SageMaker AI infrastructure, managing all scaling/maintenance in-house. Correct (1) FM source, (2) deployment method?

Q44hardmulti

Which are true about Amazon Bedrock?

Select all that apply.

Q45hardmcq

A model finishes training with excellent evaluation metrics, but no monitoring, logging, or rollback plan is set up before going live. Most accurate assessment?

Q46hardordering

Order these from BROADEST concept to a single concrete example, by increasing specificity.

1.Artificial Intelligence
2.'Predict next month's revenue using linear regression'
3.Machine Learning
4.Regression (technique family)
5.Supervised Learning
Q47hardmcq

A chatbot is evaluated with ROUGE/BLEU against reference answers and scores low, even though human reviewers rate replies as excellent but differently phrased. Most likely explanation?

Q48hardmulti

Which are accurate about the relationship between technical (model) metrics and business metrics?

Select all that apply.

Q49hardordering

A company builds a RAG-style internal search assistant using Bedrock. Order these steps correctly.

1.The foundation model generates an answer grounded in the retrieved documents
2.Company documents are uploaded to S3 and connected to a Bedrock Knowledge Base
3.A user asks a question through the application
4.The Knowledge Base retrieves the most relevant document chunks related to the question
Q50hardmcq

Why might a company choose a traditional ML classification model over a Bedrock foundation model for real-time credit card fraud detection at massive volume?