PrepAway - Latest Free Exam Questions & Answers

Tag: AWS Certified Alexa Skill Builder – Specialty

How should the Builder test the pronounciation of the statement?

Before beginning the development of a skill, an Alexa Skill Builder wants to hear how a statement will be pronounced by Amazon Alexa in another locale. How should the Builder test the pronounciation of the statement? A. Use the Alexa Simulator tab in the developer console to interact with the skill using the selected locale. […]

According to best practices, what is the MOST efficient way to capture this information?

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? A. Add a logging statement to write the event request to Amazon CloudWatch Logs. B. […]

Where should the data be stored to ensure that the skill will start at the correct location?

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? A. In a JSON file along with the skill’s AWS […]

How can this be accomplished while providing a good voice user interface experience?

An Alexa Skill Builder is building an order reporting skill. Occasionally, users need to enter 30-digit serial codes. How can this be accomplished while providing a good voice user interface experience? A. Manually extend the timeout so that users can input all the numbers. B. Use multiple requests for smaller segments of the code and […]

What status should the skill be in to make this change?

An Alexa Skill Builder needs to change the invocation name of a new skill. What status should the skill be in to make this change? A. In Development B. Build C. In Certification D. Edit Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/choose-the-invocation-name-for-a-custom-skill.html

What is the recommended method for the Builder to correct this issue?

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. Correct the response in a new endpoint, and after updating the In […]

What two built-in intents are required to implement the AudioPlayer interface?

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? A. AMAZON.NextIntent and AMAZON.StopIntent B. AMAZON.ResumeIntent and AMAZON.PauseIntent C. AMAZON.CancelIntent and AMAZON.ResumeIntent D. AMAZON.RepeatIntent and AMAZON.StopIntent Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/audioplayer-interface-reference.html

What user identifier should be used to add beta testers?

An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test. What user identifier should be used to add beta testers? A. AWS account number B. Alexa user email address C. Amazon vendor ID D. Amazon customer ID Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa-skills.html

When the username answers “yes”, how should the Builder code the handler to know which question the answer

An Alexa Skill Builder wants to create a skill that asks the user two yes/no questions: 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 the answer refers to? A. Using session attributes, store the previous question as […]


Page 1 of 212