
Simulate the real exam experience with 75 questions and a 180-minute time limit. Practice with AI-verified answers and detailed explanations.
AI-Powered
GPT Pro, Claude Opus, and Gemini Pro cross-check every answer and explanation. See the reasoning for each option, requirement breakdowns, and solution architectures.
A DevOps team is preparing a blue/green release for a customer-facing API that runs on Amazon EC2 behind a single Application Load Balancer (ALB) using HTTPS on port 443; instances run in two Auto Scaling groups (api-blue-asg and api-green-asg) with separate launch templates, and each group registers to its own ALB target group (tg-blue and tg-green) with health checks on /healthz and a healthy threshold of 3; both environments share an existing Amazon RDS MySQL database; a Route 53 alias record api.acme.dev with a 300-second TTL points to the ALB’s DNS name; the team must shift 100% of traffic at once from blue to green with less than 30 seconds of impact and must not rely on DNS propagation. Which solution will meet these requirements?
Keep your exam routine moving
Get timed mock exams, AI explanations, focused review, and learning insights.
Study period: 2 months
Even after completing the app questions three times, I was worried about failing. Many exam questions turned out to be very similar, so I could solve them comfortably. Thank you!
Study period: 1 month
After going through a Udemy course, I wanted to do some practice exams before taking the real exam. Cloud pass is good resource for exam. I didn't complete every questions, i only completed 70% questions. But i passed! Thanks cloud pass
Study period: 1 month
A lot of the questions in this app questions indeed appeared on the exam, very helpful.
Study period: 1 month
Passed the exam DOP-C02 Oct 2025. These practice questions were essential for my preparation. The services covered in the test practices match the exam content very well.
Study period: 1 month
passed the dop exam with the help of Cloud pass questions. The real exam is full of tricky questions and these sets helped me prepared for it.
Download Cloud Pass and start practicing all AWS Certified DevOps Engineer - Professional (DOP-C02) exam questions.
A digital learning platform reports that its Course Progress dashboard takes 2–4 minutes to reflect lesson completion status; the workflow uses an AWS Lambda function with reserved concurrency set to 30 that consumes completion events from an Amazon SQS standard queue and writes updates to an Amazon DynamoDB table with auto scaling enabled for read and write capacity (min 50, max 200), peak traffic reaches about 5,000 messages per minute for 10-minute windows during top-of-hour surges, and the DevOps engineer must choose two actions to resolve the delay without changing the overall architecture (Choose two).
A fintech startup uses AWS CodePipeline with a single AWS CodeBuild project that runs contract and integration tests for a payments API and writes JUnit XML and HTML results to the test-output/ path, and compliance requires retaining all test reports for 90 days with minimal operational overhead; which solution will meet these requirements?
A media analytics platform runs its production database on an Amazon Aurora PostgreSQL-Compatible Multi-AZ DB cluster in eu-central-1 with a cross-Region read replica in eu-west-1 for disaster recovery, requires an RPO of ≤1 minute and an RTO of ≤10 minutes, and needs to automatically promote the cross-Region replica to primary if the writer cluster endpoint is unreachable for more than 2 minutes while ensuring the containerized application on Amazon ECS Fargate continues with minimal manual intervention and uses a database endpoint that is fetched from AWS Systems Manager Parameter Store at startup and cached for 60 seconds; which solution will accomplish this?
In a multi-account AWS environment connected by AWS Cloud WAN that steers all internet-bound traffic from member account VPCs through a centralized egress VPC using Gateway Load Balancer endpoints, an inline intrusion detection appliance sends JSON logs (fields: "severity", "eventId", "srcIp") with severities SEV-1, SEV-2, SEV-3, SEV-4, and INFO to the Amazon CloudWatch Logs log group "/aws/ids/inspection", and the security team requires an immediate email alert whenever at least one SEV-1 event is written within any 1-minute period; what should the DevOps engineer implement to meet these requirements?
In a 9-account AWS Organizations setup, a platform engineer working in a shared staging AWS account needs the ability to create and configure only service-linked IAM roles for up to 4 candidate AWS services (Amazon EventBridge, AWS CloudTrail, Amazon OpenSearch Service, and AWS Systems Manager) during a 2-week evaluation without permission to create non–service-linked roles or broader IAM privileges; which approach best grants the engineer just the minimum required capability?
An ed-tech company operates 27 AWS accounts across three organizational units (OUs) within a single AWS Organizations organization and requires that organization-wide CloudTrail logging remain enabled across the 18 Regions the company has enabled, ensuring that no user in any member account—including root—can stop logging or delete trails; which solution will meet this requirement?
A media analytics startup operates 180 EBS-backed Amazon EC2 instances (c5 and m6i) across two VPCs in us-east-1, and to reduce manual intervention the DevOps team must ensure that whenever AWS schedules an EC2 instance retirement event, only the affected instance is automatically restarted (stop then start) within 5 minutes using managed services with Systems Manager already enabled on all instances. Which approach should the engineer implement?
A gaming company uses AWS CodeDeploy blue/green deployments with Amazon EC2 Auto Scaling groups running Amazon Linux 2. The appspec.yml file in the repository (shown in the image) copies the application files to the target path. The DevOps engineer must ensure that a script downloads and installs a security certificate on the replacement instances before they begin receiving production traffic. The engineer adds a hooks section to the appspec.yml file. Which lifecycle hook should the DevOps engineer use to run the script?

A retail analytics startup runs a launch-template-based Amazon EC2 Auto Scaling group of Spot Instances across us-east-1a and us-east-1b with a desired capacity of 12 and a minimum of 6; last week a bad AMI caused multiple new instances to fail during the launch/initialization phase, and the on-call team found out 3 hours later, so the team now requires an email alert within 1 minute whenever any instance in this Auto Scaling group does not start successfully (for example, a launch error), without making any application code changes. Which action should a DevOps engineer take to meet this requirement?