A company wants to automatically generate thumbnails for images uploaded to S3. Which solution is most cost-effective?
Lambda triggered by S3
A Lambda function inside a private subnet needs internet access. What is required?
NAT Gateway
Which service exposes Lambda as a RESTful API?
API Gateway
How many retries does Lambda perform for asynchronous invocation by default?
2
Where are Lambda logs stored?
CloudWatch Logs
A shared library is used by multiple Lambda functions. How should it be implemented?
Lambda Layer
Maximum Lambda execution time?
15 minutes
Lambda triggered by Kinesis scales based on what?
Shard count
Which feature reduces cold start latency for Lambda?
Provisioned Concurrency
Which of the following is NOT a Lambda trigger?
EC2 Auto Scaling event
What is a Lambda execution role?
IAM role granting Lambda permissions to access AWS resources
How does Lambda process messages from SQS?
Lambda polls SQS automatically
Which service orchestrates multiple Lambda functions with branching logic?
Step Functions
Default regional concurrency limit for Lambda?
1000
Lambda functions are stateless. Where should state be stored?
DynamoDB or S3
How is Lambda billed?
Per request and GB-second of execution
Which service can trigger Lambda on a schedule?
EventBridge
Best practice for Lambda accessing RDS?
Use RDS Proxy
Lambda@Edge allows?
Running Lambda at CloudFront edge locations
Maximum unzipped deployment size for Lambda?
250 MB
Where do failed async Lambda events go?
Dead Letter Queue (SQS or SNS)
What happens when Lambda is throttled?
Requests fail with 429 error
Default ephemeral storage for Lambda?
512 MB
Maximum configurable ephemeral storage for Lambda?
10 GB