AXS-C01 Exam Questions
75 real AXS-C01 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
An Alexa Skill Builder is developing a complex skill to help users purchase items. The Builder has implemented the default AMAZON.HelpIntent, but when users ask for help they alway...
- Question #2
An Alexa Skill Builder wants to add a short audio clip to a skill with SSML. The Builder records a 6-second audio clip using a high-end microphone and recording application and exp...
- Question #3
During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in the addErrorHandler method specified on the SkillBuilder object. Up...
- Question #4
An Amazon Alexa trip planner skill has several intents and slots. One of the intents is PlanMyTripIntent and some of the slots are fromCity, toCity, departDate, and returnDate. The...
- Question #5
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...
- Question #6
An Alexa Skill Builder made changes to an AWS Lambda function that is used as the endpoint for a skill. The Builder discovers that the skill now returns an error when it is launche...
- Question #7
An Alexa Skill Builder has created a taxi hiring skill. The skill needs to find out when the customer wants a taxi, where the customer is traveling from, and where the customer wan...
- Question #8
An Alexa Skill Builder noticed that a large percentage of a food ordering skill's customers are not completing their transactions. The Builder needs to know what portion of the cus...
- Question #9
Which of the following occur when a beta test of a live skill times out? (Choose two.)
- Question #10
When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output is . null What is the MOST likely cause?
- Question #11
An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an order status can be retrieved. According to best practices, how should...
- Question #12
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 t...
- Question #13
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.)
- Question #14
An Alexa Skill Builder is writing a skill that needs to play short MP3 files using the SSML audio tag. Which AWS service provides the MOST highly available and scalable solution to...
- Question #15
When configuring account linking for an Amazon Alexa skill using Login with Amazon, which of the following example scopes should an Alexa Skill Builder use to avoid exposing Person...
- Question #16
Which of the following are ways that a user can interact with an Amazon Alexa skill using both voice and non-voice methods? (Choose three.)
- Question #17
An Alexa Skill Builder wants a skill to inform the users of the number of times they have launched the skill. What approach should the Builder take to track this information?
- Question #18
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 th...
- Question #19
On Amazon Alexa enabled devices with a screen, which of the following standard built-in intents are handled by Alexa on the skill's behalf and are not forwarded to the skill? (Choo...
- Question #20
An Alexa Skill Builder wants to create a skill that asks the user two yes/no questions: Alexa: Do you like cats? Alexa: Do you like dogs? When the username answers "yes", how shoul...
- Question #21
An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test. What user identifier should be used to add beta testers?
- Question #22
An Alexa Skill Builder is developing a custom skill to play a live audio stream. What two built-in intents are required to implement the AudioPlayer interface?
- Question #23
An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors, but the Builder is unable to turn on testing. What could be caus...
- Question #24
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 r...
- Question #25
An Alexa Skill Builder is debugging an AWS Lambda function using console.log() statements to inspect values in requests. How will the log statements be made available to the Builde...
- Question #26
A skill to search for local businesses returns the following output in the response: <speak>I've found <emphasis level="strong">Bananas & Bears</emphasis></speak> In testing, the A...
- Question #27
What is required for a skill to support multi-turn conversations?
- Question #28
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?
- Question #29
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 use...
- Question #30
An Amazon Alexa interactive story skill needs to provide users with the option to resume the skill from where users left off when they last used the skill. Where should the data be...
- Question #31
An Alexa Skill Builder is developing a custom skill and needs to verify that the correct slot values are being passed into the AWS Lambda function. According to best practices, wha...
- Question #32
Before beginning the development of a skill, an Alexa Skill Builder wants to hear how a statement will be pronounced by Amazon Alexa in another locale. How should the Builder test...
- Question #33
An Alexa Skill Builder submitted a child-directed skill for certification that lists the nearest skateboard parks. The Builder ensured that - The skill does not link to an external...
- Question #34
The namespace value in the header of the incoming directive for an Amazon Alexa smart home skill specifies the:
- Question #35
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill's backend when using AWS Lambda?
- Question #36
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 contextualiz...
- Question #37
An Alexa Skill Builder adds a colleague to a skill using the beta test feature. The colleague logs in to the developer console to edit the interaction model and cannot see the skil...
- Question #38
An Alexa Skill Builder is developing a skill using AWS Lambda. When invoking the skill, Amazon Alexa responds "There was a problem with the requested skill's response." The followi...
- Question #39
An Amazon Alexa skill fetches data for users from a third-party API and the wait for the response from that call is variable, often taking up to 5 seconds. What is the recommended...
- Question #40
An Alexa Skill Builder is creating a podcast skill using the ASK SDK and AWS Lambda. The Builder wants the skill to launch differently depending on where the user is in the podcast...
- Question #41
To which of the following Amazon Alexa requests can an outputSpeech object be returned? (Select TWO.)
- Question #42
An Alexa Skill Builder has selected a skill invocation name "cat and dog facts." Why is this an invalid skill invocation name?
- Question #43
An Alexa Skill Builder has created a custom skill about basketball including a HowToPlayBasketball intent. When looking at the Intent History page in the developer console, the Bui...
- Question #44
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 #45
An Alexa Skill Builder built a skill with the following interaction model: Which utterance would invoke HelloIntent?
- Question #46
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...
- Question #47
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 retriev...
- Question #48
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 requiremen...
- Question #49
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...
- Question #50
An Alexa Skill Builder is creating a skill that will identify an actor who spoke a famous piece of movie dialog, given just the dialog text and an optional movie name. The Builder...