Hard1 markMultiple Choice
Domain 3.3: Performance ImprovementPerformanceLambdaServerless

AWS SAP-C02 · Question 59 · Domain 3.3: Performance Improvement

A data analytics company processes large volumes of data using AWS Lambda. The Lambda functions are packaged as container images and stored in Amazon ECR. The company wants to optimize the execution time of these functions. Which feature should they enable?

Answer options:

A.

AWS Lambda SnapStart

B.

Amazon ECR image scanning

C.

AWS Fargate

D.

Provisioned Concurrency

How to approach this question

Identify the feature that eliminates cold starts.

Full Answer

D.Provisioned Concurrency✓ Correct
Provisioned Concurrency keeps functions initialized and ready to respond in double-digit milliseconds. This is the best way to optimize execution time (by eliminating cold starts) for Lambda functions, including those packaged as container images.

Common mistakes

Choosing SnapStart, which is currently only for Java managed runtimes, not container images.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 7

75 questions · hints · full answers · grading

More questions from this exam