Bird
0
0

What does the AWS Lambda execution environment provide when a function is invoked?

easy📝 Conceptual Q1 of 15
AWS - Lambda
What does the AWS Lambda execution environment provide when a function is invoked?
AA container that stores function logs permanently
BA permanent server dedicated to the function
CA virtual machine that runs continuously
DA temporary runtime with allocated memory and CPU resources
Step-by-Step Solution
Solution:
  1. Step 1: Understand Lambda execution environment basics

    AWS Lambda runs functions in a temporary environment that is created when the function is invoked. This environment includes allocated memory and CPU resources.
  2. Step 2: Differentiate from other options

    Lambda does not use permanent servers or continuously running virtual machines. Logs are stored separately, not in the execution environment.
  3. Final Answer:

    A temporary runtime with allocated memory and CPU resources -> Option D
  4. Quick Check:

    Lambda execution environment = Temporary runtime [OK]
Quick Trick: Lambda runs in a temporary environment per invocation [OK]
Common Mistakes:
MISTAKES
  • Thinking Lambda uses permanent servers
  • Confusing Lambda with EC2 instances
  • Assuming logs are stored in the execution environment

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes