Function execution model

5 minutes 5 Questions

The function execution model involves Lambda provisioning and managing the resources required to run your functions. Whenever an event occurs, AWS Lambda automatically scales your function instances based on the number of concurrent requests. Each instance of your function, known as a container, is…

Test mode:
AWS Certified Solutions Architect - Function execution model Example Questions

Test your knowledge of Function execution model

Question 1

An AWS Lambda function is triggered by Amazon S3 object-created events to process uploaded images. After periods of low traffic, the first few invocations have significantly higher startup latency than steady-state. What is the most effective way to reduce this startup latency without changing the application code?

Question 2

An online game uses an AWS Lambda function to process player actions. The function is invoked synchronously at an average rate of 5000 requests per minute, and each invocation runs for about 30 seconds. The AWS account’s unreserved concurrency is currently 200, and no reserved or provisioned concurrency is configured for the function. What should you do to ensure the function can handle the required throughput?

Question 3

A developer needs to create an AWS Lambda function that is triggered when a new object is added to an Amazon S3 bucket. What should be the execution role for this Lambda function?

More Function execution model questions
15 questions (total)