Hard1 markMultiple Choice
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?
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
Q01A global enterprise is designing a multi-region network architecture connecting 50 AWS accounts a...HardQ02A company is migrating its hybrid network to AWS. They have two 10 Gbps AWS Direct Connect connec...HardQ03An enterprise has 100 AWS accounts in AWS Organizations. The security team mandates that all Amaz...MediumQ04A financial company requires that all EBS volumes, S3 buckets, and RDS databases be encrypted usi...EasyQ05An enterprise is designing a disaster recovery strategy for a critical application running on Ama...Hard
Expert