nerdexam
Amazon

AXS-C01 · Question #59

An Alexa Skill Builder built a skill using AWS Lambda. The Lambda function works when running the code on a local machine with a runtime of 4.5 seconds, but during skill testing, the Builder…

The correct answer is B. Change the default timeout of the Lambda function to 5 seconds. E. Clone the Lambda function to another AWS Region. See the full explanation below for the reasoning.

Question

An Alexa Skill Builder built a skill using AWS Lambda. The Lambda function works when running the code on a local machine with a runtime of 4.5 seconds, but during skill testing, the Builder receives an error response. Which collection of steps will address the issue? (Choose two.)

Options

  • AChange the Amazon Alexa default timeout to 5 seconds.
  • BChange the default timeout of the Lambda function to 5 seconds.
  • CCall the Progressive Response API and send a directive to reduce latency.
  • DIncrease the size of the memory allocated to the Lambda function.
  • EClone the Lambda function to another AWS Region.

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    76% (34)
  • C
    4% (2)
  • D
    13% (6)

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice