New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A company wants to create a chatbot by using a foundation model (FM) on Amazon Bedrock. The FM needs to access encrypted data that is stored in an Amazon S3 bucket.

The data is encrypted with Amazon S3 managed keys (SSE-S3).

The FM encounters a failure when attempting to access the S3 bucket data.

Which solution will meet these requirements?

A.

Ensure that the role that Amazon Bedrock assumes has permission to decrypt data with the correct encryption key.

B.

Set the access permissions for the S3 buckets to allow public access to enable access over the internet.

C.

Use prompt engineering techniques to tell the model to look for information in Amazon S3.

D.

Ensure that the S3 data does not contain sensitive information.

Which type of AI model makes numeric predictions?

A.

Diffusion

B.

Regression

C.

Transformer

D.

Multi-modal

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?

A.

Hallucinations

B.

Safety

C.

Interpretability

D.

Cost

A company wants to classify images of different objects based on custom features extracted from a dataset.

Which solution will meet this requirement with the LEAST development effort?

A.

Use traditional ML algorithms with custom features extracted from the dataset.

B.

Use a pre-trained deep learning model and fine-tune the model on the dataset.

C.

Use a generative adversarial network (GAN) model to classify the images.

D.

Use a support vector machine (SVM) with manually engineered features for classification.

A company has deployed an AI application in production on AWS. The application's responses have become less accurate over time. The company needs a solution to send alerts when the application performance drifts.

Which AWS service or feature will meet this requirement?

A.

Amazon Augmented AI (Amazon A2I)

B.

Amazon SageMaker Model Monitor

C.

Amazon Rekognition

D.

AWS Trusted Advisor

A company uses an open-source pre-trained model to analyze user sentiment for a newly released product.

Which action must the company perform, according to MLOps best practices?

A.

Use deep learning to perform hyperparameter tuning.

B.

Collect user reviews and label each review as positive or negative.

C.

Continuously monitor outputs in production.

D.

Perform feature engineering on the input dataset.

A company wants to build a customer-facing generative AI application. The application must block or mask sensitive information. The application must also detect hallucinations.

Which solution will meet these requirements with the LEAST operational overhead?

A.

Use AWS Lambda functions to build a policy evaluator.

B.

Select a foundation model (FM) that includes policies that remove harmful content by default.

C.

Use Amazon Bedrock Guardrails to implement safeguards for the application based on use cases.

D.

Host a custom-built policy evaluator on Amazon EC2 instances.

A company has built a chatbot that can respond to natural language questions with images. The company wants to ensure that the chatbot does not return inappropriate or unwanted images.

Which solution will meet these requirements?

A.

Implement moderation APIs.

B.

Retrain the model with a general public dataset.

C.

Perform model validation.

D.

Automate user feedback integration.

An AI practitioner needs to improve the accuracy of a natural language generation model. The model uses rapidly changing inventory data.

Which technique will improve the model's accuracy?

A.

Transfer learning

B.

Federated learning

C.

Retrieval Augmented Generation (RAG)

D.

One-shot prompting

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?

A.

Amazon SageMaker Clarify

B.

Amazon Augmented AI (Amazon A2I)

C.

Amazon SageMaker Model Monitor

D.

Amazon Bedrock Agents