nerdexam
Amazon

AXS-C01 · Question #58

An Alexa Skill Builder is troubleshooting issues with a custom skill backed by an AWS Lambda function that integrates with an external API controlling a light bulb. The Builder observes that when…

The correct answer is D. There is a bug in the Lambda function code preventing the external API from being called. See the full explanation below for the reasoning.

Question

An Alexa Skill Builder is troubleshooting issues with a custom skill backed by an AWS Lambda function that integrates with an external API controlling a light bulb. The Builder observes that when saying "Alexa, turn on the light" the response is "light is not responding" and 10 seconds later, the light turns on. What is the MOST likely cause for this issue and how can it be solved?

Options

  • AThe Lambda function is not executing fast enough.
  • BThe default Lambda function timeout setting is too short and the Lambda function times out before
  • CThere are too many concurrent Lambda functions running, causing the existing Lambda function to
  • DThere is a bug in the Lambda function code preventing the external API from being called.

How the community answered

(18 responses)
  • A
    11% (2)
  • C
    6% (1)
  • D
    83% (15)

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice