Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Amazon Web Services AIF-C01 Practice Exam with Questions & Answers | Set: 12

Questions 111

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

Amazon Web Services AIF-C01 Premium Access
Questions 112

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

Questions 113

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.

Questions 114

A retail company wants to build an ML model to recommend products to customers. The company wants to build the model based on responsible practices. Which practice should the company apply when collecting data to decrease model bias?

Options:
A.

Use data from only customers who match the demography of the company ' s overall customer base.

B.

Collect data from customers who have a past purchase history.

C.

Ensure that the data is balanced and collected from a diverse group.

D.

Ensure that the data is from a publicly available dataset.

Questions 115

Which outcome is a result of increasing model transparency?

Options:
A.

Reduced need for model validation steps

B.

Elimination of regulatory compliance monitoring requirements

C.

Automatic removal of all bias from model predictions

D.

Enhanced ability to identify bias and improve model governance

Questions 116

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

Questions 117

An accounting firm wants to implement a large language model (LLM) to automate document processing. The firm must proceed responsibly to avoid potential harms.

What should the firm do when developing and deploying the LLM? (Select TWO.)

Options:
A.

Include fairness metrics for model evaluation.

B.

Adjust the temperature parameter of the model.

C.

Modify the training data to mitigate bias.

D.

Avoid overfitting on the training data.

E.

Apply prompt engineering techniques.

Questions 118

A financial company stores patterns of fraudulent behavior in a database. The company uses this data to conduct investigations.

The company wants to use a graph-based ML solution to develop an AI tool that helps with these investigations.

Which AWS service will meet these requirements?

Options:
A.

Amazon OpenSearch Service

B.

Amazon Aurora

C.

Amazon Neptune

D.

Amazon MemoryDB

Questions 119

A company is building a customer service chatbot. The company wants the chatbot to improve its responses by learning from past interactions and online resources.

Which AI learning strategy provides this self-improvement capability?

Options:
A.

Supervised learning with a manually curated dataset of good responses and bad responses

B.

Reinforcement learning with rewards for positive customer feedback

C.

Unsupervised learning to find clusters of similar customer inquiries

D.

Supervised learning with a continuously updated FAQ database

Questions 120

A company wants to generate synthetic data responses for multiple prompts from a large volume of data. The company wants to use an API method to generate the responses. The company does not need to generate the responses immediately.

Options:
A.

Input the prompts into the model. Generate responses by using real-time inference.

B.

Use Amazon Bedrock batch inference. Generate responses asynchronously.

C.

Use Amazon Bedrock agents. Build an agent system to process the prompts recursively.

D.

Use AWS Lambda functions to automate the task. Submit one prompt after another and store each response.