Practice Free AIF-C01 Exam Online Questions
Which technique involves training AI models on labeled datasets to adapt the models to specific industry terminology and requirements?
- A . Data augmentation
- B . Fine-tuning
- C . Model quantization
- D . Continuous pre-training
A company needs to log all requests made to its Amazon Bedrock API. The company must retain the logs securely for 5 years at the lowest possible cost.
Which combination of AWS service and storage class meets these requirements? (Select TWO.)
- A . AWS CloudTrail
- B . Amazon CloudWatch
- C . AWS Audit Manager
- D . Amazon S3 Intelligent-Tiering
- E . Amazon S3 Standard
HOTSPOT
A company is using Amazon SageMaker to develop AI models.
Select the correct SageMaker feature or resource from the following list for each step in the AI model lifecycle workflow. Each SageMaker feature or resource should be selected one time or not at all. (Select TWO.)
– SageMaker Clarify
– SageMaker Model Registry
– SageMaker Serverless Inference

Which technique breaks a complex task into smaller subtasks that are sent sequentially to a large language model (LLM)?
- A . One-shot prompting
- B . Prompt chaining
- C . Tree of thoughts
- D . Retrieval Augmented Generation (RAG)
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?
- 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.
An AI practitioner is using an Amazon Bedrock base model to summarize session chats from the customer service department. The AI practitioner wants to store invocation logs to monitor model input and output data.
- A . Configure AWS CloudTrail as the logs destination for the model.
- B . Enable model invocation logging in Amazon Bedrock.
- C . Configure AWS Audit Manager as the logs destination for the model.
- D . Configure model invocation logging in Amazon EventBridge.
A company is building an AI application to summarize books of varying lengths. During testing, the application fails to summarize some books.
Why does the application fail to summarize some books?
- A . The temperature is set too high.
- B . The selected model does not support fine-tuning.
- C . The Top P value is too high.
- D . The input tokens exceed the model’s context size.
A company wants to improve a large language model (LLM) for content moderation within 3 months.
The company wants the model to moderate content according to the company’s values and ethics.
The LLM must also be able to handle emerging trends and new types of problematic content.
Which solution will meet these requirements?
- A . Conduct continuous pre-training on a large amount of text-based internet content.
- B . Create a high-quality dataset of historical moderation decisions.
- C . Fine-tune the LLM on a diverse set of general ethical guidelines from various sources.
- D . Conduct reinforcement learning from human feedback (RLHF) by using real-time input from skilled moderators.
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?
- A . Amazon EC2 C series
- B . Amazon EC2 G series
- C . Amazon EC2 P series
- D . Amazon EC2 Trn series
A company is using Amazon Bedrock to develop an AI assistant. The AI assistant will respond to customer questions about the company’s products. The company conducts initial tests of the AI assistant. The company finds that the AI assistant’s responses do not represent the company well and might damage customer perception.
The company needs a prompt engineering technique to improve the AI assistant’s responses so that the responses better represent the company.
Which solution will meet this requirement?
- A . Use zero-shot prompting.
- B . Use chain-of-thought (CoT) prompting.
- C . Use Retrieval Augmented Generation (RAG).
- D . Provide a persona and tone in the prompt.
