AXS-C01 AWS Certified Alexa Skill Builder-Specialty Questions and Answers
An Alexa Skill Builder wants to implement in-skill purchasing to offer one-time purchases for access to
premium content. The Builder created an entitlement product and deployed it successfully using the ASK CLI
tool. When testing the custom BuyInskillProductIntent in the developer console, the Builder receives
the following error:
Sorry, this product is not available with your current language setting.
How can this error be fixed?
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?
An Alexa Skill Builder has built a new custom skill backed by an AWS Lambda function. The Lambda function
executes successfully from the Lambda console, however, the Lambda function cannot be successfully
invoked in the developer console or from an Amazon Alexa enabled device. No error messages show in the
function’s Amazon CloudWatch Logs. The Builder confirmed the endpoint has the correct ARN.
What is likely causing this issue and how can it be corrected?
An Alexa Skill Builder is using the AudioPlayer.Play directive and would like to automatically start the next
audio track at the end of the current track.
Which AudioPlayer playBehavior values will allow the Builder to achieve this without changing the audio
currently playing? (Choose two.)
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?
An Alexa Skill Builder is developing a skill using AWS LambdA. The Builder made some backend code
changes, then tested the skill on an Amazon Echo device. When invoking the skill, Amazon Alexa replies with
“There was a problem with the requested skill’s response”.
How can the Builder troubleshoot this problem?
An Alexa Skill Builder is building an order reporting skill. Occasionally, users need to enter 30-digit serial
codes.
How can this be accomplished while providing a good voice user interface experience?
An Alexa Skill Builder did not include a display template in a skill.
When the skill is used with an Amazon Alexa enabled device with a screen, cards used in the skill are:
An Alexa Skill Builder needs to display an image and some additional text to users of a skill.
Which approach will work with any Amazon Alexa enabled device?
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 is using session attributes to maintain a user’s state.
What can the Builder do to ensure that a user’s session is not lost if they take too long to answer a question and the skill exists?
The namespace value in the header of the incoming directive for an Amazon Alexa smart home skill specifies
the:
An Alexa Skill Builder published a skill that streams sounds to help users relax. The skill is becoming very popular and is available in many different locales around the world. More than 20.000 users are using the skill every week, and more than 500 users are added daily. The sound files are stored in Amazon S3.
What can the Builder do to ensure low latency and the best possible streaming performance?
While developing a skill, an Alexa Skill Builder finds that the voice response is too quick and needs to be slowed down.
How can the Builder MOST efficiently iterate and test how the response will sound?
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 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.)
