exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 423 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 423
Topic #: 1
[All AWS Certified Developer Associate Questions]

A developer is working on a serverless project. Initial testing shows that a cold start takes about 8 seconds on average for AWS Lambda functions.

Which actions should the developer take to reduce the cold start time? (Choose two.)

  • A. Add a dependency injection framework to the project.
  • B. Reduce the deployment package by including only the needed modules.
  • C. Configure provisioned concurrency for the Lambda functions.
  • D. Increase the timeout setting for the Lambda functions.
  • E. Change the Lambda invocation mode from synchronous to asynchronous.
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
pancman
2 years, 3 months ago
Selected Answer: BC
The correct answer is B and C. I was suspicious about C at first (provisioned concurrency). Because I was thinking it would only affect the number of concurrent requests but not the start latency. But I am convinced after reading this: https://docs.aws.amazon.com/lambda/latest/dg/provisioned-concurrency.html
upvoted 1 times
...
JagpreetLM10
2 years, 3 months ago
Selected Answer: BC
B. Reduce the deployment package by including only the needed modules. C. Configure provisioned concurrency for the Lambda functions.
upvoted 2 times
...
KT_Yu
2 years, 3 months ago
Selected Answer: BC
B and C yaaaa
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago