Skip to content

Development with AWS Services Questions

Practice questions for Development with AWS Services topic in AWS Certified Developer - Associate. 67 questions covering this domain.

67 questions18 easy33 medium16 hard
Q1
medium

A team wants to process incoming events in near real time without managing servers or clusters. Which service should they choose?

Q2
medium

A developer wants an AWS-aware assistant inside the IDE to help implement features, generate tests, refactor code, and get AWS guidance. Which service...

Q3
medium

A gaming company is building a chat feature that requires persistent, real-time, two-way communication between clients and backend services. Which API...

Q4
easy

A product team wants an event-driven application that reacts to events from AWS services, custom applications, and SaaS tools. Which AWS service is th...

Q5
hard

A retail company wants to speed up repeated session lookups and reduce load on its primary database by serving data with microsecond latency. Which se...

Q6
hard

A media platform wants a managed AWS service for search and analytics over application content and logs, with support for near real-time search use ca...

Q7
medium

A serverless team wants the same Lambda code to connect to a test database in one environment and a production database in another environment without...

Q8
easy

An application must send the same event to multiple downstream systems at the same time. Which AWS service is best suited for this fanout pattern?

Q9
easy

A team needs to coordinate a multistep business workflow with branching, retries, and orchestration across services. Which AWS service should they cho...

Q10
hard

A checkout service must always read the most recent committed order state from a DynamoDB table immediately after a successful write. Which read optio...

Q11
medium

An asynchronously invoked Lambda function keeps failing, and the team wants a record that includes details about both the request and the response. Wh...

Q12
medium

A Lambda function needs database credentials and API tokens. What is the most secure AWS-recommended approach?

Q13
easy

A developer needs to decouple two microservices so that one service can continue sending work even if the consumer is temporarily unavailable. Which s...

Q14
hard

A DynamoDB table is experiencing uneven partition access because many items share the same small set of partition key values. What design change best ...

Q15
medium

A mobile team needs a managed front door for backend services that can create, publish, maintain, monitor, and secure APIs at scale. Which AWS service...

Q16
medium

A developer knows the access pattern and wants to retrieve a small targeted set of DynamoDB items without scanning the entire table. Which operation i...

Q17
hard

A developer queries DynamoDB with a Query that returns 1.5 MB of items and notices results are paginated. Which behavior is correct?

Q18
hard

A developer needs Lambda to access RDS without exhausting database connections at high concurrency. Which AWS feature should be used?

Q19
medium

A developer wants Lambda to process Amazon Kinesis Data Streams records in order per shard and to retry batches with optional bisect on error. Which f...

Q20
medium

A serverless app needs to schedule a Lambda function to run every hour on a recurring schedule. Which AWS feature is the recommended way to do this?

Sign in to see all 67 questions

Create a free account to browse all questions — completely free during our launch phase.