Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Amazon > Amazon Certifications > AIF-C01 > AIF-C01 Online Practice Questions and Answers

AIF-C01 Online Practice Questions and Answers

Questions 4

A company needs to build its own large language model (LLM) based on only the company's private data. The company is concerned about the environmental effect of the training process.

Which Amazon EC2 instance type has the LEAST environmental effect when training LLMs?

A. Amazon EC2 C series

B. Amazon EC2 G series

C. Amazon EC2 P series

D. Amazon EC2 Trn series

Buy Now

Correct Answer: D

The Amazon EC2 Trn series (Trainium) instances are designed for high-performance, cost- effective machine learning training while being energy-efficient. AWS Trainium-powered instances are optimized for deep learning models and have

been developed to minimize environmental impact by maximizing energy efficiency. Option D (Correct): "Amazon EC2 Trn series":This is the correct answer because the Trn series is purpose-built for training deep learning models with lower

energy consumption, which aligns with the company's concern about environmental effects.

Option A:"Amazon EC2 C series" is incorrect because it is intended for compute- intensive tasks but not specifically optimized for ML training with environmental considerations.

Option B:"Amazon EC2 G series" (Graphics Processing Unit instances) is optimized for graphics-intensive applications but does not focus on minimizing environmental impact for training.

Option C:"Amazon EC2 P series" is designed for ML training but does not offer the same level of energy efficiency as the Trn series.

AWS AI Practitioner References:

AWS Trainium Overview:AWS promotes Trainium instances as their most energy- efficient and cost-effective solution for ML model training.

Questions 5

A loan company is building a generative AI-based solution to offer new applicants discounts based on specific business criteria. The company wants to build and use an AI model responsibly to minimize bias that could negatively affect some customers. Which actions should the company take to meet these requirements? (Select TWO.)

A. Detect imbalances or disparities in the data.

B. Ensure that the model runs frequently.

C. Evaluate the model's behavior so that the company can provide transparency to stakeholders.

D. Use the Recall-Oriented Understudy for Gisting Evaluation (ROUGE) technique to ensure that the model is 100% accurate.

E. Ensure that the model's inference time is within the accepted limits.

Buy Now

Correct Answer: AC

To build an AI model responsibly and minimize bias, it is essential to ensure fairness and transparency throughout the model development and deployment process. This involves detecting and mitigating data imbalances and thoroughly

evaluating the model's behavior to understand its impact on different groups.

Option A (Correct): "Detect imbalances or disparities in the data":This is correct because identifying and addressing data imbalances or disparities is a critical step in reducing bias. AWS provides tools like Amazon SageMaker Clarify to detect

bias during data preprocessing and model training. Option C (Correct): "Evaluate the model's behavior so that the company can provide transparency to stakeholders":This is correct because evaluating the model's behavior for fairness and

accuracy is key to ensuring that stakeholders understand how the model makes decisions. Transparency is a crucial aspect of responsible AI.

Option B:"Ensure that the model runs frequently" is incorrect because the frequency of model runs does not address bias.

Option D:"Use the Recall-Oriented Understudy for Gisting Evaluation (ROUGE) technique to ensure that the model is 100% accurate" is incorrect because ROUGE is a metric for evaluating the quality of text summarization models, not for

minimizing bias.

Option E:"Ensure that the model's inference time is within the accepted limits" is incorrect as it relates to performance, not bias reduction.

AWS AI Practitioner References:

Amazon SageMaker Clarify:AWS offers tools such as SageMaker Clarify for detecting bias in datasets and models, and for understanding model behavior to ensure fairness and transparency.

Responsible AI Practices:AWS promotes responsible AI by advocating for fairness, transparency, and inclusivity in model development and deployment.

Questions 6

A company wants to classify human genes into 20 categories based on gene characteristics. The company needs an ML algorithm to document how the inner mechanism of the model affects the output.

Which ML algorithm meets these requirements?

A. Decision trees

B. Linear regression

C. Logistic regression

D. Neural networks

Buy Now

Correct Answer: A

Decision trees are an interpretable machine learning algorithm that clearly documents the decision-making process by showing how each input feature affects the output. This transparency is particularly useful when explaining how the model

arrives at a certain decision, making it suitable for classifying genes into categories. Option A (Correct): "Decision trees":This is the correct answer because decision trees provide a clear and interpretable representation of how input features

influence the model's output, making it ideal for understanding the inner mechanisms affecting predictions.

Option B:"Linear regression" is incorrect because it is used for regression tasks, not classification.

Option C:"Logistic regression" is incorrect as it does not provide the same level of interpretability in documenting decision-making processes. Option D:"Neural networks" is incorrect because they are often considered "black boxes" and do not

easily explain how they arrive at their outputs.

AWS AI Practitioner References:

Interpretable Machine Learning Models on AWS:AWS supports using interpretable models, such as decision trees, for tasks that require clear documentation of how input data affects output decisions.

Questions 7

A company has built an image classification model to predict plant diseases from photos of plant leaves. The company wants to evaluate how many images the model classified correctly.

Which evaluation metric should the company use to measure the model's performance?

A. R-squared score

B. Accuracy

C. Root mean squared error (RMSE)

D. Learning rate

Buy Now

Correct Answer: B

Accuracy is the most appropriate metric to measure the performance of an image classification model. It indicates the percentage of correctly classified images out of the total number of images. In the context of classifying plant diseases from

images, accuracy will help the company determine how well the model is performing by showing how many images were correctly classified.

Option B (Correct): "Accuracy":This is the correct answer because accuracy measures the proportion of correct predictions made by the model, which is suitable for evaluating the performance of a classification model. Option A:"R-squared

score" is incorrect as it is used for regression analysis, not classification tasks.

Option C:"Root mean squared error (RMSE)" is incorrect because it is also used for regression tasks to measure prediction errors, not for classification accuracy. Option D:"Learning rate" is incorrect as it is a hyperparameter for training, not a

performance metric.

AWS AI Practitioner

References:

Evaluating Machine Learning Models on AWS:AWS documentation emphasizes the use of appropriate metrics, like accuracy, for classification tasks.

Questions 8

An AI company periodically evaluates its systems and processes with the help of independent software vendors (ISVs). The company needs to receive email message notifications when an ISV's compliance reports become available.

Which AWS service can the company use to meet this requirement?

A. AWS Audit Manager

B. AWS Artifact

C. AWS Trusted Advisor

D. AWS Data Exchange

Buy Now

Correct Answer: D

AWS Data Exchange is a service that allows companies to securely exchange data with third parties, such as independent software vendors (ISVs). AWS Data Exchange can be configured to provide notifications, including email notifications,

when new datasets or compliance reports become available.

Option D (Correct): "AWS Data Exchange":This is the correct answer because it enables the company to receive notifications, including email messages, when ISVs' compliance reports are available.

Option A:"AWS Audit Manager" is incorrect because it focuses on assessing an organization's own compliance, not receiving third-party compliance reports. Option B:"AWS Artifact" is incorrect as it provides access to AWS's compliance

reports, not ISVs'.

Option C:"AWS Trusted Advisor" is incorrect as it offers optimization and best practices guidance, not compliance report notifications.

AWS AI Practitioner

References:

AWS Data Exchange Documentation:AWS explains how Data Exchange allows organizations to subscribe to third-party data and receive notifications when updates are available.

Questions 9

A company wants to develop an educational game where users answer questions such as the following: "A jar contains six red, four green, and three yellow marbles. What is the probability of choosing a green marble from the jar?"

Which solution meets these requirements with the LEAST operational overhead?

A. Use supervised learning to create a regression model that will predict probability.

B. Use reinforcement learning to train a model to return the probability.

C. Use code that will calculate probability by using simple rules and computations.

D. Use unsupervised learning to create a model that will estimate probability density.

Buy Now

Correct Answer: C

The problem involves a simple probability calculation that can be handled efficiently by straightforward mathematical rules and computations. Using machine learning techniques would introduce unnecessary complexity and operational overhead. Option C (Correct): "Use code that will calculate probability by using simple rules and computations":This is the correct answer because it directly solves the problem with minimal overhead, using basic probability rules. Option A:"Use supervised learning to create a regression model" is incorrect as it overcomplicates the solution for a simple probability problem. Option B:"Use reinforcement learning to train a model" is incorrect because reinforcement learning is not needed for a simple probability calculation. Option D:"Use unsupervised learning to create a model" is incorrect as unsupervised learning is not applicable to this task. AWS AI Practitioner References: Choosing the Right Solution for AI Tasks:AWS recommends using the simplest and most efficient approach to solve a given problem, avoiding unnecessary machine learning techniques for straightforward tasks.

Questions 10

A medical company deployed a disease detection model on Amazon Bedrock. To comply with privacy policies, the company wants to prevent the model from including personal patient information in its responses. The company also wants to receive notification when policy violations occur.

Which solution meets these requirements?

A. Use Amazon Macie to scan the model's output for sensitive data and set up alerts for potential violations.

B. Configure AWS CloudTrail to monitor the model's responses and create alerts for any detected personal information.

C. Use Guardrails for Amazon Bedrock to filter content. Set up Amazon CloudWatch alarms for notification of policy violations.

D. Implement Amazon SageMaker Model Monitor to detect data drift and receive alerts when model quality degrades.

Buy Now

Correct Answer: C

Guardrails for Amazon Bedrock provide mechanisms to filter and control the content generated by models to comply with privacy and policy requirements. Using guardrails ensures that sensitive or personal information is not included in the

model's responses. Additionally, integrating Amazon CloudWatch alarms allows for real-time notification when a policy violation occurs.

Option C (Correct): "Use Guardrails for Amazon Bedrock to filter content. Set up Amazon CloudWatch alarms for notification of policy violations":This is the correct answer because it directly addresses both the prevention of policy violations

and the requirement to receive notifications when such violations occur. Option A:"Use Amazon Macie to scan the model's output for sensitive data" is incorrect because Amazon Macie is designed to monitor data in S3, not to filter real-time

model outputs.

Option B:"Configure AWS CloudTrail to monitor the model's responses" is incorrect because CloudTrail tracks API activity and is not suited for content moderation.

Option D:"Implement Amazon SageMaker Model Monitor to detect data drift" is incorrect because data drift detection does not address content moderation or privacy compliance.

AWS AI Practitioner

References:

Guardrails in Amazon Bedrock:AWS provides guardrails to ensure AI models comply with content policies, and using CloudWatch for alerting integrates monitoring capabilities.

Questions 11

An e-commerce company wants to build a solution to determine customer sentiments based on written customer reviews of products.

Which AWS services meet these requirements? (Select TWO.)

A. Amazon Lex

B. Amazon Comprehend

C. Amazon Polly

D. Amazon Bedrock

E. Amazon Rekognition

Buy Now

Correct Answer: BD

To determine customer sentiments based on written customer reviews, the company can use Amazon Comprehend and Amazon Bedrock.

Questions 12

An AI practitioner is building a model to generate images of humans in various professions. The AI practitioner discovered that the input data is biased and that specific attributes affect the image generation and create bias in the model. Which technique will solve the problem?

A. Data augmentation for imbalanced classes

B. Model monitoring for class distribution

C. Retrieval Augmented Generation (RAG)

D. Watermark detection for images

Buy Now

Correct Answer: A

Data augmentation for imbalanced classes is the correct technique to address bias in input data affecting image generation.

Questions 13

How can companies use large language models (LLMs) securely on Amazon Bedrock?

A. Design clear and specific prompts. Configure AWS Identity and Access Management (IAM) roles and policies by using least privilege access.

B. Enable AWS Audit Manager for automatic model evaluation jobs.

C. Enable Amazon Bedrock automatic model evaluation jobs.

D. Use Amazon CloudWatch Logs to make models explainable and to monitor for bias.

Buy Now

Correct Answer: A

To securely use large language models (LLMs) on Amazon Bedrock, companies should design clear and specific prompts to avoid unintended outputs and ensure proper configuration of AWS Identity and Access Management (IAM) roles

and policies with the principle of least privilege. This approach limits access to sensitive resources and minimizes the potential impact of security incidents. Option A (Correct): "Design clear and specific prompts. Configure AWS Identity and

Access Management (IAM) roles and policies by using least privilege access":This is the correct answer as it directly addresses both security practices in prompt design and access management.

Option B:"Enable AWS Audit Manager for automatic model evaluation jobs" is incorrect because Audit Manager is for compliance and auditing, not directly related to secure LLM usage.

Option C:"Enable Amazon Bedrock automatic model evaluation jobs" is incorrect because Bedrock does not provide automatic model evaluation jobs specifically for security purposes.

Option D:"Use Amazon CloudWatch Logs to make models explainable and to monitor for bias" is incorrect because CloudWatch Logs are used for monitoring and not directly for making models explainable or secure.

AWS AI Practitioner References:

Secure AI Practices on AWS:AWS recommends configuring IAM roles and using least privilege access to ensure secure usage of AI models.

Exam Code: AIF-C01
Exam Name: Amazon AWS Certified AI Practitioner (AIF-C01)
Last Update: May 23, 2026
Questions: 481

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2026 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.