Amazon Web Services AXS-C01 - AWS Certified Alexa Skill Builder-Specialty
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?
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.)
An Alexa Skill Builder is troubleshooting issues with a custom skill backed by an AWS Lambda function that
integrates with an external API controlling a light bulb. The Builder observes that when saying “Alexa, turn on
the light†the response is “light is not responding†and 10 seconds later, the light turns on.
What is the MOST likely cause for this issue and how can it be solved?
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?
An Alexa Skill Builder built a skill using AWS LambdA. The Lambda function works when running the code on
a local machine with a runtime of 4.5 seconds, but during skill testing, the Builder receives an error response.
Which collection of steps will address the issue? (Choose two.)
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?
An Alexa Skill Builder needs to change the invocation name of a new skill.
What status should the skill be in to make this change?
An Alexa Skill Builder published a skill and now wants to update it.
Which of the following changes will make it necessary to have the skill re-certified? (Choose two.)
The information below details a portion of an interaction model in JSON:
What is wrong with this interaction model?