Practice Free AIF-C01 Exam Online Questions
A company wants to use a large language model (LLM) on Amazon Bedrock for sentiment analysis.
The company wants to classify the sentiment of text passages as positive or negative.
Which prompt engineering strategy meets these requirements?
- A . Provide examples of text passages with corresponding positive or negative labels in the prompt followed by the new text passage to be classified.
- B . Provide a detailed explanation of sentiment analysis and how LLMs work in the prompt.
- C . Provide the new text passage to be classified without any additional context or examples.
- D . Provide the new text passage with a few examples of unrelated tasks, such as text summarization or question answering.
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?
- A . The model is underfit.
- B . The model requires prompt engineering.
- C . The model is biased.
- D . The model is overfit.
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?
- A . Amazon Bedrock Guardrails
- B . Amazon Bedrock Agents
- C . Amazon SageMaker Clarify
- D . Amazon SageMaker Model Monitor
A digital devices company wants to predict customer demand for memory hardware. The company does not have coding experience or knowledge of ML algorithms and needs to develop a data-driven predictive model. The company needs to perform analysis on internal data and external data.
Which solution will meet these requirements?
- A . Store the data in Amazon S3. Create ML models and demand forecast predictions by using Amazon SageMaker built-in algorithms that use the data from Amazon S3.
- B . Import the data into Amazon SageMaker Data Wrangler. Create ML models and demand forecast predictions by using SageMaker built-in algorithms.
- C . Import the data into Amazon SageMaker Data Wrangler. Build ML models and demand forecast predictions by using an Amazon Personalize Trending-Now recipe.
- D . Import the data into Amazon SageMaker Canvas. Build ML models and demand forecast predictions by selecting the values in the data from SageMaker Canvas.
Which task describes a use case for intelligent document processing (IDP)?
- A . Predict fraudulent transactions.
- B . Personalize product offerings.
- C . Analyze user feedback and perform sentiment analysis.
- D . Automatically extract and format data from scanned files.
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 is using an Amazon SageMaker notebook to train an ML prediction model for fraud detection. The company wants the model to be accurate for an unseen dataset.
Which two characteristics does the AI practitioner want the model to have?
- A . High variance / high bias
- B . High variance / low bias
- C . Low variance / high bias
- D . Low variance / low bias
An animation company wants to provide subtitles for its content.
Which AWS service meets this requirement?
- A . Amazon Comprehend
- B . Amazon Polly
- C . Amazon Transcribe
- D . Amazon Translate
A company wants to use large language models (LLMs) with Amazon Bedrock to develop a chat interface for the company’s product manuals. The manuals are stored as PDF files.
Which solution meets these requirements MOST cost-effectively?
- A . Use prompt engineering to add one PDF file as context to the user prompt when the prompt is submitted to Amazon Bedrock.
- B . Use prompt engineering to add all the PDF files as context to the user prompt when the prompt is submitted to Amazon Bedrock.
- C . Use all the PDF documents to fine-tune a model with Amazon Bedrock. Use the fine-tuned model to process user prompts.
- D . Upload PDF documents to an Amazon Bedrock knowledge base. Use the knowledge base to provide context when users submit prompts to Amazon Bedrock.
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.
- 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.
