Skip to content

AWS Developer - Basics Quiz

Back to Quiz Home


This quiz covers core AWS development services including Lambda, API Gateway, DynamoDB, and SDK basics.


#

What is a "Cold Start" in AWS Lambda?

#

Which service would you use to decouple a producer (like an order service) from a consumer (like a shipping service)?

#

What is the primary difference between SQS and SNS?

#

How can you give an EC2 instance permissions to access an S3 bucket securely without embedding access keys in the code?

#

Which AWS SDK for Python allows you to interact with services like S3 and DynamoDB?

#

What allows a frontend application to upload a file directly to a private S3 bucket without routing it through your backend server?

#

In DynamoDB, which operation reads the entire table and consumes high Read Capacity Units?

#

What is "Provisioned Concurrency" in Lambda used for?

#

How do you store temporary files (up to 10GB) within a Lambda execution environment?

#

Which service is used to create, publish, maintain, monitor, and secure REST, HTTP, and WebSocket APIs?

#

What typically happens when a Lambda function throws an unhandled error during synchronous invocation (e.g., from API Gateway)?

#

What is the "Visibility Timeout" in SQS?

#

What is the default timeout for a Lambda function?

#

Which DynamoDB feature allows you to automatically delete items after a specific timestamp?

#

How can you trace a request from API Gateway through Lambda to DynamoDB to identify performance bottlenecks?

#

What happens to variables defined outside the Lambda handler function?

#

Which API Gateway type is best suited for real-time two-way communication (chat apps)?

#

What is the maximum item size in a DynamoDB table?

#

Which service supports "Fan-out" architecture?

#

What is the AWS Serverless Application Model (SAM)?

Quiz Progress

0 / 0 questions answered (0%)

0 correct


📚 Study Guides


📬 Weekly DevOps, Cloud & Gen AI quizzes & guides