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 413 discussion

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

A developer tests an application that a company developed by using AWS Lambda. The Lambda functions are behind an AmazonAPI Gateway API. The timeout for the API method is set to the same timeout as the Lambda functions. When a request is sent to the API, the responses are timing out.

Which action would help the developer troubleshoot this issue?

  • A. Check the IntegrationLatency metric of the API in Amazon CloudWatch
  • B. Check the Duration metric for the Lambda functions in Amazon CloudWatch
  • C. Check the Count metric of the API in Amazon CloudWatch
  • D. Check the Errors metric for the Lambda functions in Amazon CloudWatch
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
koxi123
1 year, 4 months ago
Based on Skill Builder practice exam it's A, IntegrationLatency
upvoted 1 times
...
Drey
2 years, 5 months ago
Why not D? It features the actual errors
upvoted 2 times
Drey
2 years, 5 months ago
Nevermind it's B. Duration Metric gives info about the execution time of the functions.
upvoted 1 times
...
...
JagpreetLM10
2 years, 5 months ago
Selected Answer: B
Check the Duration metric for the Lambda functions in Amazon CloudWatch
upvoted 2 times
...
Phinx
2 years, 5 months ago
Selected Answer: B
It's B. Duration – The amount of time that your function code spends processing an event. The billed duration for an invocation is the value of Duration rounded up to the nearest millisecond. https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html
upvoted 3 times
...
KT_Yu
2 years, 5 months ago
Selected Answer: B
I choose duration day because I'm pretty sure it's the lambda problem. Integration latency will cover the whole backend response, therefore we are not sure about whether it's the problem of API gateway or lambda.
upvoted 4 times
KT_Yu
2 years, 5 months ago
I mean duration delay
upvoted 1 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 ...