Multiple Choice
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?
A) The Lambda function is not executing fast enough. Double the currently specified Lambda memory allocation in the Lambda basic settings section.
B) The default Lambda function timeout setting is too short and the Lambda function times out before the response from the external API can be processed and a reply can be sent back to Amazon Alexa. Increase the Lambda timeout limit.
C) There are too many concurrent Lambda functions running, causing the existing Lambda function to block and then time out before a response can be returned to Amazon Alexa. Increase the Lambda function reserve concurrency value to 30, then verify that the function can complete its work within 10 seconds.
D) There is a bug in the Lambda function code preventing the external API from being called. Enable Lambda debugging and error handling and check Amazon CloudWatch Logs for the error, then modify the code accordingly.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: On Amazon Alexa enabled devices with a
Q2: An Alexa Skill Builder would like to
Q3: An Alexa Skill Builder noticed that a
Q5: An Alexa Skill Builder wants a skill
Q6: According to Amazon Alexa best practices, how
Q7: An Alexa Skill Builder adds a colleague
Q8: What are the prerequisites for implementing account
Q9: The namespace value in the header of
Q10: During testing of a new Amazon Alexa
Q11: An Alexa Skill Builder is developing a