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

Page 7 of 17

A travel booking skill has slot elicitation for fromCity, toCity, and travelDate inside of a dialog. After going live, the skill is getting negative reviews stating that the skill does not understand the city names when customers try to book travel.

The Alexa Skill Builder adds AMAZON.FallbackIntent to the interaction model with the goal of providing better messaging for out-of-domain utterances. Why will the addition of AMAZON.FallbackIntent fail to resolve the customer issue?

  1. AMAZON.FallbackIntent will not be triggered in the middle of a dialog.
  2. A handler cannot be added to a Live skill.
  3. AMAZON.FallbackIntent will cause the slot values to be incorrectly mapped.
  4. AMAZON.FallbackIntent cannot be present in a skill with a Dialog directive.

Answer(s): A



An Alexa Skill Builder is developing a skill containing a multi-turn dialog that can be invoked with or without a specific intent request. On invocation, the skill needs to retrieve persistent attributes that have been saved by a previous invocation, and then copy them into session attributes.

How should the Builder implement this functionality?

  1. Place logic within the skill’s SessionEndedRequest intent handler to copy the persistent attributes into the session attributes.
  2. Implement ResponseInterceptor containing logic that takes the current persistent attributes and copies them into session attributes.
  3. Include logic within the LaunchRequest intent handler to retrieve persistent attributes and copy them into session attributes.
  4. Implement RequestInterceptor containing logic which for new sessions, retrieves persistent attributes and copies them into session attributes

Answer(s): A


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 must send an initial welcome email to each new user. What combination of features would the Builder use to satisfy this requirement? (Choose two.)

  1. Alexa Settings API
  2. Entity resolution
  3. Customer Profile API
  4. Device Address API
  5. Data persistence

Answer(s): A,C



An Alexa Skill Builder is using Amazon S3 to stream large quantities of static audio and video content throughout the world with an Amazon Alexa skill. Which additional AWS service will help the Builder decrease latency and improve the reliability of the streaming media content for the global audience?

  1. AWS Cloud9
  2. Amazon Kinesis
  3. Amazon Route 53
  4. Amazon CloudFront

Answer(s): D


Reference:

https://developer.amazon.com/blogs/alexa/post/87f73844-d971-4ac3-b274-bf0d93031bcd/build-more-engaging-skills-using-aws






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

Alexa-Skill-Builder Discussions & Posts