Skip to content

AWS Developer - Advanced Quiz

Back to Quiz Home


This quiz tests your mastery of serverless best practices, idempotency, streaming patterns, and cost optimization.


#

How can you ensure "Idempotency" in a Lambda function handling payment requests?

#

A Kinesis Data Stream has 10 shards. You have a Lambda consumer. What is the maximum number of concurrent Lambda invocations processing this stream?

#

What is the "Lambda Power Tuning" tool used for?

#

How do you strictly preserve the order of messages processed by a standard Lambda SQS trigger?

#

What is "Provisioned Concurrency" spillover?

#

You need to analyze 1 GB of data in S3 using a Lambda function. Downloading it all to memory causes OOM (Out Of Memory). What is the solution?

#

What is the effect of the Reserved Concurrency setting on a Lambda function?

#

How do you handle "Poison Pill" messages in a Kinesis stream processed by Lambda?

#

What is "Step Functions Express Workflows" best used for?

#

What is the difference between @DynamoDBVersionAttribute (Optimistic Locking) and DynamoDB Transactions?

#

How can you reduce the latency of a Lambda function that connects to RDS?

#

What is a Lambda "Extension"?

#

When using API Gateway with Lambda, what does the "Proxy Integration" do?

#

How do you implement specific usage quotas (throttling) for different tiers of customers (Free vs Premium) in API Gateway?

#

Which service would you use to store configuration parameters and secrets, providing a hierarchical storage and versioning?

#

What is the "Fan-out" pattern implementation limit in SNS?

#

How do you secure environment variables in Lambda effectively?

#

Which mechanism allows a Lambda function to process SQS messages in batches, but only delete the successful messages from the queue if some fail?

#

What is "Cognito User Pools" primarily used for?

#

How do you handle "Eventual Consistency" issues when reading from a DynamoDB secondary index (GSI)?

Quiz Progress

0 / 0 questions answered (0%)

0 correct


📚 Study Guides


📬 Weekly DevOps, Cloud & Gen AI quizzes & guides