Free Alexa-Skill-Builder Exam Braindumps (page: 2)

Page 1 of 17

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.)

  1. Scrolling through a list
  2. Selecting an action
  3. Zooming in on an image
  4. Pausing a video
  5. Muting the device
  6. Pairing with Bluetooth

Answer(s): D,E,F



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?

  1. Store and increment a launchCount session attribute.
  2. Using the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon DynamoD
  3. Perform a scan of the Amazon DynamoDB table for the number of records and count each record as a skill launch.
  4. Set up a global variable in the code project that increments each time the code is invoked by Amazon Alexa.

Answer(s): B


Reference:

https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.html



An Alexa Skill Builder is developing a skill that tells users facts about their neighborhoods using their postal codes. When running the skill, users receive error messages from their Amazon Alexa devices. When the Builder checks the logs, error messages are being sent when the device location API is used to get users’ postal codes.

What are the potential causes of this issue? (Choose two.)

  1. The Alexa devices are registered in the incorrect postal code.
  2. The AWS Lambda function is not registered to the skill.
  3. The users have opted out of giving their location information.
  4. The application ID of the skill does not match the expected application ID of the AWS Lambda function.
  5. The skill is not registered to access information in the developer console.

Answer(s): C,D



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.)

  1. AMAZON.NextIntent
  2. AMAZON.MoreIntent
  3. AMAZON.ScrollDownIntent
  4. AMAZON.PreviousIntent
  5. AMAZON.StartOverIntent
  6. AMAZON.NavigateHomeIntent

Answer(s): C,E,F


Reference:

https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html






Post your Comments and Discuss Amazon Alexa-Skill-Builder exam with other Community members:

Alexa-Skill-Builder Discussions & Posts