Amazon
Amazon AWS Certified Alexa Skill Builder - Specialty Exam
Amazon AWS Certified Alexa Skill Builder - Specialty Exam
Couldn't load pickup availability
- Topic 1: Single Topic
- Topic 2: More Questions.
Demo
Topic 1 - Single Topic
Question #1Topic 1Which of the following are ways that a user can interact with an Amazon Alexa skill using both voice and non-voice methods? (Choose three.)
- A. Scrolling through a list
- B. Selecting an action
- C. Zooming in on an image
- D. Pausing a video
- E. Muting the device
- F. Pairing with Bluetooth
Correct Answer: DEF
Question #2Topic 1An 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?- A. Store and increment a launchCount session attribute.
- B. Using the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon DynamoDB.
- C. Perform a scan of the Amazon DynamoDB table for the number of records and count each record as a skill launch.
- D. Set up a global variable in the code project that increments each time the code is invoked by Amazon Alexa.
Correct Answer: B
Reference:
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.htmlQuestion #3Topic 1On Amazon Alexa enabled devices with a screen, which of the following standard built-in intents are handled by Alexa on the skill's behalf and are not forwarded to the skill? (Choose three.)
- A. AMAZON.NextIntent
- B. AMAZON.MoreIntent
- C. AMAZON.ScrollDownIntent
- D. AMAZON.PreviousIntent
- E. AMAZON.StartOverIntent
- F. AMAZON.NavigateHomeIntent
Correct Answer: CEF
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.htmlQuestion #4Topic 1An 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
Correct Answer: B
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa-skills.html
