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 #4Network Design
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...
Alexa Skills Kitintent routingdialog managementLambda - 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 #6Network Management and Operation
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...
Lambdatest eventsdebuggingAlexa Skills Kit - 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 #8Network Management and Operation
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...
Alexa analyticssession metricsskill monitoringcustomer engagement - 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 #14Network Design
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...
S3 static hostingSSMLAlexa Skills Kitaudio streaming - Question #15Network Security
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...
OAuth scopesaccount linkingPII protectionLogin with Amazon - 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 #17Network Management and Operation
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?
DynamoDBpersistent attributesASK SDKsession state management - 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 #19Skill Architecture
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...
built-in intentsscreen devicesmultimodalAlexa-handled intents - Question #20Skill Development
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...
session attributesmulti-turn conversationAMAZON.YesIntentcontext tracking - Question #21Test, Validate, and Troubleshoot
An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test. What user identifier should be used to add beta testers?
beta testinguser identifierskill testing - Question #22Designing the Technical Implementation
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?
AudioPlayer interfacebuilt-in intentslive audio streamAMAZON.ResumeIntent - Question #23Test, Validate, and Troubleshoot
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...
invocation namedeveloper consoleskill testingskill configuration - 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 #25Test, Validate, and Troubleshoot
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...
AWS LambdaCloudWatch Logsdebuggingconsole.log - Question #26Developing, Testing, and Validating
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...
SSMLINVALID_RESPONSEampersandspecial characters - Question #27Designing the Technical Implementation
What is required for a skill to support multi-turn conversations?
multi-turn conversationshouldEndSessionsession managementresponse structure - Question #28Publishing, Operations, and Lifecycle Management
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?
invocation nameskill statusdeveloper consoleskill lifecycle - 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 #30Designing the Technical Implementation
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...
persistent storagesession attributescross-session stateinteractive story - Question #31Test, Validate, and Troubleshoot
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...
debuggingslot valuesAWS LambdaCloudWatch Logs - Question #32Test, Validate, and Troubleshoot
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...
localepronunciationdeveloper consoleVoice & Tone - 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 #34Designing the Technical Implementation
The namespace value in the header of the incoming directive for an Amazon Alexa smart home skill specifies the:
smart home skilldirectivenamespacecapability interface - 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 #36Designing the User Experience
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...
AMAZON.HelpIntentuser contextsession attributeshelp experience - Question #37Test, Validate, and Troubleshoot
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...
beta testingpermissionsdeveloper accountskill access - Question #38Skill Development
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...
error handlingAWS LambdaASK SDKaddErrorHandlers - Question #39Designing the Technical Implementation
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...
Progressive Response APIlatencyVoicePlayer.Speakthird-party API - Question #40Designing the Technical Implementation
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...
persistence attributescross-session stateASK SDKpodcast skill - Question #41Designing the Technical Implementation
To which of the following Amazon Alexa requests can an outputSpeech object be returned? (Select TWO.)
outputSpeechIntentRequestDisplay.ElementSelectedresponse types - Question #42Voice-First Design Practices and Capabilities
An Alexa Skill Builder has selected a skill invocation name "cat and dog facts." Why is this an invalid skill invocation name?
invocation namenaming rulesconnecting wordsskill publishing - Question #43Skill Design
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...
FallbackIntentintent routingIntent Historyutterance matching - Question #44Skill Development
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...
session attributesshouldEndSessionsession managementSessionEndedRequest - 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 #47Skill Development
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...
RequestInterceptorpersistent attributessession attributesmulti-turn dialog - 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 #49Designing the Technical Implementation
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...
Amazon CloudFrontmedia streaminglatency optimizationCDN - Question #50Skill Design
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...
SearchQuery slotslot restrictionsinteraction modelmodel build error