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 retail analytics company is analyzing a large dataset containing customer purchase history, product details, and sales. 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 retail analytics company is analyzing a large dataset containing customer purchase history, product details…
- A tech company is developing an AI-powered customer support solution using Retrieval-Augmented Generation (RA…
- A company is using Amazon Bedrock and it wants to regulate the number of most-likely candidates considered fo…
- A financial services company is deploying multiple machine learning models on Amazon SageMaker to provide rea…
- A large shopping mall has implemented a security camera system equipped with AI to analyze live footage and a…
- A security company is evaluating Amazon Rekognition to enhance its Machine Learning (ML) capabilities. Howeve…
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. A retail analytics company is analyzing a large dataset containing customer purchase history, product details, and sales trends to gain insights into customer behavior and optimize inventory management. To achieve this, the team is focused…
Answer: D. Exploratory Data Analysis (EDA)
Exploratory Data Analysis is correct because calculating statistical summaries and generating visualizations to uncover trends is the core focus of EDA. Data preparation is the strongest distractor, but it involves cleaning and transforming data rather than exploring it for initial insights.
Q2. A tech company is developing an AI-powered customer support solution using Retrieval-Augmented Generation (RAG) with Amazon Bedrock to provide more accurate and context-aware responses. To achieve this, the company needs a database that ca…
Answer: A. The company should use Amazon OpenSearch Service, which is designed to provide fast search capabilities and supports full-text search, indexing, and similarity scoring
Amazon OpenSearch Service is the correct choice because it provides native support for vector searches, fast index lookups, and similarity scoring required for retrieval-augmented generation workloads. Relational databases like Aurora lack these specialized semantic search capabilities.
Q3. A company is using Amazon Bedrock and it wants to regulate the number of most-likely candidates considered for the next word in the model's output. Which of the following inference parameters would you recommend for the given use case?
Answer: A. Top K
Top K is the correct parameter because it directly limits the token pool to a specific number of the most likely next candidates. Temperature controls randomness globally, while Top P uses a probability threshold instead of a fixed count.
Q4. A financial services company is deploying multiple machine learning models on Amazon SageMaker to provide real-time credit risk assessments and fraud detection. The data science team needs a tool to monitor and track the performance and us…
Answer: D. Amazon SageMaker Model Dashboard
The SageMaker Model Dashboard provides a centralized portal to track deployed models, monitor endpoints, and troubleshoot real-time inference issues. JumpStart is for deploying pre-trained models, while Clarify focuses solely on detecting bias in your data.
Q5. A large shopping mall has implemented a security camera system equipped with AI to analyze live footage and automatically flag suspicious behavior. Recently, the system has been consistently flagging individuals from a specific ethnic grou…
Answer: A. Sampling bias
Sampling bias is correct because the skewed outcomes stem directly from certain demographic groups being overrepresented or underrepresented in the training data. Measurement bias involves faulty sensors, while confirmation bias applies to human expectations.
Q6. A security company is evaluating Amazon Rekognition to enhance its Machine Learning (ML) capabilities. However, the data science team needs to identify scenarios where Amazon Rekognition may not be the most suitable solution. Understanding…
Answer: C. Enable multilingual user experiences in your applications
Enabling multilingual experiences is the correct answer because translation tasks belong to Amazon Translate, not Rekognition. Rekognition is strictly for computer vision tasks like facial recognition, celebrity detection, and searching image libraries.
Q7. A healthcare analytics company aims to enhance its AI capabilities by fine-tuning a foundation model (FM) in Amazon Bedrock to specialize in medical text analysis. To achieve this, the company plans to use its own task-specific labeled dat…
Answer: B. The company should use Provisioned Throughput mode, which allows the company to reserve a specific amount of capacity in advance
Provisioned Throughput is correct because Amazon Bedrock requires you to purchase this reserved capacity to test and deploy any models customized via fine-tuning. On-Demand mode only applies to base foundation models and cannot access your customizations.
Q8. The marketing department at a media company wants to leverage Amazon Bedrock for making creative scripts for an upcoming ad campaign. What do you recommend?
Answer: B. Use higher Temperature to get more creative responses for the same prompt on Amazon Bedrock
A higher Temperature value is the correct setting because it increases the randomness of token selection, yielding more creative and diverse responses. Lower temperature values force the model to produce deterministic and predictable outputs.
Q9. A marketing company is researching generative AI technologies to better understand how they work and what makes them suitable for automating creative tasks. Understanding the core principles of generative AI will help the company determine…
Answer: D. Generative AI encompasses models and algorithms capable of creating new content such as text, images, and audio based on patterns learned from existing data
Generative AI creates new content like text, images, and audio by learning patterns from existing data. Options focusing on data retrieval, predefined tasks, or just analyzing data without creating content are incorrect because they fail to produce original output.
Q10. A company is deploying a generative AI model on Amazon Bedrock and needs to reduce the cost of usage while using prompt examples of up to 10 sample tasks as part of each input. Which approach would be the most effective in minimizing the c…
Answer: C. The company should reduce the number of tokens in the input
Generative AI model costs on Amazon Bedrock are calculated based on the number of input and output tokens processed. Adjusting temperature or top-P affects the randomness and diversity of the output but does not lower the usage price.
Q11. A retail company is exploring machine learning to enhance its customer segmentation and product recommendation systems. The data science team wants a solution that allows them to quickly get started with pre-built models and workflows, wit…
Answer: D,E. You can evaluate, compare, and select Foundation Models quickly based on pre-defined quality and responsibility metrics || Pre-trained models are fully customizable for your use case with your data
SageMaker JumpStart allows users to quickly evaluate foundation models and deploy customizable pre-trained models. SageMaker Canvas is the AWS no-code solution, while training data is never used to update the base models surfaced in JumpStart.
Q12. A software development company is building generative AI solutions for its clients, including applications for content creation and automated responses. As part of the development process, the team needs to clearly understand the distincti…
Answer: B. Model evaluation is the process of evaluating and comparing model outputs to determine the model that is best suited for a use case, whereas, model inference is the process of a model generating an output (response) from a given input (prompt)
Model inference is the act of a model generating an output from a given prompt, whereas model evaluation is the process of comparing these outputs to find the best model. The other options incorrectly swap or merge these two distinct concepts.
Q13. A retail company is looking to streamline its machine learning workflows and improve collaboration between data science teams. The team is considering using MLflow with Amazon SageMaker to manage the end-to-end machine learning lifecycle…
Answer: A. Manage machine learning experiments
MLflow integrates with SageMaker to help data scientists track, organize, and compare iterative machine learning experiments. Automatic tuning is handled by SageMaker AMT, while Canvas provides no-code tools and Ground Truth handles data labeling.
Q14. A technology company is developing a natural language processing (NLP) solution and exploring different model architectures for tasks such as language translation, summarization, and text generation. The team is particularly interested in…
Answer: D. Transformer models use a self-attention mechanism and implement contextual embeddings
Transformer models use self-attention mechanisms to weigh the importance of words in a sequence alongside contextual embeddings. The other options describe generative adversarial networks, variational autoencoders, and diffusion models instead of transformers.
Q15. Which of the following embedding models would be most suitable for differentiating the contextual meanings of words when applied to different phrases?
Answer: C. Bidirectional Encoder Representations from Transformers (BERT)
BERT uses bidirectional context to generate dynamic word embeddings, capturing nuanced meanings based on surrounding text. Older models like Word2Vec rely on static embeddings, while SVD and PCA are dimensionality reduction techniques that lack language context.
More AWS Certified AI Practitioner (AIF-C01) drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.