An Alexa Skill Builder wants to create a skill that asks the user two yes/no QUESTION NO:s:
Alexa:Do you like cats?
Alexa:Do you like dogs?
When the username answers “yes”, how should the Builder code the handler to know which QUESTION NO: the
answer refers to?
An Alexa Skill Builder is developing a custom skill to play a live audio stream.
What two built-in intents are required to implement the AudioPlayer interface?
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests
against a skill’s backend when using AWS Lambda?
An Alexa Skill Builder is developing a custom skill and needs to verify that the correct slot values are being
passed into the AWS Lambda function.
According to best practices, what is the MOST efficient way to capture this information?
While developing a skill, an Alexa Skill Builder finds that the voice response is too quick and needs to be slowed down.
How can the Builder MOST efficiently iterate and test how the response will sound?
An Alexa Skill Builder is developing a skill using AWS Lambda. When invoking the skill, Amazon Alexa responds “There was a problem with the requested skill’s response.”
The following message is displayed in Amazon CloudWatch Logs for the Lambda function.

Which of the following actions will resolve the problem?
An Alexa Skill Builder built a skill with the following interaction model:
An Alexa Skill Builder built a skill with the following interaction model:

Which utterance would invokeHelloIntent?
Which utterance would invokeHelloIntent?
An Alexa Skill Builder is developing a skill that must send an initial welcome email to each new user.
What combination of features would the Builder use to satisfy this requirement? (Choose two.)
A travel booking skill has slot elicitation forfromCity,toCity, andtravelDateinside of a dialog. After going live, the skill is getting negative reviews stating that the skill does not understand the city names when customers try to book travel.
The Alexa Skill Builder addsAMAZON.FallbackIntentto the interaction model with the goal of providing better messaging for out-of-domain utterances.
Why will the addition ofAMAZON.FallbackIntentfail to resolve the customer 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 Skill Builder is designing a skill with an intent that needs six slots to be filled. It is unlikely that a user
will provide all the slot values in a single utterance, so the slot fulfillment should be split up into a multi-turn
conversation.
What can the Builder do in the developer console to have Amazon Alexa elicit any missing slots, without
specifying each of the slots in the backend code?
An Alexa Skill Builder is interested in gathering information about returning users.
What analytics tool in the developer console would provide the Builder with this information?
An Alexa Skill Builder is developing a skill that tells users facts about their neighborhoods using their postal
codes. When running the skill, users receive error messages from their Amazon Alexa devices. When the
Builder checks the logs, error messages are being sent when the device location API is used to get users’
postal codes.
What are the potential causes of this issue? (Choose two.)
An Alexa Skill Builder made changes to an AWS Lambda function that is used as the endpoint for a skill. The
Builder discovers that the skill now returns an error when it is launched.
How can the Builder use the Lambda console to trigger the function and debug the code?
An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors,
but the Builder is unable to turn on testing.
What could be causing this?