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?
A
An Amazon Alexa trip planner skill has several intents and slots. One of the intents is PlanMyTripIntent and some of the slots
are fromCity, toCity, departDate, and returnDate. The following is a sample dialog:
User: Ask plan my trip to start a new trip leaving from Seattle. Alexa: You said you are leaving from Seattle, right?
User: Yes
Alexa: Ive saved your trip. Do you want to create another trip? User: Yes
What will be invoked upon the users final Yes?
D
Explanation:
Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/request-types-reference.html
An Alexa Skill Builder is developing a complex skill to help users purchase items. The Builder has implemented the default
AMAZON.HelpIntent, but when users ask for help they always reach the same unhelpful result.
How should the Builder enhance the experience to guide the users toward the end goal?
A
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skills
backend when using AWS Lambda?
C
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 skills response. The following message is displayed in Amazon CloudWatch Logs for the
Lambda function.
Which of the following actions will resolve the problem?
B
Explanation:
Reference: https://forums.developer.amazon.com/questions/201658/input-request-reason-error-type-invalid-response-1.html
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?
A
Explanation:
Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-an-aws-lambda-
function.html
When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output is null.
What is the MOST likely cause?
B
An Alexa Skill Builder is using Amazon S3 to stream large quantities of static audio and video content throughout the world
with an Amazon Alexa skill.
Which additional AWS service will help the Builder decrease latency and improve the reliability of the streaming media
content for the global audience?
D
Explanation:
Reference: https://developer.amazon.com/blogs/alexa/post/87f73844-d971-4ac3-b274-bf0d93031bcd/build-more-engaging-
skills-using-aws
An Alexa Skill Builder is creating a skill that will identify an actor who spoke a famous piece of movie dialog, given just the
dialog text and an optional movie name. The Builder created the FindActorIntent as shown below, but Amazon Alexa returns
an error when it builds the model.
Why is Alexa failing to build the model?
C
Explanation:
Reference: https://forums.developer.amazon.com/questions/112932/got-error-code-invalidintentsamplephraseslot.html
An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an order status can
be retrieved.
According to best practices, how should the PIN value be collected?
D
A skill contains a PlanMyTrip intent configured to require slots fromCity and toCity. It contains the following interaction:
Alexa: What city are you leaving from?
User: Im leaving from Seattle.
Alexa: You want to fly out of Seattle Tacoma International Airport, right? User: Yes
Which of the following should the Builder use to confirm the value of the fromCity slot only? (Choose two.)
B D
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?
D
Explanation:
Reference: https://developer.amazon.com/en-US/docs/alexa/devconsole/measure-skill-usage.html
An Alexa Skill Builder is developing a skill containing a multi-turn dialog that can be invoked with or without a specific intent
request. On invocation, the skill needs to retrieve persistent attributes that have been saved by a previous invocation, and
then copy them into session attributes.
How should the Builder implement this functionality?
A
Explanation:
Reference: https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.html
An Alexa Skill Builder is building an interactive storytelling skill where the user can choose their own path through the story.
The Builder wants Amazon Alexa to narrate the story and use custom audio for the dialogue for each character, along with
various sound effects.
How can these requirements be met?
A
Explanation:
Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/audioplayer-interface-reference.html
The information below details a portion of an interaction model in JSON:
What is wrong with this interaction model?
D