Skip to content

AWS Developer - Intermediate Quiz

Back to Quiz Home


This quiz covers deeper development topics like DynamoDB access patterns, serverless application modeling (SAM), and error handling strategies.


#

What is the difference between DynamoDB Query and Scan?

#

How can you securely allow a Lambda function to access a DynamoDB table in the same account?

#

You receive a ProvisionedThroughputExceededException from DynamoDB. How should your application handle it?

#

What is sam local start-api used for?

#

Which Boto3 method would you use to upload a file to S3?

#

What is the purpose of a Lambda Layer?

#

How does AWS X-Ray help you debug a serverless application?

#

What is the "Item Size Limit" for a single item in DynamoDB?

#

What is AWS AppSync?

#

Which authorization method would you use for a public-facing API where you want to identify clients but not necessarily authenticate users?

#

What happens if you exceed the concurrence limit of your Lambda function (Throttling)?

#

How do you enable "Optimistic Locking" in DynamoDB to prevent overwriting changes?

#

Which service can you use to test your API Gateway configuration (Mock integration) without writing a backend Lambda?

#

What is the maximum execution time (timeout) for an API Gateway request?

#

Which AWS service allows you to run containerized microservices without managing EC2 instances?

#

How can you efficiently debug a Lambda function that is failing in production?

#

What is "Alias" in AWS Lambda?

#

How do you implement a "DLQ Redrive" for SQS?

#

What defines the resources in a SAM template?

#

Why would you use "Lazy Loading" (initializing variables outside the handler) in Lambda?

Quiz Progress

0 / 0 questions answered (0%)

0 correct


📚 Study Guides


📬 Weekly DevOps, Cloud & Gen AI quizzes & guides