单选题 A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random. Which solution will meet these requirements?

A、 Increase the temperature parameter and the top_k parameter.
B、 Increase the temperature parameter. Decrease the top_k parameter.
C、 Decrease the temperature parameter. Increase the top_k parameter.
D、 Decrease the temperature parameter and the top_k parameter.
下载APP答题
由4l***vb提供 分享 举报 纠错

相关试题

单选题 A company runs an Amazon SageMaker domain in a public subnet of a newly created VPC. The network is configured properly, and ML engineers can access the SageMaker domain. Recently, the company discovered suspicious traffic to the domain from a specific IP address. The company needs to block traffic from the specific IP address. Which update to the network configuration will meet this requirement?

A、Create a security group inbound rule to deny traffic from the specific IP address. Assign the security group to the domain.
B、Create a network ACL inbound rule to deny traffic from the specific IP address. Assign the rule to the default network Ad for the subnet where the domain is located.
C、Create a shadow variant for the domain. Configure SageMaker Inference Recommender to send traffic from the specific IP address to the shadow endpoint.
D、Create a VPC route table to deny inbound traffic from the specific IP address. Assign the route table to the domain.

单选题 A company has a Retrieval Augmented Generation (RAG) application that uses a vector database to store embeddings of documents. The company must migrate the application to AWS and must implement a solution that provides semantic search of text files. The company has already migrated the text repository to an Amazon S3 bucket. Which solution will meet these requirements?

A、Use an AWS Batch job to process the files and generate embeddings. Use AWS Glue to store the embeddings. Use SQL queries to perform the semantic searches.
B、Use a custom Amazon SageMaker notebook to run a custom script to generate embeddings. Use SageMaker Feature Store to store the embeddings. Use SQL queries to perform the semantic searches.
C、Use the Amazon Kendra S3 connector to ingest the documents from the S3 bucket into Amazon Kendra. Query Amazon Kendra to perform the semantic searches.
D、Use an Amazon Textract asynchronous job to ingest the documents from the S3 bucket. Query Amazon Textract to perform the semantic searches.

单选题 An ML engineer needs to create data ingestion pipelines and ML model deployment pipelines on AWS. All the raw data is stored in Amazon S3 buckets. Which solution will meet these requirements?

A、Use Amazon Data Firehose to create the data ingestion pipelines. Use Amazon SageMaker Studio Classic to create the model deployment pipelines.
B、Use AWS Glue to create the data ingestion pipelines. Use Amazon SageMaker Studio Classic to create the model deployment pipelines.
C、Use Amazon Redshift ML to create the data ingestion pipelines. Use Amazon SageMaker Studio Classic to create the model deployment pipelines.
D、Use Amazon Athena to create the data ingestion pipelines. Use an Amazon SageMaker notebook to create the model deployment pipelines

单选题 A company that has hundreds of data scientists is using Amazon SageMaker to create ML models. The models are in model groups in the SageMaker Model Registry. The data scientists are grouped into three categories: computer vision, natural language processing (NLP), and speech recognition. An ML engineer needs to implement a solution to organize the existing models into these groups to improve model discoverability at scale. The solution must not affect the integrity of the model artifacts and their existing groupings. Which solution will meet these requirements?

A、Create a custom tag for each of the three categories. Add the tags to the model packages in the SageMaker Model Registry.
B、Create a model group for each category. Move the existing models into these category model groups.
C、Use SageMaker ML Lineage Tracking to automatically identify and tag which model groups should contain the models.
D、Create a Model Registry collection for each of the three categories. Move the existing model groups into the collections.

单选题 A company wants to predict the success of advertising campaigns by considering the color scheme of each advertisement. An ML engineer is preparing data for a neural network model. The dataset includes color information as categorical data. Which technique for feature engineering should the ML engineer use for the model?

A、Apply label encoding to the color categories. Automatically assign each color a unique integer.
B、Implement padding to ensure that all color feature vectors have the same length.
C、Perform dimensionality reduction on the color categories.
D、One-hot encode the color categories to transform the color scheme feature into a binary matrix

单选题 A company uses a hybrid cloud environment. A model that is deployed on premises uses data in Amazon S3 to provide customers with a live conversational engine. The model is using sensitive data. An ML engineer needs to implement a solution to identify and remove the sensitive data. Which solution will meet these requirements with the LEAST operational overhead?

A、Deploy the model on Amazon SageMaker. Create a set of AWS Lambda functions to identify and remove the sensitive data.
B、Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster that uses AWS Fargate. Create an AWS Batch job to identify and remove the sensitive data.
C、Use Amazon Macie to identify the sensitive data. Create a set of AWS Lambda functions to remove the sensitive data.
D、Use Amazon Comprehend to identify the sensitive data. Launch Amazon EC2 instances to remove the sensitive data.

单选题 An ML engineer has an Amazon Comprehend custom model in Account A in the us-east-1 Region. The ML engineer needs to copy the model to Account B in the same Region. Which solution will meet this requirement with the LEAST development effort?

A、Use Amazon S3 to make a copy of the model. Transfer the copy to Account B
B、Create a resource-based IAM policy. Use the Amazon Comprehend ImportModel API operation to copy the model to Account B
C、Use AWS DataSync to replicate the model from Account A to Account B
D、Create an AWS Site-to-Site VPN connection between Account A and Account B to transfer the model

单选题 A company uses Amazon Athena to query a dataset in Amazon S3. The dataset has a target variable that the company wants to predict. The company needs to use the dataset in a solution to determine if a model can predict the target variable. Which solution will provide this information with the LEAST development effort?

A、Create a new model by using Amazon SageMaker Autopilot. Report the model's achieved performance.
B、Implement custom scripts to perform data pre-processing, multiple linear regression, and performance evaluation. Run the scripts on Amazon EC2 instances.
C、Configure Amazon Macie to analyze the dataset and to create a model. Report the model's achieved performance.
D、Select a model from Amazon Bedrock. Tune the model with the data. Report the model's achieved performance