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.)
An Alexa Skill Builder has published a skill to the Alexa Skills Store, but soon after realizes that Amazon Alexa
is saying an incorrect word in one of the responses.
What is the recommended method for the Builder to correct this issue?
An Alexa Skill Builder has built a new custom skill backed by an AWS Lambda function. The Lambda function
executes successfully from the Lambda console, however, the Lambda function cannot be successfully
invoked in the developer console or from an Amazon Alexa enabled device. No error messages show in the
function’s Amazon CloudWatch Logs. The Builder confirmed the endpoint has the correct ARN.
What is likely causing this issue and how can it be corrected?
An Alexa Skill Builder wants to implement in-skill purchasing to offer one-time purchases for access to
premium content. The Builder created an entitlement product and deployed it successfully using the ASK CLI
tool. When testing the customBuyInskillProductIntentin the developer console, the Builder receives
the following error:
Sorry, this product is not available with your current language setting.
How can this error be fixed?
An Alexa Builder is working on a skill for music streaming. When a user says, “Alexa, stop” the skill needs to know where the user was in the song, so that when returning to the skill in a new session, the song can pick up where it left off.
Which section of the following JSON contains the data indicating where the song left off?
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?