Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Amazon AWS Certified Alexa Skill Builder - Specialty Exam Practice Questions

The questions for AWS Certified Alexa Skill Builder - Specialty were last updated on April 14, 2024.
  • Viewing page 1 out of 15 pages.
  • Viewing questions 1-4 out of 62 questions
Disclaimers:
  • - ExamTopics website is not related to, affiliated with, endorsed or authorized by Amazon.
  • - Trademarks, certification & product names are used for reference only and belong to Amazon.

Topic 1 - Single Topic

Question #1 Topic 1

Which 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
Reveal Solution Hide Solution   Discussion   2

Correct Answer: DEF 🗳️

Question #2 Topic 1

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?

  • 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.
Reveal Solution Hide Solution   Discussion   3

Correct Answer: B 🗳️
Reference:
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.html

Question #3 Topic 1

On 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
Reveal Solution Hide Solution   Discussion   5

Correct Answer: CEF 🗳️
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html

Question #4 Topic 1

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
Reveal Solution Hide Solution   Discussion   4

Correct Answer: B 🗳️
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa-skills.html

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...