AWS Certified AI Practitioner (AIF-C01) Practice Exam Questions and Answers – Part 11/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 retail company is utilizing Amazon Bedrock to generate personalized product descriptions and recommendations. The data. 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 company is utilizing Amazon Bedrock to generate personalized product descriptions and recommendation…
  • A financial services company is exploring the use of AI to improve fraud detection and automate credit risk a…
  • A technology consulting firm is advising a client on how to integrate AI into their customer service and cont…
  • A retail company is exploring machine learning algorithms to improve its customer segmentation systems. The d…
  • A legal services company is implementing AI solutions using Amazon Bedrock to improve document analysis and a…
  • A media company is considering using generative AI to automate content creation for articles, videos, and mar…

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 company is utilizing Amazon Bedrock to generate personalized product descriptions and recommendations. The data science team is experimenting with the Top K inference parameter, since it is crucial to understand how adjusting the…

Answer: D. Influences the number of most-likely candidates that the model considers for the next token

The Top K parameter limits the token selection pool to the most likely candidates, directly controlling text diversity. Do not confuse this with Top P, which uses a probability percentage cutoff, or Temperature, which scales the overall creativity.

Q2. A financial services company is exploring the use of AI to improve fraud detection and automate credit risk assessments. The data science team is evaluating whether to use traditional machine learning techniques or deep learning, depending…

Answer: B,D. In traditional machine learning, a data scientist manually determines the set of relevant features that the software must analyze, whereas in deep learning, the data scientist gives only raw data to the software and the deep learning network derives the features by itself || Deep learning is a subset of machine learning that uses neural networks with many layers to learn from large amounts of data, while traditional machine learning algorithms often require feature extraction and can use various methods such as decision trees or support vector machines

Deep learning automatically extracts features from raw data using neural networks, whereas traditional machine learning requires manual feature engineering. Remember that deep learning typically demands large datasets and computational power, unlike simpler traditional models.

Q3. A technology consulting firm is advising a client on how to integrate AI into their customer service and content creation workflows. The client is particularly interested in using Large Language Models (LLMs) for tasks such as automating c…

Answer: D. LLMs are used for generating human-like text, translating languages, summarizing text, and answering questions based on large datasets

Large language models excel at text-based tasks like summarization, translation, and answering questions. They are not designed to generate multimedia assets like 3D models, video, or audio directly, which require specialized generative architectures.

Q4. A retail company is exploring machine learning algorithms to improve its customer segmentation systems. The data science team is evaluating both K-Means and K-Nearest Neighbors (KNN) algorithms but needs to understand the key differences b…

Answer: B. K-Means is an unsupervised learning algorithm used for clustering data points into groups, while KNN is a supervised learning algorithm used for classifying data points based on their proximity to labeled examples

K-Means is an unsupervised clustering algorithm that groups unlabelled data, whereas K-Nearest Neighbors is a supervised classification technique relying on labeled examples. Avoid confusing these two solely because they both start with the letter K.

Q5. A legal services company is implementing AI solutions using Amazon Bedrock to improve document analysis and automate responses to client queries. The team is exploring two approaches – Retrieval Augmented Generation (RAG) and Agents – sinc…

Answer: B. RAG refers to querying and retrieving information from a data source to augment a generated response to a prompt, whereas, Agent refers to an application that carries out orchestrations through cyclically interpreting inputs and producing outputs by using a foundation model

Retrieval Augmented Generation strictly retrieves external data to enhance a prompt, while an agent actively orchestrates multistep tasks by interpreting inputs and executing actions. Agents often utilize data retrieval as just one tool within a broader automated workflow.

Q6. A media company is considering using generative AI to automate content creation for articles, videos, and marketing campaigns. The team wants to understand the underlying mechanics of generative AI, particularly how these models are able t…

Answer: A. By learning patterns from existing data and using algorithms to generate new content that mimics those patterns

Generative AI creates new content by learning underlying patterns from training data and using those learned distributions to generate novel, similar outputs. For the exam, remember that generative AI goes beyond rigid templates or traditional programming; it actively learns from data rather than relying on hard-coded rules.

Q7. In the context of data governance for AI systems on AWS, what is the primary difference between data residency and data logging?

Answer: C. Data residency refers to where data is physically stored, while data logging tracks data access and changes over time

Data residency dictates the physical or geographical location where data is stored, ensuring compliance with local regulations. Data logging records access and modifications to that data, creating a necessary audit trail for security and troubleshooting.

Q8. A social media company is planning to implement a large language model (LLM) for content moderation to automatically flag inappropriate or harmful content. To ensure the model is fair and does not show bias or discrimination against specif…

Answer: C. The company should use benchmark datasets, which are pre-compiled, standardized datasets specifically designed to test for biases and discrimination in model outputs

Standardized benchmark datasets provide a reliable, pre-compiled resource to test large language models for bias without requiring extensive manual setup. Generating synthetic data or relying on manual human review demands significantly more administrative effort and resources to maintain.

Q9. A healthcare company is building a machine learning model to predict patient outcomes based on various health indicators. The data science team is exploring different techniques to improve the model's accuracy by refining the input data, s…

Answer: C. Feature extraction reduces the number of features by transforming data into a new space, while feature selection reduces the number of features by selecting the most relevant ones from the existing features

Feature extraction transforms original data into a completely new set of features, such as using principal component analysis to reduce dimensionality. Feature selection simply chooses the most relevant variables from the existing dataset without altering their underlying structure.

Q10. A healthcare organization is deploying AI systems on AWS to manage sensitive patient data and support clinical decision-making. To meet strict regulatory requirements, the IT and compliance teams are seeking a service that offers continuou…

Answer: D. AWS Config

AWS Config continuously monitors and records resource configurations, allowing automated compliance checks against your desired baselines. While AWS Audit Manager and Artifact handle compliance reporting and audits, they lack the active, continuous resource configuration tracking required here.

Q11. Which of the following AWS services are regional in scope? (Select two)

Answer: C,E. AWS Lambda || Amazon Rekognition

AWS Lambda and Amazon Rekognition are regional services, meaning you provision and manage them within a specific AWS region. Distractors like IAM, CloudFront, and Web Application Firewall operate globally to provide consistent security and edge delivery across all regions.

Q12. A company wants to improve the performance of a Foundation Model (FM) being used in Amazon Bedrock. Which of the following lists the underlying techniques in the increasing order of complexity for implementing a solution?

Answer: B. Prompt engineering, Retrieval Augmented Generation (RAG), Fine-tuning

Prompt engineering is the simplest customization method, followed by Retrieval Augmented Generation which requires vector stores, while fine-tuning demands deep data science expertise. Fine-tuning alters model weights, making it the most complex and resource-intensive technique of the three.

Q13. A company wants to implement safeguards for its generative AI application using Amazon Bedrock. Specifically, the company wants to filter undesirable and harmful content as well as redact any personally identifiable information (PII). What…

Answer: A. Guardrails for Amazon Bedrock

Guardrails for Amazon Bedrock is the correct choice because it lets you block harmful content and mask PII directly within your generative AI workflows. Knowledge Bases is for Retrieval Augmented Generation, not content filtering or privacy protection.

Q14. A healthcare company is integrating AWS AI services to build models for patient data analysis and personalized treatment recommendations. The company is exploring the AWS AI service cards and it would like to know more about use cases rele…

Answer: C. To offer transparency and information about the intended use, limitations, and potential impacts of AWS AI services, helping users implement Responsible AI practices

AWS AI service cards provide transparency by detailing intended uses and limitations to support Responsible AI practices. Distractors about technical documentation or a prepaid marketplace fail because the cards strictly focus on ethical implementation guidance.

Q15. Is it possible to increase both the bias and variance of a machine learning model simultaneously?

Answer: B. Yes, it is possible to increase both bias and variance, but this typically leads to a model that performs poorly due to both underfitting and overfitting

Bias and variance can both increase simultaneously, which usually yields a poorly performing model that underfits and overfits. While they often exhibit a tradeoff, removing training data or using a flawed algorithm can incorrectly increase both errors.

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