Scenario: An AI developer needs a scalable, secure way to collect telemetry data (temperature, pressure) from devices in remote locations with unstable connectivity, store it in Amazon S3, and minimize infrastructure management. Question- Which solution meets the given requirements?. Options:
Free AIP-C01 Practice Test Questions and Answers (2026)
Scenario: During SageMaker AMT tuning, many jobs continue running despite poor early performance, wasting GPU usage. The company needs a tuning strategy that automatically stops underperforming trials and reallocates resources. Question- Which tuning strategy should be employed to enhance optimization efficiency and expedite hyperparameter search?. Options:
Scenario: A document classification model detects fraud. It performs well on the majority ("legitimate claim") documents but frequently misclassifies the minority ("fraudulent claim") samples. SageMaker Clarify pretraining bias analysis reveals a significant skew in the dataset. Question- What issue is most likely causing the model's poor performance on fraudulent claim detection? Options:
Scenario: A data scientist needs to develop a fraud detection model on SageMaker with a severely imbalanced dataset (fraudulent transactions are rare). They must minimize operational overhead and ensure the model is fair and unbiased. Question- Which approach will fulfill the given requirements?. Options:
Scenario: A forecasting pipeline needs retraining on a larger dataset with a different distribution. Budget is limited, so the new tuning job must leverage previously saved high-performing hyperparameters, and must automatically stop if validation loss does not improve. Question- Which hyperparameter tuning job configuration should be used?. Options:
Scenario: A multinational company needs an efficient solution to process audio/video content, translate it from Spanish (and other languages) into English, and summarize it quickly using an LLM, minimizing deployment time and maximizing scalability. Question- Which option will best fulfill these requirements in the shortest time possible? Options:
Scenario: A CNN model training job (using an EC2 On-Demand Instance) experiences significantly long training times due to slow data reads from S3, as it currently uses File mode (sequential download). The engineer must improve I/O performance without modifying the model architecture or scripts. Question- Which action should the engineer take to optimize training performance most efficiently? Options:
Scenario: A retail team needs an automated way (minimal manual effort) to build a model to predict customer churn and identify the most relevant features contributing to the prediction (explainability). Question- Which of the following solutions will best fulfill these requirements while minimizing manual effort?. Options:
Scenario: A claims automation system uses SageMaker AI, predicting claim approval based on vehicle damage severity and other features (age, mileage). The model must be continuously monitored for feature attribution drift in production (i.e., if the model starts prioritizing less relevant features like vehicle age over damage severity). Question- Which solution should be implemented? Options:
Scenario: SageMaker notebook instances are deployed inside an isolated VPC with interface endpoints, yet unauthorized external users can still access them through the internet. Question- How can the team limit access to the SageMaker notebook instances, ensuring only authorized VPC users can connect?. Options:
Scenario: A Bedrock chatbot uses Amazon Titan Text but provides generic answers because it lacks access to proprietary order management and product documentation data (S3, internal DB). The team needs to enhance responses using this private data without retraining the model. Question- Which option satisfies this requirement?.. Options:
Scenario: A team needs to fine-tune an LLM for text summarization using a low- code/no-code (LCNC) solution to automate model training and minimize manual intervention. Question- Which solution will best meet the team’s requirements?. Options:
Scenario: An AI developer needs to systematically determine how varying PySpark feature transformation parameters and sample sizes affects overall model accuracy and inference performance. Question- Which solution will meet this requirement most effectively?. Options:
Scenario: An administrator must ensure that each AI developer can access only their assigned SageMaker notebook instance while maintaining shared access to Amazon Rekognition APIs and training data stored in Amazon S3. Question- Which solution will meet this requirement?. Options:
Scenario: An image classifier misclassifies images, and analysis shows the model is highly sensitive to image orientation (e.g., upside-down pandas). The team needs to enhance the model's ability to identify the objects regardless of orientation without collecting a new dataset. Question- Which approach most effectively enhances the model’s accuracy in addressing this specific misclassification issue?. Options:
What's covered in this practice questions set
2: Application Development · 9 questions
📖 About this Domain
This domain covers the end-to-end development of generative AI applications on AWS. It emphasizes integrating foundation models (FMs) with services like AWS Lambda and implementing architectures like Retrieval Augmented Generation (RAG).
🎓 What You Will Learn
- Implement Retrieval Augmented Generation (RAG) by integrating vector databases like Amazon Kendra or Amazon OpenSearch Service.
- Build and orchestrate multi-step tasks using agents for Amazon Bedrock or frameworks like LangChain.
- Integrate generative AI workloads with AWS services such as AWS Lambda, Amazon API Gateway, and AWS Step Functions for serverless application backends.
- Apply security controls, including data encryption, input validation for prompt injection, and IAM policies for least-privilege access.
🛠️ Skills You Will Build
- Develop serverless application backends using AWS Lambda and Amazon API Gateway to invoke foundation models.
- Construct and deploy RAG pipelines using Amazon Kendra or vector stores for context-aware responses.
- Implement autonomous agents with Amazon Bedrock Agents to orchestrate complex, multi-step workflows.
- Secure generative AI applications by implementing guardrails and validating user inputs to mitigate prompt injection attacks.
💡 Top Tips to Prepare
- Master the architecture of RAG, including vector embedding generation, storage in services like Amazon OpenSearch Service, and retrieval mechanisms.
- Understand how to use AWS Lambda to create serverless inference endpoints and integrate them with other services like Amazon S3 or Amazon DynamoDB.
- Practice building agents with Amazon Bedrock, focusing on defining action groups, knowledge bases, and orchestration logic.
- Review security best practices for LLMs, specifically prompt injection and how to use services like Amazon Comprehend for PII redaction.
3: Operations and Governance · 3 questions
📖 About this Domain
This domain focuses on the operationalization of generative AI applications using MLOps principles on AWS. It covers the entire lifecycle management, from deployment and monitoring to governance and security. You will address how to maintain, scale, and secure generative AI solutions in production environments.
🎓 What You Will Learn
- You will learn to implement CI/CD pipelines for generative AI models using services like Amazon SageMaker Pipelines and AWS CodePipeline.
- You will learn to set up comprehensive logging and monitoring for foundation models using Amazon CloudWatch and SageMaker Model Monitor to track performance and drift.
- You will learn to apply governance controls, manage data lineage, and enforce security policies using AWS IAM, AWS KMS, and VPCs.
- You will learn to manage model versions, deploy models using strategies like A/B testing, and optimize inference costs with SageMaker endpoints.
🛠️ Skills You Will Build
- Skill in automating the deployment and retraining of large language models (LLMs) and other generative AI solutions.
- Ability to establish monitoring systems to track key metrics like inference latency, throughput, and model quality for production workloads.
- Competency in implementing security guardrails and compliance frameworks for generative AI applications to ensure responsible AI usage.
- Proficiency in managing the operational lifecycle of generative AI models, including versioning, rollback procedures, and cost management.
💡 Top Tips to Prepare
- Master the features of Amazon SageMaker MLOps, including SageMaker Pipelines, Model Registry, and Projects for end-to-end automation.
- Focus on monitoring techniques specific to generative AI, such as tracking token usage, response quality, and detecting data drift with SageMaker Model Monitor.
- Understand how to implement responsible AI principles using tools like Amazon SageMaker Clarify and AWS AI Service Cards for model governance.
- Review AWS security and governance services like AWS IAM, AWS KMS, and Amazon VPC to secure data and model access in generative AI workflows.
1: Foundation Model Engineering · 3 questions
📖 About this Domain
This domain covers the core technical skills for working with foundation models (FMs). It focuses on selecting the appropriate FM and then modifying its behavior for a specific use case. Key modification techniques include prompt engineering, fine-tuning, and Retrieval Augmented Generation (RAG).
🎓 What You Will Learn
- How to select an appropriate foundation model based on task requirements, cost, and performance metrics.
- Techniques for prompt engineering to elicit desired responses and control model output.
- Methods to modify an FM using fine-tuning techniques like PEFT or full fine-tuning on custom datasets.
- How to augment an FM with external knowledge using Retrieval Augmented Generation (RAG) and vector databases.
🛠️ Skills You Will Build
- Evaluating FMs on Amazon Bedrock and Amazon SageMaker JumpStart for specific business problems.
- Constructing effective prompts using few-shot, zero-shot, and chain-of-thought prompting strategies.
- Applying fine-tuning jobs on Amazon SageMaker to adapt FMs for domain-specific terminology and tasks.
- Architecting RAG solutions by integrating FMs with knowledge bases using services like Amazon Kendra or Amazon OpenSearch Service.
💡 Top Tips to Prepare
- Memorize the key characteristics and ideal use cases for popular FMs available through AWS services.
- Practice prompt engineering to mitigate common issues like hallucinations and prompt injection.
- Understand the trade-offs between RAG and fine-tuning regarding cost, data requirements, and model drift.
- Gain hands-on experience with vector embeddings and the process of chunking, embedding, and storing data for RAG.