ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 253 - DVA-C01 discussion

Report
Export

A company is running an application built on AWS Lambda functions. One Lambda function has performance issues when it has to download a 50MB file from the Internet in every execution. This function is called multiple times a second. What solution would give the BEST performance increase?

A.
Cache the file in the /tmp directory
Answers
A.
Cache the file in the /tmp directory
B.
Increase the Lambda maximum execution time
Answers
B.
Increase the Lambda maximum execution time
C.
Put an Elastic Load Balancer in front of the Lambda function
Answers
C.
Put an Elastic Load Balancer in front of the Lambda function
D.
Cache the file in Amazon S3
Answers
D.
Cache the file in Amazon S3
Suggested answer: A

Explanation:

https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html

asked 16/09/2024
D Chauhan
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first