AXS-C01 AWS Certified Alexa Skill Builder - Specialty

Loading demo links...

Showing 7–9 of 10 questions

Question 7

An Alexa Skill Builder would like to improve a skill’s help experience. To do this, the Builder plans to leverage the user’s activity leading up to the help request to contextualize the help response.

Where should the skill obtain the necessary context?

Select an option, then click Submit answer.

  • Load the user’s recent activity from the Intent Request History API, then use this to provide context to the AMAZON.HelpIntent request.

  • Retrieve the recent activity from the context object passed with the AMAZON.HelpIntent request.

  • Use a session attribute to store the intent name for each request, then use this to provide context to the AMAZON.HelpIntent request.

  • Retrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request.

Question 8

An Alexa Skill Builder is developing a skill that enables users to purchase train tickets. The Builder wants to give users the ability to modify the departure time if they are misunderstood, before the skill proceeds to purchase the tickets.

Which option should be used to implement this functionality within the session?

Select an option, then click Submit answer.

  • Implement AMAZON.FallbackIntent so the user can stop the execution when they have been misunderstood.

  • Implement AMAZON.StopIntent so the user can stop the execution and implement reprompt with a new invocation of the skill.

  • Implement AMAZON.CancelIntent so the user can cancel the order, then set shouldEndSession to false, and prompt the user for the next action.

  • Implement the welcome message, providing clear instructions to the user describing how to format an order.

Question 9

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?

Select an option, then click Submit answer.

  • Correct the response in a new endpoint, and after updating the In Development version of the skill, redeploy it.

  • Access the In Development version of the skill, alter the intent that was causing the incorrect word, then resubmit the skill for certification.

  • Edit the response in a new endpoint, and after updating the In Development version of the skill, resubmit it for certification.

  • Correct the response in the existing endpoint of the Live version of the skill, then redeploy it.