
Simulate the real exam experience with 65 questions and a 130-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 media streaming company stores its microservice code in AWS CodeCommit, and compliance requires that 100% of unit tests pass and detailed test reports be retained for 60 days and viewable by auditors; for approximately 15 commits per day to the main and develop branches, the team needs each commit to automatically build the service in a Linux build environment, run unit tests, and produce a navigable JUnit-style report without creating a custom UI, while supporting at least 8 concurrent builds and keeping the reports centrally accessible; which solution will meet these requirements?
Keep your exam routine moving
Get timed mock exams, AI explanations, focused review, and learning insights.
Study period: 1 month
I passed with 793 and solved at least 30 questions every day. It was convenient to practice whenever I had a spare moment away from home.
Study period: 2 months
The app questions were very similar to the exam, and the explanations helped me understand why the wrong choices were incorrect.
Study period: 1 month
Thank you very much, these questions are wonderful !!!
Study period: 2 months
I passed a month ago and am only now writing a review. The question structure was similar to the exam.
Study period: 2 months
I just passed the exam, and I can confidently say that this app was instrumental in helping me thoroughly review the exam material.
Download Cloud Pass and start practicing all AWS Certified Developer - Associate (DVA-C02) exam questions.
A fintech startup runs an order-reconciliation AWS Lambda function that is triggered by an Amazon SQS standard queue via an event source mapping with a batch size of 10; each batch takes about 45 seconds to process (occasionally up to 55 seconds), the Lambda function timeout is set to 120 seconds, the SQS queue visibility timeout is set to 30 seconds, and during testing some messages reappear in the queue before processing finishes and get picked up again, causing duplicates—what should the developer change to fix this behavior?
A team is launching a single-page application served through Amazon CloudFront with an Amazon S3 origin for production. The SPA calls an Amazon API Gateway REST API that invokes an AWS Lambda function which connects to an Amazon Aurora MySQL DB cluster. Production traffic uses a Lambda alias named prod that points to a specific published function version. Company policy requires rotating the database credentials every 14 days, and all previously published Lambda versions that the alias might reference must always use the latest credentials without republishing code. Which solution meets these requirements?
A startup operates a two-node Amazon Redshift cluster across 2 Availability Zones for analytics and needs to create an AWS CloudFormation custom resource backed by an AWS Lambda function (256 MB memory, 45-second timeout) to apply additional database configuration during stack creation; the Lambda function must connect to the Redshift cluster using the cluster’s admin user credentials (username set to dw_admin) that are also provisioned at deployment—what is the MOST secure way to provide these credentials to the Lambda function while supplying them to the Redshift cluster?
A fitness startup runs a daily step-count challenge on AWS; participant submissions are written to an Amazon DynamoDB table, aggregate winners are announced at 09:00 UTC the next day, and thereafter the raw submissions are no longer needed; a developer has added an expires_on attribute (Unix epoch time in seconds set to submission_time + 86,400) to each item and wants the old submissions to be removed automatically with the least development effort; which solution meets these requirements?
A team is beginning development of version 2.0 of a payment processing service while version 1.3.7 is running in production, and for the next 10 weeks the team must deliver security patches and minor updates to the currently deployed version without blocking 2.0 work; the repository is hosted in AWS CodeCommit and the main branch currently matches the code running in production, so which branching approach in CodeCommit will allow independent development of v2.0 while enabling ongoing hotfix deployments for the production version?
A media company ingests video playback telemetry into an Amazon Kinesis Data Streams stream from its web player, and an AWS Lambda function that is triggered by the stream logs and processes each playback event as structured JSON. An operational review shows that some events have playbackDurationSeconds set to 0. A developer must build a dashboard that shows how many unique viewerIds are impacted each day (grouped in 1-day periods); what should the developer do to implement the dashboard?
A media startup mandates that all Amazon S3 buckets be provisioned exclusively through AWS CloudFormation stacks, and a developer has already created an Amazon Simple Notification Service (Amazon SNS) topic and subscribed security-ops@example.com to it, and the security team now requires an immediate notification (within 60 seconds) whenever a CreateBucket action occurs that was not initiated by CloudFormation, so which approach will satisfy this requirement?
An online art marketplace uses an AWS Lambda function to generate watermarked thumbnails when artists upload images, and a developer needs to roll out an update that changes the watermarking algorithm while testing safely by routing exactly 75% of traffic to the current version and 25% to the updated version for a 20-minute evaluation without changing any client endpoints. Which combination of steps will meet these requirements? (Choose two.)
A developer is investigating intermittent connection failures between a fleet of API worker instances running on Amazon EC2 in a private subnet (10.1.20.0/24) and an Amazon RDS for PostgreSQL instance in another private subnet (10.1.30.0/24) within the same VPC during a peak period of 2,000 requests per minute; security groups on both sides allow TCP port 5432, route tables are standard, and there is no network firewall appliance in the path. Which AWS services or tools should be used to quickly pinpoint where packets are being dropped between the application and database tiers to identify the faulty component? (Choose two.)