AWS Certified AI Practitioner · Difficulty

Hard AIF-C01 practice questions

Challenge — multi-step scenarios, trade-offs, and subtle distinctions. 11 hard questions available — no sign-up, always free.

Question 1 of 11

A financial services company has a central ML platform team in one AWS account that trains and approves models, and several business-unit teams in separate AWS accounts that deploy those models. Compliance requires that only approved model versions be deployable, that model metadata and approval status be centrally tracked, and that teams cannot deploy unapproved models. Which approach best meets these governance requirements?

Reviewed for accuracy · Report an issue
Question 2 of 11

A consumer-facing company operates in a region where privacy regulations grant customers the 'right to be forgotten.' A customer has formally requested that all of their personal data be deleted, including any data used to train the company's machine learning models. The compliance team asks the ML team how to best respond to this request for data used in model training. What is the most appropriate action?

Reviewed for accuracy · Report an issue
Question 3 of 11

A retail company runs a customer-facing chatbot on a large foundation model that produces high-quality responses but has high per-request cost and slow response times during peak traffic. The team wants to reduce inference cost and latency while preserving as much response quality as possible for their specific chatbot use case. Which approach best meets these goals?

Reviewed for accuracy · Report an issue
Question 4 of 11

A healthcare software company is building an assistant that must reliably interpret and generate highly specialized oncology terminology and follow domain-specific clinical writing conventions. The underlying knowledge (drug names, protocols) is stable and rarely changes. Testing shows a general foundation model misuses terminology and produces text in the wrong clinical style even when relevant reference documents are supplied in the prompt. Which approach best addresses this problem?

Reviewed for accuracy · Report an issue
Question 5 of 11

A payments company is building a fraud detection model. Fraudulent transactions make up only 0.5% of all transactions in the training dataset. During evaluation, the team notices the model reports 99.5% accuracy but almost never flags real fraud. What is the most likely explanation for this outcome?

Reviewed for accuracy · Report an issue
Question 6 of 11

A healthcare company runs an on-premises data processing application that needs to call Amazon SageMaker inference endpoints in AWS. The security team requires that no long-term AWS access keys be stored on the on-premises servers, and that all access use temporary credentials tied to the servers' existing X.509 certificates issued by the company's private certificate authority. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 7 of 11

A team builds a RAG application using Amazon Bedrock. They generated and stored document embeddings in a vector database using one embedding model. Later, they switched the query-time embedding model to a different, newer model to improve results, but kept the previously indexed document vectors unchanged. Users now report that retrieved passages are irrelevant to their questions. What is the most likely cause?

Reviewed for accuracy · Report an issue
Question 8 of 11

A company has deployed a RAG-based customer support assistant using a foundation model and a vector store of product documentation. Users complain that the assistant sometimes gives accurate-sounding but incorrect answers. An engineer suspects the retrieval step is returning irrelevant document chunks. Which evaluation approach BEST helps confirm whether the retrieval component is the source of the problem?

Reviewed for accuracy · Report an issue
Question 9 of 11

A media company wants a foundation-model application that generates news summaries in the exact editorial writing style used by their senior editors. They have 5,000 high-quality example summaries written in this style, and the style rarely changes. The underlying news content changes daily and comes from a separate live feed that is already injected into the prompt at request time. The team wants the lowest possible per-request latency and does not want to inject style examples into every prompt. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 10 of 11

A financial services team uses a small foundation model with a RAG pipeline to answer questions about their internal policies. Retrieval is accurate and the correct policy documents are consistently injected into the prompt, but users complain that the model still fails to correctly combine multiple policy rules to reach a conclusion (e.g., determining eligibility that depends on three separate conditions). What is the most likely cause, and what should the team do first?

Reviewed for accuracy · Report an issue
Question 11 of 11

A bank deployed a loan-approval ML model six months ago. The team validated fairness across demographic groups before launch. Recently, customer complaints suggest approval rates have shifted unfavorably for certain groups, even though the model code has not changed. Which responsible-AI practice most directly addresses this situation?

Reviewed for accuracy · Report an issue