ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 347 - DVA-C01 discussion

Report
Export

A developer is working on a serverless project based in Jav a. Initial testing shows a cold start takes about 8 seconds on average for AWS Lambda functions. What should the developer do to reduce the cold start time'' (Select TWO)

A.
Add the Spring Framework to the project and enable dependency injection
Answers
A.
Add the Spring Framework to the project and enable dependency injection
B.
Reduce the deployment package by including only the needed modules from the AWS SDK for Java.
Answers
B.
Reduce the deployment package by including only the needed modules from the AWS SDK for Java.
C.
Increase the memory allocation setting for the Lambda function.
Answers
C.
Increase the memory allocation setting for the Lambda function.
D.
Increase the timeout setting for the Lambda function.
Answers
D.
Increase the timeout setting for the Lambda function.
E.
Change the Lambda invocation mode from synchronous to asynchronous.
Answers
E.
Change the Lambda invocation mode from synchronous to asynchronous.
Suggested answer: B, C
asked 16/09/2024
Andrew Carver
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first