Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
Amazon
Exam 2: AWS Certified Alexa Skill Builder - Specialty
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
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?
Question 22
Multiple Choice
An Alexa Skill Builder wants a skill to inform the users of the number of times they have launched the skill. What approach should the Builder take to track this information?
Question 23
Multiple Choice
Which of the following occur when a beta test of a live skill times out? (Choose two.)
Question 24
Multiple Choice
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?
Question 25
Multiple Choice
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?
Question 26
Multiple Choice
An Alexa Skill Builder wants to customize a welcome back message for each person who uses the skill. The JSON input is shown below:
Which element from the request would the Builder use to accomplish this?
Question 27
Multiple Choice
An Amazon Alexa interactive story skill needs to provide users with the option to resume the skill from where users left off when they last used the skill. Where should the data be stored to ensure that the skill will start at the correct location?
Question 28
Multiple Choice
An Alexa Skill Builder published a skill that streams sounds to help users relax. The skill is becoming very popular and is available in many different locales around the world. More than 20.000 users are using the skill every week, and more than 500 users are added daily. The sound files are stored in Amazon S3. What can the Builder do to ensure low latency and the best possible streaming performance?
Question 29
Multiple Choice
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?
Question 30
Multiple Choice
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 custom BuyInskillProductIntent in 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?
Question 31
Multiple Choice
The information below details a portion of an interaction model in JSON:
What is wrong with this interaction model?
Question 32
Multiple Choice
An Alexa Skill Builder has created a custom skill about basketball including a HowToPlayBasketball intent. When looking at the Intent History page in the developer console, the Builder sees that a number of users are asking the skill how to play baseball. The Builder wants to add a relevant response directing the user back to the topic of basketball. How should the Builder implement this?
Question 33
Multiple Choice
An Alexa Skill Builder wants to create a skill that asks the user two yes/no questions: Alexa: Do you like cats? Do you like dogs? When the username answers "yes", how should the Builder code the handler to know which question the answer refers to?
Question 34
Multiple Choice
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.)
Question 35
Multiple Choice
An Alexa Skill Builder submitted a child-directed skill for certification that lists the nearest skateboard parks. The Builder ensured that The skill does not link to an external account The skill stored the child's preference by userId The skill has a valid privacy policy link in the skill Distribution page Given this information, why will the skill fail certification?
Question 36
Multiple Choice
An Alexa Skill Builder noticed that a large percentage of a food ordering skill's customers are not completing their transactions. The Builder needs to know what portion of the customers are leaving the skill by not responding, compared to the portion of customers who receive an error. Which report inside the Analytics section of the developer console will provide this information?
Question 37
Multiple Choice
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?