Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

AIF-C01 AWS Certified AI Practitioner Exam Questions and Answers

Questions 4

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?

Options:

A.

R-squared score

B.

Accuracy

C.

Root mean squared error (RMSE)

D.

Learning rate

Buy Now
Questions 5

Which term refers to the Instructions given to foundation models (FMs) so that the FMs provide a more accurate response to a question?

Options:

A.

Prompt

B.

Direction

C.

Dialog

D.

Translation

Buy Now
Questions 6

A hospital wants to use a generative AI solution with speech-to-text functionality to help improve employee skills in dictating clinical notes.

Options:

A.

Amazon Q Developer

B.

Amazon Polly

C.

Amazon Rekognition

D.

AWS HealthScribe

Buy Now
Questions 7

A company has fine-tuned an Amazon Bedrock foundation model (FM) to produce short document summaries. The company wants an automated metric that compares each model-generated summary with its human-written reference summary.

Which metric will meet these requirements?

Options:

A.

F1 score

B.

Recall-Oriented Understudy for Gisting Evaluation (ROUGE)

C.

Perplexity

D.

Fréchet Inception Distance (FID)

Buy Now
Questions 8

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?

Options:

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
Questions 9

A company is using an Amazon Bedrock base model to summarize documents for an internal use case. The company trained a custom model to improve the summarization quality.

Which action must the company take to use the custom model through Amazon Bedrock?

Options:

A.

Purchase Provisioned Throughput for the custom model.

B.

Deploy the custom model in an Amazon SageMaker endpoint for real-time inference.

C.

Register the model with the Amazon SageMaker Model Registry.

D.

Grant access to the custom model in Amazon Bedrock.

Buy Now
Questions 10

A company is using a large collection of web data to produce a large language model (LLM). The company completes a random initialization of the model’s weights. Next, the company fits the model to the data through a language-modeling objective function.

Which stage of the model training process does this scenario describe?

Options:

A.

Fine-tuning

B.

Pre-training

C.

Model selection

D.

Deployment

Buy Now
Questions 11

A company deployed a model to production. After 4 months, the model inference quality degraded. The company wants to receive a notification if the model inference quality degrades. The company also wants to ensure that the problem does not happen again.

Which solution will meet these requirements?

Options:

A.

Retrain the model. Monitor model drift by using Amazon SageMaker Clarify.

B.

Retrain the model. Monitor model drift by using Amazon SageMaker Model Monitor.

C.

Build a new model. Monitor model drift by using Amazon SageMaker Feature Store.

D.

Build a new model. Monitor model drift by using Amazon SageMaker JumpStart.

Buy Now
Questions 12

An ML research team develops custom ML models. The model artifacts are shared with other teams for integration into products and services. The ML team retains the model training code and data. The ML team wants to builk a mechanism that the ML team can use to audit models.

Which solution should the ML team use when publishing the custom ML models?

Options:

A.

Create documents with the relevant information. Store the documents in Amazon S3.

B.

Use AWS A] Service Cards for transparency and understanding models.

C.

Create Amazon SageMaker Model Cards with Intended uses and training and inference details.

D.

Create model training scripts. Commit the model training scripts to a Git repository.

Buy Now
Questions 13

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?

Options:

A.

Amazon EC2 C series

B.

Amazon EC2 G series

C.

Amazon EC2 P series

D.

Amazon EC2 Trn series

Buy Now
Questions 14

An AI practitioner trained a custom model on Amazon Bedrock by using a training dataset that contains confidential data. The AI practitioner wants to ensure that the custom model does not generate inference responses based on confidential data.

How should the AI practitioner prevent responses based on confidential data?

Options:

A.

Delete the custom model. Remove the confidential data from the training dataset. Retrain the custom model.

B.

Mask the confidential data in the inference responses by using dynamic data masking.

C.

Encrypt the confidential data in the inference responses by using Amazon SageMaker.

D.

Encrypt the confidential data in the custom model by using AWS Key Management Service (AWS KMS).

Buy Now
Questions 15

A company deployed AI agents to automate manual decision-making processes.

Which metric measures the immediate value of this deployment?

Options:

A.

Size of the network effect

B.

Reduction of the cost for each decision

C.

Additional revenue from market expansion

D.

Potential value of additional vertical solutions

Buy Now
Questions 16

Which statement presents an advantage of using Retrieval Augmented Generation (RAG) for natural language processing (NLP) tasks?

Options:

A.

RAG can use external knowledge sources to generate more accurate and informative responses

B.

RAG is designed to improve the speed of language model training

C.

RAG is primarily used for speech recognition tasks

D.

RAG is a technique for data augmentation in computer vision tasks

Buy Now
Questions 17

A company is building a job recommendation system based on job posting data and job seeker user profiles. The system shows bias in job recommendations based on gender for user profiles that are otherwise equivalent.

Which principle should the company follow to address this issue, according to AWS best practices for responsible AI?

Options:

A.

Governance

B.

Explainability

C.

Controllability

D.

Fairness

Buy Now
Questions 18

A company wants to build an ML model to detect abnormal patterns in sensor data. The company does not have labeled data for training. Which ML method will meet these requirements?

Options:

A.

Linear regression

B.

Classification

C.

Decision tree

D.

Autoencoders

Buy Now
Questions 19

What are tokens in the context of generative AI models?

Options:

A.

Tokens are the basic units of input and output that a generative AI model operates on, representing words, subwords, or other linguistic units.

B.

Tokens are the mathematical representations of words or concepts used in generative AI models.

C.

Tokens are the pre-trained weights of a generative AI model that are fine-tuned for specific tasks.

D.

Tokens are the specific prompts or instructions given to a generative AI model to generate output.

Buy Now
Questions 20

A financial company is using ML to help with some of the company ' s tasks.

Which option is a use of generative AI models?

Options:

A.

Summarizing customer complaints

B.

Classifying customers based on product usage

C.

Segmenting customers based on type of investments

D.

Forecasting revenue for certain products

Buy Now
Questions 21

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?

Options:

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
Questions 22

A company is using Amazon Bedrock Agents to build an application to automate business workflows.

Options:

A.

To invoke foundation models (FMs) to process visual, audio, and text inputs

B.

To enhance foundation models (FMs) with a prompting strategy

C.

To provide users with full control of querying external data sources and APIs

D.

To evaluate user inputs and orchestrate actions for multiple tasks

Buy Now
Questions 23

A company deploys a foundation model (FM). The company notices that the FM is producing answers to user-submitted questions about politics. The company wants to ensure that the model does not send answers to political questions to users.

Which AWS solution will meet this requirement?

Options:

A.

Amazon Bedrock Guardrails

B.

Amazon Bedrock Agents

C.

Amazon SageMaker Clarify

D.

Amazon SageMaker Model Monitor

Buy Now
Questions 24

A media company wants to analyze viewer behavior and demographics to recommend personalized content. The company wants to deploy a customized ML model in its production environment. The company also wants to observe if the model quality drifts over time.

Which AWS service or feature meets these requirements?

Options:

A.

Amazon Rekognition

B.

Amazon SageMaker Clarify

C.

Amazon Comprehend

D.

Amazon SageMaker Model Monitor

Buy Now
Questions 25

What does an F1 score measure in the context of foundation model (FM) performance?

Options:

A.

Model precision and recall

B.

Model speed in generating responses

C.

Financial cost of operating the model

D.

Energy efficiency of the model’s computations

Buy Now
Questions 26

A company needs an automated solution to group its customers into multiple categories. The company does not want to manually define the categories. Which ML technique should the company use?

Options:

A.

Classification

B.

Linear regression

C.

Logistic regression

D.

Clustering

Buy Now
Questions 27

A food service company wants to collect a dataset to predict customer food preferences. The company wants to ensure that the food preferences of all demographics are included in the data.

Options:

A.

Accuracy

B.

Diversity

C.

Recency bias

D.

Reliability

Buy Now
Questions 28

A company wants to create a chatbot that answers questions about human resources policies. The company is using a large language model (LLM) and has a large digital documentation base.

Which technique should the company use to optimize the generated responses?

Options:

A.

Use Retrieval Augmented Generation (RAG).

B.

Use few-shot prompting.

C.

Set the temperature to 1.

D.

Decrease the token size.

Buy Now
Questions 29

A company has a database of petabytes of unstructured data from internal sources. The company wants to transform this data into a structured format so that its data scientists can perform machine learning (ML) tasks.

Which service will meet these requirements?

Options:

A.

Amazon Lex

B.

Amazon Rekognition

C.

Amazon Kinesis Data Streams

D.

AWS Glue

Buy Now
Questions 30

Which option is a use case for generative AI models?

Options:

A.

Improving network security by using intrusion detection systems

B.

Creating photorealistic images from text descriptions for digital marketing

C.

Enhancing database performance by using optimized indexing

D.

Analyzing financial data to forecast stock market trends

Buy Now
Questions 31

A company has developed a generative text summarization application by using Amazon Bedrock. The company will use Amazon Bedrock automatic model evaluation capabilities.

Which metric should the company use to evaluate the accuracy of the model?

Options:

A.

Area Under the ROC Curve (AUC) score

B.

F1 score

C.

BERT Score

D.

Real World Knowledge (RWK) score

Buy Now
Questions 32

A company is using Amazon SageMaker AI to develop AI/ML solutions. The company must use only approved data for model training. The AI/ML solutions must comply with company policy and ethical guidelines.

Which solution will meet these requirements?

Options:

A.

Amazon SageMaker Catalog

B.

Amazon SageMaker Clarify

C.

Amazon SageMaker Model Registry

D.

Amazon SageMaker Model Cards

Buy Now
Questions 33

A company is building a new generative AI chatbot. The chatbot uses an Amazon Bedrock foundation model (FM) to generate responses. During testing, the company notices that the chatbot is prone to prompt injection attacks.

What can the company do to secure the chatbot with the LEAST implementation effort?

Options:

A.

Fine-tune the FM to avoid harmful responses.

B.

Use Amazon Bedrock Guardrails content filters and denied topics.

C.

Change the FM to a more secure FM.

D.

Use chain-of-thought prompting to produce secure responses.

Buy Now
Questions 34

A company wants to display the total sales for its top-selling products across various retail locations in the past 12 months.

Which AWS solution should the company use to automate the generation of graphs?

Options:

A.

Amazon Q in Amazon EC2

B.

Amazon Q Developer

C.

Amazon Q in Amazon QuickSight

D.

Amazon Q in AWS Chatbot

Buy Now
Questions 35

A manufacturing company wants to create product descriptions in multiple languages.

Which AWS service will automate this task?

Options:

A.

Amazon Translate

B.

Amazon Transcribe

C.

Amazon Kendra

D.

Amazon Polly

Buy Now
Questions 36

A company has trained a custom foundation model (FM). The company wants to evaluate the toxicity of the FM ' s outputs by using human reviewers. The company has a team of internal reviewers. The company also wants to include external teams of reviewers to scale operations.

Which AWS service or feature will meet these requirements?

Options:

A.

Amazon Bedrock Agents

B.

Amazon Comprehend Custom

C.

Amazon SageMaker JumpStart

D.

Amazon SageMaker Ground Truth

Buy Now
Questions 37

A company wants to customize a foundation model (FM). The company wants to understand the customization methods and data types that are available.

Select the correct customization method from the following list for each description. Select each customization method one time. (Select THREE.)

Customization methods:

• Continued pre-training

• Distillation

• Fine-tuning

AIF-C01 Question 37

Options:

Buy Now
Questions 38

In which stage of the generative AI model lifecycle are tests performed to examine the model ' s accuracy?

Options:

A.

Deployment

B.

Data selection

C.

Fine-tuning

D.

Evaluation

Buy Now
Questions 39

A company is testing the security of a foundation model (FM). During testing, the company wants to get around the safety features and make harmful content.

Options:

A.

Fuzzing training data to find vulnerabilities

B.

Denial of service (DoS)

C.

Penetration testing with authorization

D.

Jailbreak

Buy Now
Questions 40

A company makes forecasts each quarter to decide how to optimize operations to meet expected demand. The company uses ML models to make these forecasts.

An AI practitioner is writing a report about the trained ML models to provide transparency and explainability to company stakeholders.

What should the AI practitioner include in the report to meet the transparency and explainability requirements?

Options:

A.

Code for model training

B.

Partial dependence plots (PDPs)

C.

Sample data for training

D.

Model convergence tables

Buy Now
Questions 41

A company wants more customized responses to its generative AI models ' prompts.

Select the correct customization methodology from the following list for each use case. Each use case should be selected one time. (Select THREE.)

• Continued pre-training

• Data augmentation

• Model fine-tuning

Options:

Buy Now
Questions 42

A company is developing an AI solution to help make hiring decisions.

Which strategy complies with AWS guidance for responsible AI?

Options:

A.

Use the AI solution to make final hiring decisions without human review.

B.

Train the AI solution exclusively on data from previous successful hires.

C.

Test the AI solution to ensure that it does not discriminate against any protected groups.

D.

Keep the AI decision-making process confidential to maintain a competitive advantage.

Buy Now
Questions 43

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?

Options:

A.

AWS Audit Manager

B.

AWS Artifact

C.

AWS Trusted Advisor

D.

AWS Data Exchange

Buy Now
Questions 44

An education company is building a chatbot whose target audience is teenagers. The company is training a custom large language model (LLM). The company wants the chatbot to speak in the target audience’s language style by using creative spelling and shortened words.

Which metric will assess the LLM’s performance?

Options:

A.

F1 score

B.

BERTScore

C.

Recall-Oriented Understudy for Gisting Evaluation (ROUGE)

D.

Bilingual Evaluation Understudy (BLEU) score

Buy Now
Questions 45

An education provider is building a question and answer application that uses a generative AI model to explain complex concepts. The education provider wants to automatically change the style of the model response depending on who is asking the question. The education provider will give the model the age range of the user who has asked the question.

Which solution meets these requirements with the LEAST implementation effort?

Options:

A.

Fine-tune the model by using additional training data that is representative of the various age ranges that the application will support.

B.

Add a role description to the prompt context that instructs the model of the age range that the response should target.

C.

Use chain-of-thought reasoning to deduce the correct style and complexity for a response suitable for that user.

D.

Summarize the response text depending on the age of the user so that younger users receive shorter responses.

Buy Now
Questions 46

A company wants to use Amazon Q Business for its data. The company needs to ensure the security and privacy of the data. Which combination of steps will meet these requirements? (Select TWO.)

Options:

A.

Enable AWS Key Management Service (AWS KMS) keys for the Amazon Q Business Enterprise index.

B.

Set up cross-account access to the Amazon Q index.

C.

Configure Amazon Inspector for authentication.

D.

Allow public access to the Amazon Q index.

E.

Configure AWS Identity and Access Management (IAM) for authentication.

Buy Now
Questions 47

Which functionality does Amazon SageMaker Clarify provide?

Options:

A.

Integrates a Retrieval Augmented Generation (RAG) workflow

B.

Monitors the quality of ML models in production

C.

Documents critical details about ML models

D.

Identifies potential bias during data preparation

Buy Now
Questions 48

A company has documents that are missing some words because of a database error. The company wants to build an ML model that can suggest potential words to fill in the missing text.

Which type of model meets this requirement?

Options:

A.

Topic modeling

B.

Clustering models

C.

Prescriptive ML models

D.

BERT-based models

Buy Now
Questions 49

A company is using domain-specific models. The company wants to avoid creating new models from the beginning. The company instead wants to adapt pre-trained models to create models for new, related tasks.

Which ML strategy meets these requirements?

Options:

A.

Increase the number of epochs.

B.

Use transfer learning.

C.

Decrease the number of epochs.

D.

Use unsupervised learning.

Buy Now
Questions 50

A company wants to build an interactive application for children that generates new stories based on classic stories. The company wants to use Amazon Bedrock and needs to ensure that the results and topics are appropriate for children.

Which AWS service or feature will meet these requirements?

Options:

A.

Amazon Rekognition

B.

Amazon Bedrock playgrounds

C.

Guardrails for Amazon Bedrock

D.

Agents for Amazon Bedrock

Buy Now
Questions 51

A financial company is developing a fraud detection system that flags potential fraud cases in credit card transactions. Employees will evaluate the flagged fraud cases. The company wants to minimize the amount of time the employees spend reviewing flagged fraud cases that are not actually fraudulent.

Which evaluation metric meets these requirements?

Options:

A.

Recall

B.

Accuracy

C.

Precision

D.

Lift chart

Buy Now
Questions 52

A company is using a pre-trained large language model (LLM) to extract information from documents. The company noticed that a newer LLM from a different provider is available on Amazon Bedrock. The company wants to transition to the new LLM on Amazon Bedrock.

What does the company need to do to transition to the new LLM?

Options:

A.

Create a new labeled dataset

B.

Perform feature engineering.

C.

Adjust the prompt template.

D.

Fine-tune the LLM.

Buy Now
Questions 53

A financial services company has developed an AI model by using AWS. The AI model assists with reviewing customer loan applications. Because regulatory requirements require transparency, the company needs to be able to explain how the model makes its decisions.

Which AWS service or feature meets these requirements?

Options:

A.

Amazon SageMaker Clarify

B.

Amazon Rekognition

C.

Amazon Comprehend

D.

Amazon SageMaker Model Monitor

Buy Now
Questions 54

Which AI technique combines large language models (LLMs) with external knowledge bases to improve response accuracy?

Options:

A.

Reinforcement learning (RL)

B.

Natural language processing (NLP)

C.

Retrieval Augmented Generation (RAG)

D.

Transfer learning

Buy Now
Questions 55

A company is comparing two foundation models (FMs) for a customer service AI assistant. The company wants to evaluate the FMs based on helpfulness, correctness, and tone. The company needs an evaluation technique that is automated, repeatable, and does not require human reviewers.

Which evaluation technique will meet these requirements?

Options:

A.

String matching

B.

Recall-Oriented Understudy for Gisting Evaluation (ROUGE)

C.

LLM-as-a-judge

D.

Retrieval Augmented Generation (RAG)

Buy Now
Questions 56

A company is building a solution to generate images for protective eyewear. The solution must have high accuracy and must minimize the risk of incorrect annotations.

Which solution will meet these requirements?

Options:

A.

Human-in-the-loop validation by using Amazon SageMaker Ground Truth Plus

B.

Data augmentation by using an Amazon Bedrock knowledge base

C.

Image recognition by using Amazon Rekognition

D.

Data summarization by using Amazon QuickSight

Buy Now
Questions 57

A company wants to implement a generative AI solution to improve its marketing operations. The company wants to increase its revenue in the next 6 months.

Which approach will meet these requirements?

Options:

A.

Immediately start training a custom FM by using the company’s existing data.

B.

Conduct stakeholder interviews to refine use cases and set measurable goals.

C.

Implement a prebuilt AI assistant solution and measure its impact on customer satisfaction.

D.

Analyze industry AI implementations and replicate the most successful features.

Buy Now
Questions 58

What does an F1 score measure in the context of foundation model (FM) performance?

Options:

A.

Model precision and recall

B.

Model speed in generating responses

C.

Financial cost of operating the model

D.

Energy efficiency of the model ' s computations

Buy Now
Questions 59

A company is developing its first generative AI application and wants to put a responsible AI policy in place before going to production. The company is concerned with explainability and transparency with model selections for the application.

Which techniques or tools address these issues? (Select TWO.)

Options:

A.

Model evaluation

B.

Guardrails

C.

AI model service cards

D.

Data encryption

E.

Automated reasoning

Buy Now
Questions 60

A hospital developed an AI system to provide personalized treatment recommendations for patients. The AI system must provide the rationale behind the recommendations and make the insights accessible to doctors and patients.

Which human-centered design principle does this scenario present?

Options:

A.

Explainability

B.

Privacy and security

C.

Fairness

D.

Data governance

Buy Now
Questions 61

A company wants to build an ML application.

Select and order the correct steps from the following list to develop a well-architected ML workload. Each step should be selected one time. (Select and order FOUR.)

• Deploy model

• Develop model

• Monitor model

• Define business goal and frame ML problem

AIF-C01 Question 61

Options:

Buy Now
Questions 62

A company is using a pre-trained large language model (LLM) to build a chatbot for product recommendations. The company needs the LLM outputs to be short and written in a specific language.

Which solution will align the LLM response quality with the company ' s expectations?

Options:

A.

Adjust the prompt.

B.

Choose an LLM of a different size.

C.

Increase the temperature.

D.

Increase the Top K value.

Buy Now
Questions 63

A company wants to make a chatbot to help customers. The chatbot will help solve technical problems without human intervention. The company chose a foundation model (FM) for the chatbot. The chatbot needs to produce responses that adhere to company tone.

Which solution meets these requirements?

Options:

A.

Set a low limit on the number of tokens the FM can produce.

B.

Use batch inferencing to process detailed responses.

C.

Experiment and refine the prompt until the FM produces the desired responses.

D.

Define a higher number for the temperature parameter.

Buy Now
Questions 64

Which strategy will prevent model hallucinations?

Options:

A.

Fact-check the output of the large language model (LLM).

B.

Compare the output of the large language model (LLM) to the results of an internet search.

C.

Use contextual grounding.

D.

Use relevance grounding.

Buy Now
Questions 65

What is an example of structured data?

Options:

A.

A file of text comments from an online forum

B.

A compilation of video files that contains news broadcasts

C.

A CSV file that consists of measurement data

D.

Transcribed conversations between call center agents and customers

Buy Now
Questions 66

Which option is an example of unsupervised learning?

Options:

A.

Clustering data points into groups based on their similarity

B.

Training a model to recognize images of animals

C.

Predicting the price of a house based on the house ' s features

D.

Generating human-like text based on a given prompt

Buy Now
Questions 67

A company has multiple datasets that contain historical data. The company wants to use ML technologies to process each dataset.

Select the correct ML technology from the following list for each dataset. Select each ML technology one time or not at all. (Select THREE.)

Computer vision

Natural language processing (NLP)

Reinforcement learning

Time series forecasting

Options:

Buy Now
Questions 68

A company wants to fine-tune an ML model that is hosted on Amazon Bedrock. The company wants to use its own sensitive data that is stored in private databases in a VPC. The data needs to stay within the company ' s private network.

Which solution will meet these requirements?

Options:

A.

Restrict access to Amazon Bedrock by using an AWS Identity and Access Management (IAM) service role.

B.

Restrict access to Amazon Bedrock by using an AWS Identity and Access Management (IAM) resource policy.

C.

Use AWS PrivateLink to connect the VPC and Amazon Bedrock.

D.

Use AWS Key Management Service (AWS KMS) keys to encrypt the data.

Buy Now
Questions 69

A company needs a scalable method to compare two foundation models (FMs) for chat summarization based on correctness and completeness.

Which solution will meet these requirements?

Options:

A.

Use human reviewers to score summaries by using a rubric that evaluates accuracy and coverage.

B.

Focus on performance metrics such as latency and throughput to determine model performance.

C.

Use the LLM-as-a-judge approach with a rubric across prompts to compare model outputs.

D.

Select the model that is ranked highest based on external benchmark scores for overall performance.

Buy Now
Questions 70

A company wants to use Amazon Bedrock. The company needs to review which security aspects the company is responsible for when using Amazon Bedrock.

Options:

A.

Patching and updating the versions of Amazon Bedrock

B.

Protecting the infrastructure that hosts Amazon Bedrock

C.

Securing the company ' s data in transit and at rest

D.

Provisioning Amazon Bedrock within the company network

Buy Now
Questions 71

A media streaming platform wants to provide movie recommendations to users based on the users ' account history.

Options:

A.

Amazon Polly

B.

Amazon Comprehend

C.

Amazon Transcribe

D.

Amazon Personalize

Buy Now
Questions 72

HOTSPOT

Select the correct AI term from the following list for each statement. Each AI term should be selected one time. (Select THREE.)

• AI

• Deep learning

• ML

AIF-C01 Question 72

Options:

Buy Now
Questions 73

A company is developing an ML model to support the company ' s retail application. The company wants to use information that the model has produced from previous tasks to increase the learning speed of the model.

Which model training solution will meet these requirements?

Options:

A.

Supervised learning

B.

Hyperparameter tuning

C.

Regularization techniques

D.

Transfer learning

Buy Now
Questions 74

A company is implementing the Amazon Titan foundation model (FM) by using Amazon Bedrock. The company needs to supplement the model by using relevant data from the company ' s private data sources.

Which solution will meet this requirement?

Options:

A.

Use a different FM

B.

Choose a lower temperature value

C.

Create an Amazon Bedrock knowledge base

D.

Enable model invocation logging

Buy Now
Questions 75

A company needs to scan its Amazon EC2-based ML infrastructure for security vulnerabilities before deploying generative AI (GenAI) models.

Which AWS service provides automated vulnerability assessment?

Options:

A.

AWS CloudFormation

B.

Amazon Comprehend

C.

Amazon Inspector

D.

AWS Trusted Advisor

Buy Now
Questions 76

A research group wants to test different generative AI models to create research papers. The research group has defined a prompt and needs a method to assess the models ' output. The research group wants to use a team of scientists to perform the output assessments.

Which solution will meet these requirements?

Options:

A.

Use automatic evaluation on Amazon Personalize.

B.

Use content moderation on Amazon Rekognition.

C.

Use model evaluation on Amazon Bedrock.

D.

Use sentiment analysis on Amazon Comprehend.

Buy Now
Questions 77

A social media company wants to use a large language model (LLM) for content moderation. The company wants to evaluate the LLM outputs for bias and potential discrimination against specific groups or individuals.

Which data source should the company use to evaluate the LLM outputs with the LEAST administrative effort?

Options:

A.

User-generated content

B.

Moderation logs

C.

Content moderation guidelines

D.

Benchmark datasets

Buy Now
Questions 78

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.)

Options:

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
Questions 79

A food service company wants to develop an ML model to help decrease daily food waste and increase sales revenue. The company needs to continuously improve the model ' s accuracy.

Which solution meets these requirements?

Options:

A.

Use Amazon SageMaker AI and iterate with the most recent data.

B.

Use Amazon Personalize and iterate with historical data.

C.

Use Amazon CloudWatch to analyze customer orders.

D.

Use Amazon Rekognition to optimize the model.

Buy Now
Questions 80

Which AWS service makes foundation models (FMs) available to help users build and scale generative AI applications?

Options:

A.

Amazon Q Developer

B.

Amazon Bedrock

C.

Amazon Kendra

D.

Amazon Comprehend

Buy Now
Questions 81

A company wants to use AI to protect its application from threats. The AI solution needs to check if an IP address is from a suspicious source.

Options:

A.

Build a speech recognition system

B.

Create a natural language processing (NLP) named entity recognition system

C.

Develop an anomaly detection system

D.

Create a fraud forecasting system

Buy Now
Questions 82

What does inference refer to in the context of AI?

Options:

A.

The process of creating new AI algorithms

B.

The use of a trained model to make predictions or decisions on unseen data

C.

The process of combining multiple AI models into one model

D.

The method of collecting training data for AI systems

Buy Now
Questions 83

A company deploys a custom ML model on Amazon SageMaker AI. The company uses the model to build a generative AI application for a healthcare recommendation system.

The company tests the application and finds a potential bias issue. The application consistently recommends different treatment approaches for patients who have identical medical conditions based on patient demographic information.

The company needs a solution to ensure that the application does not generate biased recommendations.

Which solution will meet this requirement?

Options:

A.

Use SageMaker Clarify to detect bias patterns. Collect and use additional balanced training data. Use the data to retrain the model.

B.

Implement prompt engineering techniques to explicitly instruct the model to provide fair recommendations regardless of demographics.

C.

Apply content filtering by using Amazon Comprehend to remove potentially biased recommendations before they reach users.

D.

Create separate foundation model (FM) endpoints for each demographic group to provide specialized care recommendations.

Buy Now
Questions 84

An AI practitioner has trained a model on a training dataset. The model performs well on the training data. However, the model does not perform well on evaluation data. What is the MOST likely cause of this issue?

Options:

A.

The model is underfit.

B.

The model requires prompt engineering.

C.

The model is biased.

D.

The model is overfit.

Buy Now
Questions 85

An AI practitioner has a database of animal photos. The AI practitioner wants to automatically identify and categorize the animals in the photos without manual human effort.

Which strategy meets these requirements?

Options:

A.

Object detection

B.

Anomaly detection

C.

Named entity recognition

D.

Inpainting

Buy Now
Questions 86

A company uses Amazon Bedrock to implement a generative AI solution. The AI solution provides customers with personalized product recommendations.

The company wants to evaluate the impact of the AI solution on sales revenue.

Which metric will meet these requirements?

Options:

A.

Cross-domain performance

B.

Solution efficiency

C.

User satisfaction

D.

Conversion rate

Buy Now
Questions 87

A financial company is developing a generative AI application for loan approval decisions. The company needs the application output to be responsible and fair.

Options:

A.

Review the training data to check for biases. Include data from all demographics in the training data.

B.

Use a deep learning model with many hidden layers.

C.

Keep the model ' s decision-making process a secret to protect proprietary algorithms.

D.

Continuously monitor the model ' s performance on a static test dataset.

Buy Now
Questions 88

A financial company uses AWS to host its generative AI models. The company must generate reports to show adherence to international regulations for handling sensitive customer data.

Options:

A.

Amazon Macie

B.

AWS Artifact

C.

AWS Secrets Manager

D.

AWS Config

Buy Now
Questions 89

A research company needs to analyze legal documents. The documents are up to 1 million tokens long and include embedded high-resolution charts. The company also needs to ingest video summaries to generate compliance reports.

Which Amazon Nova model meets these requirements?

Options:

A.

Amazon Nova Micro

B.

Amazon Nova Lite

C.

Amazon Nova Pro

D.

Amazon Nova Premier

Buy Now
Questions 90

A company wants to use AI for budgeting. The company made one budget manually and one budget by using an AI model. The company compared the budgets to evaluate the performance of the AI model. The AI model budget produced incorrect numbers.

Which option represents the AI model ' s problem?

Options:

A.

Hallucinations

B.

Safety

C.

Interpretability

D.

Cost

Buy Now
Questions 91

A financial company is developing a generative AI application for loan approval decisions. The company needs the application output to be responsible and fair.

Which solution meets these requirements?

Options:

A.

Review the training data to check for biases. Include data from all demographics in the training data.

B.

Use a deep learning model with many hidden layers.

C.

Keep the model’s decision-making process a secret to protect proprietary algorithms.

D.

Continuously monitor the model’s performance on a static test dataset.

Buy Now
Questions 92

A company is working on a large language model (LLM) and noticed that the LLM’s outputs are not as diverse as expected. Which parameter should the company adjust?

Options:

A.

Temperature

B.

Batch size

C.

Learning rate

D.

Optimizer type

Buy Now
Questions 93

An AI practitioner is developing a recommendation system. The AI practitioner wants to document a business problem, data assumptions, training considerations, and usage risks. The company must follow guidelines for transparency and governance.

Which Amazon SageMaker AI feature will meet these requirements?

Options:

A.

Model Registry

B.

Model Cards

C.

Model Monitor

D.

Model Dashboard

Buy Now
Questions 94

A company is making a chatbot. The chatbot uses Amazon Lex and Amazon OpenSearch Service. The chatbot uses the company ' s private data to answer questions. The company needs to convert the data into a vector representation before storing the data in a database.

Which model type should the company use?

Options:

A.

Text completion model

B.

Instruction following model

C.

Text embeddings model

D.

Image generation model

Buy Now
Questions 95

A company uses Amazon SageMaker AI to generate article summaries in multiple languages. The company needs a metric to evaluate the quality of the summary translations in multiple languages. Which evaluation metric will meet these requirements?

Options:

A.

Recall-Oriented Understudy for Gisting Evaluation (ROUGE)

B.

Bilingual evaluation understudy (BLEU)

C.

Area Under the ROC Curve (AUC)

D.

Precision

Buy Now
Questions 96

A company manually reviews all submitted resumes in PDF format. As the company grows, the company expects the volume of resumes to exceed the company ' s review capacity. The company needs an automated system to convert the PDF resumes into plain text format for additional processing.

Which AWS service meets this requirement?

Options:

A.

Amazon Textract

B.

Amazon Personalize

C.

Amazon Lex

D.

Amazon Transcribe

Buy Now
Questions 97

A company wants to extract key insights from large policy documents to increase employee efficiency.

Options:

A.

Regression

B.

Clustering

C.

Summarization

D.

Classification

Buy Now
Questions 98

A company has created a custom model by fine-tuning an existing large language model (LLM) from Amazon Bedrock. The company wants to deploy the model to production and use the model to handle a steady rate of requests each minute.

Which solution meets these requirements MOST cost-effectively?

Options:

A.

Deploy the model by using an Amazon EC2 compute optimized instance.

B.

Use the model with on-demand throughput on Amazon Bedrock.

C.

Store the model in Amazon S3 and host the model by using AWS Lambda.

D.

Purchase Provisioned Throughput for the model on Amazon Bedrock.

Buy Now
Questions 99

A company runs a website for users to make travel reservations. The company wants an AI solution to help create consistent branding for hotels on the website. The AI solution needs to generate hotel descriptions for the website in a consistent writing style. Which AWS service will meet these requirements?

Options:

A.

Amazon Comprehend

B.

Amazon Personalize

C.

Amazon Rekognition

D.

Amazon Bedrock

Buy Now
Questions 100

A company wants to fine-tune a foundation model (FM) for a specific use case. The company needs to deploy the FM on Amazon Bedrock for internal use.

Which solution will meet these requirements?

Options:

A.

Run responses that have been generated by a pre-trained FM through Amazon Bedrock Guardrails to create the custom FM.

B.

Use Amazon Personalize to customize the FM with custom data.

C.

Use conversational builder for Amazon Bedrock Agents to create the custom model.

D.

Use Amazon SageMaker AI to customize the FM. Then, import the trained model into Amazon Bedrock.

Buy Now
Questions 101

A security company is using Amazon Bedrock to run foundation models (FMs). The company wants to ensure that only authorized users invoke the models. The company needs to identify any unauthorized access attempts to set appropriate AWS Identity and Access Management (IAM) policies and roles for future iterations of the FMs.

Which AWS service should the company use to identify unauthorized users that are trying to access Amazon Bedrock?

Options:

A.

AWS Audit Manager

B.

AWS CloudTrail

C.

Amazon Fraud Detector

D.

AWS Trusted Advisor

Buy Now
Questions 102

A software company has deployed an AI model to translate paragraphs of text into a user ' s chosen language. The model can produce a confidence score for the translations. The company wants to incorporate its employees into a review process to validate and improve the model ' s translations.

Which AWS solution will meet these requirements?

Options:

A.

Amazon SageMaker Clarify

B.

Amazon Augmented AI (Amazon A2I)

C.

Amazon SageMaker Model Monitor

D.

Amazon Bedrock Agents

Buy Now
Questions 103

A company has set up a translation tool to help its customer service team handle issues from customers around the world. The company wants to evaluate the performance of the translation tool. The company sets up a parallel data process that compares the responses from the tool to responses from actual humans. Both sets of responses are generated on the same set of documents.

Which strategy should the company use to evaluate the translation tool?

Options:

A.

Use the Bilingual Evaluation Understudy (BLEU) score to estimate the absolute translation quality of the two methods.

B.

Use the Bilingual Evaluation Understudy (BLEU) score to estimate the relative translation quality of the two methods.

C.

Use the BERTScore to estimate the absolute translation quality of the two methods.

D.

Use the BERTScore to estimate the relative translation quality of the two methods.

Buy Now
Questions 104

An AI practitioner is building an ML model. The AI practitioner wants to provide model transparency and explainability to stakeholders.

Which solution will meet these requirements?

Options:

A.

Present the model Shapley values.

B.

Provide the model accuracy measure.

C.

Provide the model confusion matrix.

D.

Provide a secure model inference endpoint.

Buy Now
Questions 105

A retail company is tagging its product inventory. A tag is automatically assigned to each product based on the product description. The company created one product category by using a large language model (LLM) on Amazon Bedrock in few-shot learning mode.

The company collected a labeled dataset and wants to scale the solution to all product categories.

Which solution meets these requirements?

Options:

A.

Use prompt engineering with zero-shot learning.

B.

Use prompt engineering with prompt templates.

C.

Customize the model with continued pre-training.

D.

Customize the model with fine-tuning.

Buy Now
Questions 106

A company acquires International Organization for Standardization (ISO) accreditation to manage AI risks and to use AI responsibly. What does this accreditation certify?

Options:

A.

All members of the company are ISO certified.

B.

All AI systems that the company uses are ISO certified.

C.

All AI application team members are ISO certified.

D.

The company’s development framework is ISO certified.

Buy Now
Questions 107

An AI practitioner performed continued pre-training on a foundation model (FM). After model deployment, the AI practitioner discovered that the model was exposing sensitive company information that was inadvertently included in the training data.

Which security risk does this scenario represent?

Options:

A.

Jailbreaking

B.

Data leakage

C.

Contextual grounding

D.

Prompt injection

Buy Now
Questions 108

A company is building a mobile app for users who have a visual impairment. The app must be able to hear what users say and provide voice responses.

Which solution will meet these requirements?

Options:

A.

Use a deep learning neural network to perform speech recognition.

B.

Build ML models to search for patterns in numeric data.

C.

Use generative AI summarization to generate human-like text.

D.

Build custom models for image classification and recognition.

Buy Now
Questions 109

What is tokenization used for in natural language processing (NLP)?

Options:

A.

To encrypt text data

B.

To compress text files

C.

To break text into smaller units for processing

D.

To translate text between languages

Buy Now
Questions 110

An AI practitioner is using a large language model (LLM) to create content for marketing campaigns. The generated content sounds plausible and factual but is incorrect.

Which problem is the LLM having?

Options:

A.

Data leakage

B.

Hallucination

C.

Overfitting

D.

Underfitting

Buy Now
Questions 111

A customer service team is developing an application to analyze customer feedback and automatically classify the feedback into different categories. The categories include product quality, customer service, and delivery experience.

Which AI concept does this scenario present?

Options:

A.

Computer vision

B.

Natural language processing (NLP)

C.

Recommendation systems

D.

Fraud detection

Buy Now
Questions 112

A company wants to control employee access to publicly available foundation models (FMs). Which solution meets these requirements?

Options:

A.

Analyze cost and usage reports in AWS Cost Explorer.

B.

Download AWS security and compliance documents from AWS Artifact.

C.

Configure Amazon SageMaker JumpStart to restrict discoverable FMs.

D.

Build a hybrid search solution by using Amazon OpenSearch Service.

Buy Now
Questions 113

A company uses a foundation model (FM) from Amazon Bedrock for an AI search tool. The company wants to fine-tune the model to be more accurate by using the company ' s data.

Which strategy will successfully fine-tune the model?

Options:

A.

Provide labeled data with the prompt field and the completion field.

B.

Prepare the training dataset by creating a .txt file that contains multiple lines in .csv format.

C.

Purchase Provisioned Throughput for Amazon Bedrock.

D.

Train the model on journals and textbooks.

Buy Now
Questions 114

A company uses Amazon SageMaker for its ML pipeline in a production environment. The company has large input data sizes up to 1 GB and processing times up to 1 hour. The company needs near real-time latency.

Which SageMaker inference option meets these requirements?

Options:

A.

Real-time inference

B.

Serverless inference

C.

Asynchronous inference

D.

Batch transform

Buy Now
Questions 115

An AI practitioner is using an LLM-as-a-judge in Amazon Bedrock to evaluate the quality of agent responses in a production environment. The AI practitioner wants to apply a built-in metric that assesses how thoroughly the agent responses address all parts of each prompt or question.

Which metric will meet these requirements?

Options:

A.

Recall-Oriented Understudy for Gisting Evaluation (ROUGE)

B.

Completeness

C.

Following instructions

D.

Refusal

Buy Now
Questions 116

A company is using a large language model (LLM) on Amazon Bedrock to build a chatbot. The chatbot processes customer support requests. To resolve a request, the customer and the chatbot must interact a few times.

Which solution gives the LLM the ability to use content from previous customer messages?

Options:

A.

Turn on model invocation logging to collect messages.

B.

Add messages to the model prompt.

C.

Use Amazon Personalize to save conversation history.

D.

Use Provisioned Throughput for the LLM.

Buy Now
Questions 117

A company is using the Generative AI Security Scoping Matrix to assess security responsibilities for its solutions. The company has identified four different solution scopes based on the matrix.

Which solution scope gives the company the MOST ownership of security responsibilities?

Options:

A.

Using a third-party enterprise application that has embedded generative AI features.

B.

Building an application by using an existing third-party generative AI foundation model (FM).

C.

Refining an existing third-party generative AI foundation model (FM) by fine-tuning the model by using data specific to the business.

D.

Building and training a generative AI model from scratch by using specific data that a customer owns.

Buy Now
Questions 118

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.)

Options:

A.

Amazon Lex

B.

Amazon Comprehend

C.

Amazon Polly

D.

Amazon Bedrock

E.

Amazon Rekognition

Buy Now
Questions 119

A company is building a contact center application and wants to gain insights from customer conversations. The company wants to analyze and extract key information from the audio of the customer calls.

Which solution meets these requirements?

Options:

A.

Build a conversational chatbot by using Amazon Lex.

B.

Transcribe call recordings by using Amazon Transcribe.

C.

Extract information from call recordings by using Amazon SageMaker Model Monitor.

D.

Create classification labels by using Amazon Comprehend.

Buy Now
Questions 120

A company wants to create an application to summarize meetings by using meeting audio recordings.

Select and order the correct steps from the following list to create the application. Each step should be selected one time or not at all. (Select and order THREE.)

• Convert meeting audio recordings to meeting text files by using Amazon Polly.

• Convert meeting audio recordings to meeting text files by using Amazon Transcribe.

• Store meeting audio recordings in an Amazon S3 bucket.

• Store meeting audio recordings in an Amazon Elastic Block Store (Amazon EBS) volume.

• Summarize meeting text files by using Amazon Bedrock.

• Summarize meeting text files by using Amazon Lex.

Options:

Buy Now
Exam Code: AIF-C01
Exam Name: AWS Certified AI Practitioner Exam
Last Update: Jul 15, 2026
Questions: 401

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99