Practice Free AIF-C01 Exam Online Questions
A company is building a job recommendation system based on job posting data and job seeker user profiles. The system shows bias in job recommendations based on gender for user profiles that are otherwise equivalent.
Which principle should the company follow to address this issue, according to AWS best practices for responsible AI?
- A . Governance
- B . Explainability
- C . Controllability
- D . Fairness
HOTSPOT
A company has multiple datasets that contain historical data. The company wants to use ML technologies to process each dataset.
Select the correct ML technology from the following list for each dataset. Select each ML technology one time or not at all. (Select THREE.)
– Computer vision
– Natural language processing (NLP)
– Reinforcement learning
– Time series forecasting

A company trained an ML model on Amazon SageMaker to predict customer credit risk. The model shows 90% recall on training data and 40% recall on unseen testing data.
Which conclusion can the company draw from these results?
- A . The model is overfitting on the training data.
- B . The model is underfitting on the training data.
- C . The model has insufficient training data.
- D . The model has insufficient testing data.
A company is developing a new model to predict the prices of specific items. The model performed well on the training dataset. When the company deployed the model to production, the model’s performance decreased significantly.
What should the company do to mitigate this problem?
- A . Reduce the volume of data that is used in training.
- B . Add hyperparameters to the model.
- C . Increase the volume of data that is used in training.
- D . Increase the model training time.
A company is building a generative AI application to help customers make travel reservations. The application will process customer requests and invoke the appropriate API calls to complete reservation transactions.
Which Amazon Bedrock resource will meet these requirements?
- A . Agents
- B . Intelligent prompt routing
- C . Knowledge Bases
- D . Guardrails
A company wants to group its customer base to understand different customer groups. The company has an unlabeled dataset that includes customer demographics, purchase history, and browsing behavior.
Which ML technique will meet these requirements?
- A . Regression
- B . Classification
- C . Clustering
- D . Reinforcement learning
A financial company is developing a generative AI application for loan approval decisions. The company needs the application output to be responsible and fair.
Which solution meets these requirements?
- A . Review the training data to check for biases. Include data from all demographics in the training data.
- B . Use a deep learning model with many hidden layers.
- C . Keep the model’s decision-making process a secret to protect proprietary algorithms.
- D . Continuously monitor the model’s performance on a static test dataset.
A company wants to use AI to protect its application from threats. The AI solution needs to check if an IP address is from a suspicious source.
Which solution meets these requirements?
- A . Build a speech recognition system.
- B . Create a natural language processing (NLP) named entity recognition system.
- C . Develop an anomaly detection system.
- D . Create a fraud forecasting system.
A company uses Amazon SageMaker for its ML pipeline in a production environment. The company has large input data sizes up to 1 GB and processing times up to 1 hour. The company needs near real-time latency.
Which SageMaker inference option meets these requirements?
- A . Real-time inference
- B . Serverless inference
- C . Asynchronous inference
- D . Batch transform
A company is building a new generative AI chatbot. The chatbot uses an Amazon Bedrock foundation model (FM) to generate responses. During testing, the company notices that the chatbot is prone to prompt injection attacks.
What can the company do to secure the chatbot with the LEAST implementation effort?
- A . Fine-tune the FM to avoid harmful responses.
- B . Use Amazon Bedrock Guardrails content filters and denied topics.
- C . Change the FM to a more secure FM.
- D . Use chain-of-thought prompting to produce secure responses.
