AXS-C01 Exam Questions
75 real AXS-C01 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #51
An Alexa Skill Builder needs to have knowledge of the previous prompt that was presented to the user in order to give context to the user's response. How can the Builder accomplish...
- Question #52Designing the Technical Implementation
What are the prerequisites for implementing account linking for Amazon Alexa smart home skills?
account linkingOAuth 2.0authorization code grantsmart home skills - Question #53Publishing, Operations, and Lifecycle Management
An Alexa Skill Builder is developing a skill that enables users to get information about train connections between two cities. The skill's invocation name is "train finder" and the...
certification requirementsexample phrasesinvocation namesample utterances - Question #54Skill Design
The following JSON defines a custom slot type named MEDIA_TYPE with two values: { "types": [ { "name": "MEDIA_TYPE", "values": [ { "id": "SONG", "name": { "value": "song", "synonym...
custom slot typescanonical valuesslot synonymsslot resolution - Question #55
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 functio...
- Question #56
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 misu...
- Question #57
A skill contains a PlanMyTrip intent configured to require slots fromCity and toCity. It contains the following interaction: Alexa: What city are you leaving from? User: I'm leavin...
- Question #58
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 obs...
- Question #59
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, t...
- Question #60Publishing, Operations, and Lifecycle Management
An Alexa Skill Builder wants to name a skill using a company's branded acronym, "NAT Systems." Which invocation name is valid?
invocation namenaming guidelinesacronymscertification - Question #61Designing the User 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:
display templatescardsBodyTemplate1screen devices - Question #62Designing the Technical Implementation
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. Mo...
Amazon CloudFrontAmazon S3audio streamingperformance optimization - Question #63Skill Development
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 playBeh...
AudioPlayerplayBehaviorENQUEUEREPLACE_ENQUEUED - Question #64Skill Design
An Alexa Skill Builder is designing a skill with an intent that needs six slots to be filled. It is unlikely that a user will provide all the slot values in a single utterance, so...
dialog managementrequired slotsslot elicitationmulti-turn conversation - Question #65
An Alexa Builder is working on a skill for music streaming. When a user says, "Alexa, stop" the skill needs to know where the user was in the song, so that when returning to the sk...
- Question #66
An Alexa Skill Builder implemented the built-in intent AMAZON.HelpIntent. In some cases, users are asking for help using phrases that are specific to a skill's terminology. Amazon...
- Question #67
An Alexa Skill Builder wants to customize a welcome back message for each person who uses the skill. The JSON input is shown below: Which element from the request would the Builder...
- Question #68Test, Validate, and Troubleshoot
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,...
AWS LambdaCloudWatch logserror troubleshootingdebugging - Question #69
The information below details a portion of an interaction model in JSON: What is wrong with this interaction model?
- Question #70Designing the User Experience
An Alexa Skill Builder is building an interactive storytelling skill where the user can choose their own path through the story. The Builder wants Amazon Alexa to narrate the story...
SSMLcustom audioAudioPlayerinteractive storytelling - Question #71Skill Design
is comparable to which of the following Amazon Alexa intents? (Choose two.) AMAZON.MoreIntent
built-in intentsAMAZON.MoreIntentScrollIntentscreen navigation - Question #72Publishing, Operations, and Lifecycle Management
An Alexa Skill Builder is interested in gathering information about returning users. What analytics tool in the developer console would provide the Builder with this information?
analyticsretentiondeveloper consolereturning users - Question #73
An Amazon Alexa Skill with account linking receives the following request from Alexa: Before responding to the request, how should the Alexa Skill Builder verify that the request c...
- Question #74Designing the User Experience
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?
Standard cardimage displaycompanion appmulti-modal - Question #75Test, Validate, and Troubleshoot
An Alexa Skill Builder receives feedback from users that a specific utterance causes Amazon Alexa to trigger the skill's AMAZON.HelpIntent rather than triggering the correct intent...
Alexa Simulatorintent routingutterance testingtroubleshooting