2. Architecture

Serverless Architecture — Quiz

Test your understanding of serverless architecture with 5 practice questions.

Read the lesson first

Practice Questions

Question 1

Which AWS Lambda feature pre-creates execution environments to reduce cold start latency?

Question 2

A serverless function is configured with a timeout of 30 seconds but requires 45 seconds to process a request. What occurs when an invocation runs longer than the configured timeout?

Question 3

Where should you store application state to ensure data persistence across stateless serverless function invocations?

Question 4

For a Lambda function allocated 1024 MB of memory and running for 300 ms, how many GB·seconds are billed per invocation?

Question 5

Which aspect of serverless execution can improve performance on warm invocations?