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

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 logistics company is building machine learning models using Amazon SageMaker to predict delivery times and optimize ro. 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 logistics company is building machine learning models using Amazon SageMaker to predict delivery times and…
  • A healthcare company has deployed a machine learning model using Amazon SageMaker to predict patient health o…
  • A healthcare company is developing a machine learning model to predict patient outcomes based on medical data…
  • A financial services company is exploring Amazon Q Business to automate reporting and streamline business ins…
  • A retail company is deploying machine learning models to predict customer demand and optimize inventory manag…
  • A retail company is using Amazon Bedrock to enhance its product recommendation system with generative AI. To…

Answers and explanations

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

Q1. A logistics company is building machine learning models using Amazon SageMaker to predict delivery times and optimize routes. The data science team needs to clean and preprocess large datasets efficiently but wants to minimize manual codin…

Answer: C. Amazon SageMaker Data Wrangler

Amazon SageMaker Data Wrangler provides a visual interface with hundreds of built-in transformations to prepare data for machine learning without writing code. SageMaker Clarify is used for bias detection, while Feature Store simply stores and manages features.

Q2. A healthcare company has deployed a machine learning model using Amazon SageMaker to predict patient health outcomes based on various clinical parameters. A data analyst at the company inputs new patient data, such as age, blood pressure…

Answer: C. This process is called inference, where the model uses its trained parameters to generate a prediction or output based on new input data provided by the user

Inference is the process of using a trained model to generate predictions or outputs based on new input data. Training involves adjusting model parameters using labeled data, which happens before the model is deployed.

Q3. A healthcare company is developing a machine learning model to predict patient outcomes based on medical data. To ensure the model generalizes well, the company needs to understand the balance between underfitting and overfitting and how t…

Answer: B. Underfit models experience high bias, whereas, overfit models experience high variance

Underfit models suffer from high bias because they are too simple to capture the underlying trend, resulting in poor training performance. Overfit models suffer from high variance because they memorize training data but fail to generalize to new data.

Q4. A financial services company is exploring Amazon Q Business to automate reporting and streamline business insights across departments. As the company handles sensitive financial data, the IT and security teams need to ensure that the platf…

Answer: A,D. Amazon Q Business guardrails support topic-specific controls to determine the web application environment's behavior when it encounters a mention of a blocked topic by an end-user || Amazon Q Business chat responses can be generated using model knowledge and enterprise data, or enterprise data only

Amazon Q Business allows administrators to configure topic-specific guardrails to block unwanted subjects. Additionally, administrators can control whether chat responses rely solely on enterprise data or also use the foundational model's pre-trained knowledge.

Q5. A retail company is deploying machine learning models to predict customer demand and optimize inventory management. The company needs to decide between using real-time inference vs batch inference. Understanding the key differences between…

Answer: A,C. Real-time inference follows a synchronous execution mode, whereas batch inference follows an asynchronous execution mode || Real-time inference is used for applications requiring immediate predictions with low latency, whereas batch inference is used for processing large volumes of data at once, often with higher latency

Real-time inference operates synchronously to deliver immediate low-latency predictions for interactive applications. Batch inference operates asynchronously to process large volumes of data at once without requiring immediate responses.

Q6. A retail company is using Amazon Bedrock to enhance its product recommendation system with generative AI. To tailor the AI model to the company's specific needs, the data science team is exploring different model customization methods, sin…

Answer: A,B. Continued Pre-training || Fine-tuning

Amazon Bedrock supports model customization through fine-tuning using labeled data and continued pre-training using unlabeled data to adjust model weights. Retrieval Augmented Generation and prompt engineering are context-providing techniques, not weight-updating customization methods.

Q7. In the context of the AWS Shared Responsibility Model, which statement best describes the security responsibilities of both AWS and the customer when using Amazon Bedrock for generative AI applications?

Answer: D. AWS is responsible for securing the infrastructure that runs Amazon Bedrock, while the customer is responsible for securing their data and managing access controls

Under the AWS Shared Responsibility Model, AWS secures the underlying infrastructure hosting Amazon Bedrock. Customers retain responsibility for securing their data, managing identity and access controls, and configuring application guardrails.

Q8. A retail company wants to leverage machine learning to analyze customer behavior and predict future purchasing trends but lacks in-house coding expertise. The company's goal is to build a model that can identify patterns in customer data a…

Answer: B. The company should use SageMaker Canvas, as it enables users to create machine learning models using a visual interface

Amazon SageMaker Canvas provides a no-code visual interface that allows business analysts to build, train, and deploy machine learning models without programming. Data Wrangler is strictly for data preparation, while built-in algorithms still require coding knowledge.

Q9. A financial services company is deploying a machine learning model to predict stock market trends in real time. The model must generate predictions quickly to provide timely insights for trading decisions. The team wants to evaluate the ru…

Answer: C. Average Response Time

Average response time directly measures how quickly the model processes requests and generates predictions, making it the ideal metric for runtime efficiency. Metrics like accuracy and precision evaluate predictive correctness rather than latency.

Q10. A financial services company is developing a machine learning model to predict credit risk and optimize loan approvals. The data science team is preparing the dataset for model development and needs to understand how to properly split the…

Answer: A. The training set is used for training the model, the validation set is used for tuning hyperparameters and model selection, and the test set is used for evaluating the final model performance

The training set teaches the model patterns, the validation set tunes hyperparameters during development, and the test set evaluates final performance on unseen data. Mixing these roles causes data leakage and results in poor generalization.

Q11. A software company is looking for tools to help its IT professionals streamline the process of coding, testing, and upgrading applications. The team is evaluating different solutions that can improve efficiency, automate routine tasks, and…

Answer: A. Amazon Q Developer

Amazon Q Developer accelerates software development by generating code, scanning for vulnerabilities, and upgrading applications within the integrated development environment. Distractors like Amazon Q Business focus on enterprise data retrieval rather than direct coding assistance.

Q12. A technology company is developing a machine learning model to automatically categorize images for its e-commerce platform, which includes tasks like identifying products in photos uploaded by users. The data science team is exploring vari…

Answer: B. Convolutional Neural Networks (CNNs)

Convolutional Neural Networks are specifically designed to process spatial data like images by automatically learning hierarchical features. Recurrent Neural Networks handle sequential data, while generative models create new content rather than classifying images.

Q13. A retail company is building multiple machine learning models using Amazon SageMaker to optimize inventory management and customer recommendations. The data science teams want to collaborate more effectively by sharing and reusing features…

Answer: A. Amazon SageMaker Feature Store

Amazon SageMaker Feature Store provides a centralized repository to store, discover, and share machine learning features securely. This avoids duplicating data pipelines, unlike Clarify which detects bias, or Data Wrangler which primarily prepares raw data.

Q14. A financial services company manages a machine learning model to assess loan eligibility for its customers. The company wants to migrate to AWS Cloud and is looking at understanding the capabilities of the various SageMaker services to ope…

Answer: D. You can use SageMaker Clarify to identify potential bias in data preparation, allowing you to detect and measure bias in datasets and models to ensure fairness and transparency in machine learning applications

Amazon SageMaker Clarify detects potential bias throughout the machine learning lifecycle, helping teams measure and mitigate bias in datasets and models. Real-time performance monitoring and drift detection belong to SageMaker Model Monitor, while tuning requires separate optimization jobs.

Q15. A customer support company is using Amazon Bedrock to automate responses to frequently asked questions through its AI-driven chatbot. The development team is adjusting various inference parameters to control the responses. They are particu…

Answer: A. Specifies the minimum or maximum number of tokens to return in the generated response.

The Response length parameter dictates the minimum or maximum number of tokens the model generates. For your exam, remember that Top K and Top P control candidate selection probabilities, while Stop sequences halt generation entirely.

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