AWS Certified Developer โ€“ Associate

AWS_DVA_C02
AssociateVersion DVA-C02Official exam guide โ†—

Ready to test yourself?

A timed, blueprint-proportional exam drawn fresh from this bank โ€” with a per-domain score report.

๐Ÿ”’ Unlock the simulation โ†’

๐Ÿ”“ Free preview: showing 10 of 90 questions. Unlock the full bank โ€” every question, explanation, and reference.

Unlock all 90 questions โ†’

10 questions across 4 topics. Choose an answer for each question, then check it to see the correct answer and explanation.

Filter by topic

All 10 questions

DEVELOPMENT

Development with AWS Services

10 questions in topic

Developing code for applications on AWS using serverless, data stores, and integration services.

1
Single choice~100s

A developer wants an AWS Lambda function to automatically process messages that arrive in an Amazon SQS queue. What is the correct way to connect the queue to the function?

2
Single choice~100s

A developer must retrieve all items for a specific customer ID from a large DynamoDB table efficiently, using the table's partition key. Which operation should they use?

3
Single choice~110s

An application must query a DynamoDB table by an attribute that is NOT the table's primary key (for example, by email address). Which feature enables this alternate query pattern efficiently?

4
Single choice~120s

Two concurrent processes may update the same DynamoDB item at the same time, and the developer must prevent one update from silently overwriting the other. Which technique addresses this?

5
Single choice~100s

A developer wants to expose a set of AWS Lambda functions as a RESTful HTTP API to clients, with request routing, throttling, and authorization. Which service should they use as the API front end?

6
Single choice~120s

A developer needs to coordinate a multi-step workflow of several Lambda functions with branching, retries, and state passed between steps, without writing custom orchestration code. Which service is designed for this?

7
Single choice~100s

A developer must upload very large objects (several gigabytes) to Amazon S3 reliably, with the ability to retry individual parts if the network fails. Which approach should they use?

8
Single choice~110s

Whenever an item is inserted or modified in a DynamoDB table, a developer wants to trigger a Lambda function to process that change in near real time. Which feature enables this?

9
Single choice~120s

An order-processing application must process messages strictly in order and ensure no message is processed more than once. Which Amazon SQS configuration should the developer choose?

10
Single choice~120s

Consumers occasionally process the same SQS message twice because a slow consumer's message becomes visible again before it finishes. Which setting should the developer adjust so a message stays hidden long enough to be processed once?