AWS · AIP-C01

AWS AIP-C01 Exam Practice Questions

127 questionsInstant PDF downloadUpdated September 2026

US$39

Try 10 questions free

Card, Apple Pay or Google Pay. Your PDF is sent by email as soon as you check out.

Pass or your money backFail the exam after using this pack and we refund it. How the guarantee works
Category:
TRY BEFORE YOU BUY

Three of the 127 questions in this pack

Question 1

A retail company has a generative AI (GenAI) product recommendation application that uses Amazon Bedrock. The application suggests products to customers based on browsing history and demographics. The company needs to implement fairness evaluation across multiple demographic groups to detect and measure bias in recommendations between two prompt approaches. The company wants to collect and monitor fairness metrics in real time. The company must receive an alert if the fairness metrics show a discrepancy of more than 15% between demographic groups. The company must receive weekly reports that compare the performance of the two prompt approaches.

Which solution will meet these requirements with the LEAST custom development effort?

  1. Configure an Amazon CloudWatch dashboard to display default metrics from Amazon Bedrock API calls. Create custom metrics based on model outputs. Set up Amazon EventBridge rules to invoke AWS lambda functions that perform post- processing analysis on model responses and publish custom fairness metrics.
  2. Create the two prompt variants in Amazon Bedrock Prompt Management. Use Amazon Bedrock Flows to deploy the prompt variants with defined traffic allocation. Configure Amazon Bedrock guardrails that have content filters to monitor demographic fairness. Set up Amazon CloudWatch alarms on the GuardrailContentSource dimension that use InvocationsIntervened metrics to detect recommendation discrepancy threshold violations.
  3. Set up Amazon SageMaker Clarify to analyze model outputs. Publish fairness metrics to Amazon CloudWatch. Create CloudWatch composite alarms that combine SageMaker Clarify bias metrics with Amazon Bedrock latency metrics to provide a comprehensive fairness evaluation dashboard.
  4. Create an Amazon Bedrock model evaluation job to compare fairness between the two prompt variants. Enable model invocation logging in Amazon CloudWatch. Set up CloudWatch alarms for InvocationsIntervened metrics with a dimension for each demographic group. ✅Correct Answer: C, Set up Amazon SageMaker Clarify to analyze model outputs. Publish fairness metrics to Amazon CloudWatch. Create CloudWatch composite alarms that combine SageMaker Clarify bias metrics with Amazon Bedrock latency metrics to provide a comprehensive fairness evaluation dashboard. Amazon SageMaker Clarify is the managed capability that computes bias and fairness metrics across demographic groups. Clarify results can be published to Amazon CloudWatch, where alarms detect the 15% discrepancy between groups in near real time and dashboards provide the weekly comparison of the two prompt approaches. Using Clarify's built-in bias metrics avoids writing custom fairness calculations, so it meets the requirements with the least custom development effort.
Show answer and explanation

Answer and explanation for question 1

Question 2

A company has deployed an AI assistant as a React application that uses AWS Amplify, an AWS AppSync GraphQL API, and Amazon Bedrock Knowledge Bases. The application uses the GraphQL API to call the Amazon Bedrock RetrieveAndGenerate API for knowledge base interactions.

The company configures an AWS Lambda resolver to use the RequestResponse invocation type.

Application users report frequent timeouts and slow response times. Users report these problems more frequently for complex questions that require longer processing.

The company needs a solution to fix these performance issues and enhance the user experience.

Which solution will meet these requirements?

  1. Use AWS Amplify AI Kit to implement streaming responses from the GraphQL API and to optimize client-side rendering.
  2. Increase the timeout value of the Lambda resolver. Implement retry logic with exponential backoff.
  3. Update the application to send an API request to an Amazon SQS queue. Update the AWS AppSync resolver to poll and process the queue.
  4. Change the RetrieveAndGenerate API to the InvokeModelWithResponseStream API. Update the application to use an Amazon API Gateway WebSocket API to support the streaming response.
Show answer and explanation

Correct answer: A. Use AWS Amplify AI Kit to implement streaming responses from the GraphQL API and to optimize client-side rendering.

responses from the GraphQL API and to optimize client-side rendering. AWS Amplify AI Kit provides native support for streaming responses from GraphQL APIs and optimizes client-side rendering for long-running AI operations. This directly addresses the timeout and latency issues caused by complex questions requiring longer processing. The streaming approach allows responses to begin flowing to the client immediately rather than waiting for complete computation, significantly improving perceived performance and user experience without architectural changes.

Why the other options are wrong

  • B. Simply increasing timeout values treats the symptom but doesn't solve the underlying slow response problem; exponential backoff on timeouts won't improve performance for intrinsically slow operations.
  • C. SQS-based asynchronous polling adds significant architectural complexity and latency (polling overhead) compared to native streaming, which is inefficient for real- time user interactions.
  • D. Switching APIs and adding WebSocket complexity is unnecessarily complicated when Amplify AI Kit provides streaming support natively integrated with existing GraphQL infrastructure.

Question 3

An ecommerce company operates a global product recommendation system that needs to switch between multiple foundation models (FM) in Amazon Bedrock based on regulations, cost optimization, and performance requirements. The company must apply custom controls based on proprietary business logic, including dynamic cost thresholds, AWS Region-specific compliance rules, and real-time A/B testing across multiple FMs. The system must be able to switch between FMs without deploying new code. The system must route user requests based on complex rules including user tier, transaction value, regulatory zone, and real-time cost metrics that change hourly and require immediate propagation across thousands of concurrent requests.

Which solution will meet these requirements?

  1. Deploy an AWS Lambda function that uses environment variables to store routing rules and Amazon Bedrock FM IDs. Use the Lambda console to update the environment variables when business requirements change. Configure an Amazon API Gateway REST API to read request parameters to make routing decisions.
  2. Deploy Amazon API Gateway REST API request transformation templates to implement routing logic based on request attributes. Store Amazon Bedrock FM endpoints as REST API stage variables. Update the variables when the system switches between models.
  3. Configure an AWS Lambda function to fetch routing configurations from the AWS AppConfig Agent for each user request. Run business logic in the Lambda function to select the appropriate FM for each request. Expose the FM through a single Amazon API Gateway REST API endpoint.
  4. Use AWS Lambda authorizers for an Amazon API Gateway REST API to evaluate routing rules that are stored in AWS AppConfig. Return authorization contexts based on business logic. Route requests to model-specific Lambda functions for each Amazon Bedrock FM.
Show answer and explanation

Correct answer: C. Configure an AWS Lambda function to fetch routing configurations from the AWS AppConfig Agent for each user request. Run business logic in the Lambda function to select the appropriate FM for each request. Expose the FM through a single Amazon API Gateway REST API endpoint.

configurations from the AWS AppConfig Agent for each user request. Run business logic in the Lambda function to select the appropriate FM for each request. Expose the FM through a single Amazon API Gateway REST API endpoint. Option C uses AWS AppConfig Agent to fetch routing configurations dynamically for each request, enabling immediate propagation of hourly cost threshold changes and regulatory updates across concurrent requests without code deployment. The Lambda function executes business logic to evaluate user tier, transaction value, regulatory zone, and real- time cost metrics against the dynamically fetched configuration. This architecture supports complex rule evaluation, real-time updates, and model switching without redeployment, meeting all requirements with minimal operational friction.

Why the other options are wrong

  • A. Environment variables require Lambda redeployment to update routing rules; they don't support hourly changes or immediate propagation to thousands of concurrent requests.
  • B. API Gateway request transformation templates cannot handle complex business logic like dynamic cost threshold evaluation and regulatory rule application; stage variables also require manual updates.
  • D. Using Lambda authorizers for routing logic is an incorrect pattern; authorizers are designed for authentication/authorization, not request routing or business logic execution.

See all 10 free questions Get the full pack, US$39

127 practice questions for AWS Certified Generative AI Developer, Professional (AIP-C01), with full explanations.

Every question comes with the correct answer, the reasoning behind it, and a note on why each wrong option is wrong. Work through it once with the answers, then again with the questions-only copy under exam conditions.

  • 127 questions across all five AIP-C01 domains
  • Answers and explanations for every question, including the wrong options
  • A questions-only PDF for timed practice runs
  • Instant delivery by email the moment you check out
  • Free monthly updates for as long as the exam is live
  • Pass or your money back

A failed AIP-C01 attempt costs another US$300, plus the time it takes to restudy. This pack is US$39, paid once, and refunded if you fail.

Try 10 questions free before you buy.

Last updated September 2026 · 127 questions

What makes the AIP-C01 hard

Early sitters call this the hardest AWS exam since Advanced Networking Specialty. It launched in 2026, and the difficulty is not exotic services, it is compounding requirements: every scenario stacks data residency, privacy, cost ceilings, latency and scale on top of each other, and all four answers technically work. You need Bedrock in depth (knowledge bases, agents, guardrails, evaluations, fine-tuning versus RAG) plus vector store selection, prompt and cost optimisation, and the operational layer of monitoring, CI/CD for GenAI and incident handling.

65 scored questions plus 10 unscored, 750 to pass. This pack has 127 practice questions for the AIP-C01, and with a bank this new, seeing the real scenarios in advance is the whole edge.

About the exam

AIP-C01 certifies building and operating production generative AI solutions on AWS: integrating foundation models into applications and business workflows with Bedrock, RAG architectures, agents and GenAI operations. AWS recommends two or more years building on AWS plus hands-on GenAI experience. Valid for three years.

Exam domains

  • Foundation model integration, data management, and compliance: 31%
  • Implementation and integration: 26%
  • AI safety, security, and governance: 20%
  • Operational efficiency and optimisation for GenAI applications: 12%
  • Testing, validation, and troubleshooting: 11%

65 scored questions plus 10 unscored, 170 minutes, multiple choice, multiple response and ordering questions, pass mark 750 out of 1000, US$300 per attempt, Pearson VUE or online proctored, valid for three years.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Questions before you buy

What do I get when I buy the AWS AIP-C01 pack?

127 practice questions as a PDF, each with the correct answer, a full explanation and a note on why the other options are wrong, plus a separate questions-only PDF for timed practice.

How quickly do I receive it?

Straight away. The full PDF and a questions-only copy are emailed to you the moment your payment goes through, and the same links are on your order page.

Is there a free sample?

Yes. Ten questions from this pack, with answers and explanations, are free on this page and as a PDF, so you can judge the quality before you pay.

Are updates included?

Yes. The pack is updated every month for as long as the exam is live, and updates are free for everyone who has bought it.

What if I fail the exam?

We refund the pack. Sit the exam 7 to 30 days after buying, then send your official score report within 7 days of the exam date, as set out in the refund policy.

Can I share it with colleagues?

Each purchase is licensed to one person. For a team, school or training organisation, email support@certstash.com for a licence that fits.