AWS Certified AI Practitioner (AIF-C01) Practice Exam Questions and Answers – Part 5/8

Practice for the AWS Certified AI Practitioner (AIF-C01) exam with 16 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: A global e-commerce company is leveraging a Foundation Model (FM) to improve its product recommendation engine and enhan. 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 global e-commerce company is leveraging a Foundation Model (FM) to improve its product recommendation engin…
  • A retail company is developing machine learning models on AWS to improve product recommendations and customer…
  • A financial services company is building a machine learning model to improve its credit risk assessment proce…
  • A healthcare technology company is developing AI-driven applications to assist doctors in diagnosing diseases…
  • A technology firm is developing an AI-driven solution for automating business processes and needs to design e…
  • A financial services company is deploying machine learning models to automate fraud detection but wants to en…

Answers and explanations

Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.

Q1. A global e-commerce company is leveraging a Foundation Model (FM) to improve its product recommendation engine and enhance customer experience. However, the data science team is looking to further optimize the model's performance by applyi…

Answer: C. Fine-tuning changes the weights of the FM whereas Retrieval-augmented generation (RAG) does not change the weights of the FM

Fine-tuning alters the underlying weights of a foundation model through additional training. Retrieval-augmented generation, or RAG, leaves model weights unchanged and instead grounds responses using external knowledge sources.

Q2. A retail company is developing machine learning models on AWS to improve product recommendations and customer insights. To ensure consistency and collaboration among its data science team, the company needs a solution for storing, sharing…

Answer: B. Amazon SageMaker Feature Store

Amazon SageMaker Feature Store is a purpose-built repository designed to store, share, and manage features for machine learning models. Data Wrangler is used for data preparation, Clarify detects bias, and Ground Truth handles data labeling.

Q3. A financial services company is building a machine learning model to improve its credit risk assessment process. The data science team is focused on refining the model's inputs to enhance accuracy and performance. To do this, they are expl…

Answer: B. Feature Engineering involves selecting, modifying, or creating features from raw data to improve the performance of machine learning models, and it is important because it can significantly enhance model accuracy and efficiency

Feature engineering involves selecting, modifying, or creating features from raw data to significantly improve machine learning model accuracy. Distractors incorrectly confuse feature engineering with data collection, visualization, or hyperparameter tuning.

Q4. A healthcare technology company is developing AI-driven applications to assist doctors in diagnosing diseases. As part of its commitment to ethical standards, the company wants to ensure that its AI models are fair, transparent, and free f…

Answer: A,C. Amazon SageMaker Model Monitor || Amazon SageMaker Clarify

SageMaker Clarify detects bias and explains predictions to ensure fairness, while SageMaker Model Monitor tracks production models for drift. The other services are general security or compliance tools, not specifically responsible AI practices.

Q5. A technology firm is developing an AI-driven solution for automating business processes and needs to design effective prompts for its generative AI model. The model is tasked with solving complex, multi-step problems, such as generating de…

Answer: C. Chain-of-thought prompting

Chain-of-thought prompting breaks complex problems into smaller, logical intermediate steps to improve model reasoning capabilities. Zero-shot and few-shot prompting provide examples rather than explicitly decomposing the reasoning process.

Q6. A financial services company is deploying machine learning models to automate fraud detection but wants to ensure continuous model accuracy and compliance with regulatory standards. The data science team is exploring AWS services that can…

Answer: A,E. Amazon SageMaker Model Monitor || Amazon Augmented AI (Amazon A2I)

SageMaker Model Monitor tracks deployed models for data drift, while Amazon A2I provides human review workflows for low-confidence predictions. Ground Truth handles training data labeling, not production model oversight.

Q7. A software company is developing a generative AI model for language translation and needs to optimize the way the model processes and understands text. The development team is focusing on improving the model's ability to convert words into…

Answer: B. A token is a sequence of characters that a model can interpret or predict as a single unit of meaning, whereas, an embedding is a vector of numerical values that represents condensed information obtained by transforming input into that vector

A token is a sequence of characters processed as a single unit of meaning, whereas an embedding represents that input as a numerical vector. Embeddings condense information into mathematical space for similarity comparisons.

Q8. A technology consulting firm is advising a client on the use of AI to enhance their business operations, particularly through the implementation of large-scale models that can handle diverse tasks such as text generation, image recognition…

Answer: C. Foundation models can perform a wide range of tasks across different domains by leveraging their extensive pre-training on large datasets

Foundation models leverage extensive pre-training on massive datasets to generalize across multiple domains and perform diverse tasks. They are not restricted to single tasks or solely structured data like legacy machine learning systems.

Q9. A company is using Amazon Bedrock and it wants to regulate the percentage 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: B. Top P

Top P defines the percentage of most likely candidates considered for the next token, controlling the output pool dynamically. Top K sets a strict number of candidates, while Temperature controls overall randomness.

Q10. A company uses a generative model to analyze animal images in the training dataset to record variables like different ear shapes, eye shapes, tail features, and skin patterns. Which of the following tasks can the generative model perform?

Answer: C. The model can recreate new animal images that were not in the training dataset

Generative models learn the underlying distribution of training data to synthesize entirely new, unseen examples. Discriminative models, like classifiers, only map inputs to specific labels. Use the term recreate to spot the generative choice.

Q11. A retail company is exploring AI technologies to improve its inventory management by analyzing images from store cameras and shelves. The development team is considering both computer vision and image processing for different tasks but wan…

Answer: A. Image processing focuses on enhancing and manipulating images for visual quality, whereas computer vision involves interpreting and understanding the content of images to make decisions

Image processing handles pixel manipulations like filtering and compression, whereas computer vision interprets image content to make automated decisions. Remember that vision systems aim to mimic human understanding, not just alter pixels.

Q12. A robotics company is developing an AI system to improve the autonomous navigation of its robots. The team is exploring Deep Learning to enhance the system's ability to recognize and respond to its environment. To ensure the AI model perfo…

Answer: D. Model training in deep learning involves using large datasets to adjust the weights and biases of a neural network through multiple iterations, using techniques such as gradient descent to minimize the error

Deep learning training iteratively adjusts neural network weights and biases using large datasets and optimization techniques like gradient descent to minimize error. Network weights are never set manually using predefined rules.

Q13. A healthcare startup is building machine learning models to assist doctors in diagnosing medical conditions. The development team is debating whether to use a complex, high-performance model or a transparent and explainable model that offe…

Answer: C,D. They facilitate easier debugging and optimization || They foster trust and confidence in model predictions

Transparent models facilitate easier debugging by revealing how inputs become outputs and foster trust among stakeholders in high-stakes industries. Computational power and integration complexity depend on architecture, not model transparency.

Q14. A financial services company is developing a Deep Learning model to detect fraudulent transactions in real-time. The data science team has decided to use neural networks as the backbone of the model but needs to fully understand how neural…

Answer: A. Neural networks consist of layers of nodes (neurons) that process input data, adjusting the weights of connections between nodes through training to recognize patterns and make predictions

Neural networks rely on layers of interconnected nodes that process inputs and adjust connection weights during training to recognize patterns. They learn directly from data rather than relying on explicit programming or storing outcomes.

Q15. A media company is developing generative AI applications on AWS to automate content creation and enhance customer engagement. Given the sensitivity of customer data and the complexity of AI models, the company's security team wants to impl…

Answer: A. Applying multiple layers of security measures including input validation, access controls, and continuous monitoring to address vulnerabilities

Defense-in-depth relies on applying multiple overlapping security measures like input validation, strict access controls, and continuous monitoring. Relying on a single security layer, such as just encryption, leaves the application vulnerable.

Q16. A healthcare company is building multiple machine learning models using Amazon SageMaker to support various projects, such as patient outcome prediction and medical image analysis. As the number of models grows, the company needs a tool th…

Answer: B. Amazon SageMaker Model Dashboard

Amazon SageMaker Model Dashboard provides a centralized visual interface to track, manage, and monitor all machine learning models across your AWS account. Model Monitor only checks production data quality without providing a holistic model inventory.

More AWS Certified AI Practitioner (AIF-C01) drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.

Scroll to Top