Practice for the AWS Certified AI Practitioner (AIF-C01) exam with 15 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: A legal research firm is seeking to implement a cutting-edge AI solution that can generate detailed responses to complex. Follow @CertPunch and visit certpunch.com for more certification practice exams and study content.
Prefer hands-on? Take this round as an interactive practice test — answer every question, get instant feedback, and see your score: Start the AWS Certified AI Practitioner (AIF-C01) practice test →
What you will practice
- A legal research firm is seeking to implement a cutting-edge AI solution that can generate detailed responses…
- A manufacturing company aims to leverage Amazon Bedrock to create a generative AI application that automates…
- A healthcare technology company is exploring Amazon Bedrock to develop AI-driven solutions for personalized p…
- A developer is working on an AI application for predicting customer churn. The developer is collaborating wit…
- A streaming service company is developing a machine learning model to automatically classify its extensive mo…
- The development team at an e-commerce company is considering using Amazon Personalize to create tailored expe…
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. A legal research firm is seeking to implement a cutting-edge AI solution that can generate detailed responses to complex legal queries by retrieving relevant information from their extensive database of legal documents. The company wants t…
Answer: A. Knowledge Bases for Amazon Bedrock
Knowledge Bases for Amazon Bedrock provides a fully managed end-to-end Retrieval Augmented Generation workflow by ingesting documents into a vector store. Guardrails filter harmful content, while continued pretraining customizes model weights without retrieving external data.
Q2. A manufacturing company aims to leverage Amazon Bedrock to create a generative AI application that automates the monitoring of inventory levels, sales data, and supply chain information. The application should also recommend optimal reorde…
Answer: B. Agents for Amazon Bedrock
Agents for Amazon Bedrock autonomously orchestrate multi-step tasks by integrating foundation models with proprietary data and APIs. Knowledge Bases only retrieve information, whereas Guardrails and watermark detection focus on safety and image provenance respectively.
Q3. A healthcare technology company is exploring Amazon Bedrock to develop AI-driven solutions for personalized patient care and predictive diagnostics. The team is particularly interested in customizing Foundation Models (FMs) to align with t…
Answer: D. Continued pre-training uses unlabeled data to pre-train a model, whereas, fine-tuning uses labeled data to train a model
Continued pre-training uses unlabeled data to adapt a foundation model to new domains, while fine-tuning uses labeled data to optimize it for specific tasks. Expect exam questions testing the distinction between unsupervised domain adaptation and supervised task-specific training.
Q4. A developer is working on an AI application for predicting customer churn. The developer is collaborating with a research team to ensure the best model is selected for the application. The application needs to accurately identify customers…
Answer: B. Define the use case of the application narrowly
Defining the use case narrowly gives the research team specific, bounded requirements, which directly drives correct model selection. Broadly defining an audience or listing data sources are preliminary discovery steps, but they do not by themselves ensure the best model is chosen.
Q5. A streaming service company is developing a machine learning model to automatically classify its extensive movie library, which includes thousands of titles, into 20 distinct categories based on characteristics such as language, director…
Answer: C. Decision Trees
Decision trees provide high interpretability through clear, visual rules, making them the best fit when you must explain how features drive a classification. Neural networks act as black boxes, and while powerful, they lack the inherent transparency required here.
Q6. The development team at an e-commerce company is considering using Amazon Personalize to create tailored experiences based on user behavior, such as purchase history and browsing patterns. To make an informed decision, the team needs a cle…
Answer: A. Elevate the customer experience with ML-powered personalization
Amazon Personalize uses machine learning to generate real-time, customized product and content recommendations. The other options describe different AWS AI services: Comprehend for text insights, Transcribe for speech-to-text, and Polly for text-to-speech.
Q7. The admissions committee at an Ivy League university has noticed an increasing use of generative AI tools, such as language models, by applicants to draft their application essays. Concerned that some students may be using these tools to p…
Answer: D. Plagiarism
Detecting unauthorized AI-generated essays addresses plagiarism by ensuring applicants submit original work. Hallucination refers to an AI inventing false facts, while bias involves unfair discrimination, neither of which is the primary concern here.
Q8. A healthcare company is considering leveraging generative AI to enhance its data analysis and patient care services. The team is exploring the AWS cloud environment as a platform for deploying generative AI solutions and wants to understan…
Answer: A. Generative AI can automate the creation of new data based on existing patterns, enhancing productivity and innovation
Automating the creation of new data based on existing patterns is the primary advantage of generative artificial intelligence, directly enhancing productivity and driving innovation. The other options are incorrect because no AI can fully replace humans or guarantee absolute security.
Q9. A company is exploring Amazon Q to streamline its internal business processes through automation and generative AI capabilities. The team is particularly interested in understanding how Amazon Q integrates generative AI techniques within i…
Answer: B,C. Large Language Model (LLM) || Retrieval-Augmented Generation (RAG)
Amazon Q Business uses Large Language Models to generate text and Retrieval-Augmented Generation to fetch context from connected enterprise data. Diffusion models, GANs, and VAEs primarily generate images or synthetic tabular data, not enterprise search answers.
Q10. An e-commerce company wants to analyze thousands of customer reviews it receives daily to understand customer sentiment — whether positive, negative, neutral, or mixed. The goal is to gain insights into customer opinions, identify potentia…
Answer: C,D. Amazon Comprehend || Amazon Bedrock
Amazon Comprehend directly analyzes text sentiment, while Amazon Bedrock allows foundation models to perform custom sentiment analysis. Rekognition handles images, Textract extracts document text, and Personalize builds recommendation systems, so none of those process written sentiment.
Q11. A retail company is using an Amazon SageMaker machine learning model to analyze customer purchasing patterns and predict future buying behavior. The data scientists at the company regularly need to process datasets of less than 1 GB, such…
Answer: C. Asynchronous inference
Asynchronous inference is specifically designed for payloads under one gigabyte where immediate real-time responses are unnecessary. Batch transform is wrong because it targets massive datasets rather than these smaller daily payloads processed individually.
Q12. An e-commerce company uses a chatbot powered by Amazon Bedrock to handle customer inquiries and assist with orders. To enhance customer satisfaction, the company wants the chatbot to continuously learn and improve from real-time customer i…
Answer: A. The company should leverage reinforcement learning (RL), where rewards are generated from positive customer feedback to train the chatbot in optimizing its responses
Reinforcement learning uses reward signals from positive feedback to dynamically optimize chatbot responses over time. Incremental training could technically achieve ongoing adaptation, but it lacks the explicit reward optimization focus that reinforcement learning provides.
Q13. A content marketing company is using a generative AI model to automatically draft articles, social media posts, and product descriptions. As the team feeds various text inputs into the model, they notice that the AI can only consider a cer…
Answer: A. This concept is referred to as a context window, which determines the amount of text or information the model can consider at once while generating a response, typically measured in tokens rather than characters
The context window dictates the maximum amount of text, measured in tokens, that a model can process in a single interaction. Tokens themselves are merely the individual subword units, while embeddings represent text as numerical vectors for semantic understanding.
Q14. A technology company is deploying AI systems on AWS to automate its business processes and improve decision-making. The IT team wants to ensure that their AWS environment is optimized for governance, cost savings, performance, security, an…
Answer: D. AWS Trusted Advisor
AWS Trusted Advisor provides real-time guidance to help you follow AWS best practices across cost, performance, security, and fault tolerance. Distractors like AWS Config focus on resource configuration tracking and compliance auditing rather than holistic optimization recommendations.
Q15. A technology company is utilizing multiple machine learning models across different departments, such as marketing, customer support, and product development, to address various business needs. To enhance overall performance, the company w…
Answer: D. The company should use transfer learning, a method where a model pre-trained on one task is adapted to improve performance on a different but related task by leveraging knowledge from the original task
Transfer learning applies knowledge from a pre-trained model to a related task. While federated learning is a better fit for the scenario of distributed models sharing insights, transfer learning is the intended answer among the provided choices.
More AWS Certified AI Practitioner (AIF-C01) drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.