Certbus > Amazon > Amazon Certifications > AXS-C01 > AXS-C01 Online Practice Questions and Answers

AXS-C01 Online Practice Questions and Answers

Questions 4

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?

A. Correct the response in a new endpoint, and after updating the In Development version of the skill, redeploy it.

B. Access the In Development version of the skill, alter the intent that was causing the incorrect word, then resubmit the skill for certification.

C. Edit the response in a new endpoint, and after updating the In Development version of the skill, resubmit it for certification.

D. Correct the response in the existing endpoint of the Live version of the skill, then redeploy it.

Browse 65 Q&As
Questions 5

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?

A. Manually extend the timeout so that users can input all the numbers.

B. Use multiple requests for smaller segments of the code and store the data in session attributes.

C. Enter single digits one request at a time.

D. Request that users send the number using the Amazon Alexa app

Browse 65 Q&As
Questions 6

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 following message is displayed in Amazon CloudWatch Logs for the Lambda function.

Which of the following actions will resolve the problem?

A. Define a new intent named Unhandled in the skill interaction model and add an Unhandled intent handler to the Lambda function.

B. Add an .addErrorHandlers() attribute to the SkillBuilder object and define a function to display detailed information about the error, then respond verbally to the user.

C. Add an intent handler for the SessionEndedRequest intent to the Lambda function to display detailed information about the error.

D. Add additional logic to the AMAZON.StopIntent handler in the Lambda function to display detailed information about the error.

Browse 65 Q&As
Questions 7

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 method for notifying users that a skill is working on the request and has not failed to respond?

A. Prefetch the data that is expected to the required by the skill from the third-party API using Amazon CloudWatch Events.

B. Call the Progressive Response API and send a directive, such as VoicePlayer.Speak

C. Ask a follow-up question for clarification to engage the user while waiting for the initially requested response.

D. Respond to the user stating that the data will be ready soon, and upon the next launch of the skill, provide the user with the response they initially requested.

Browse 65 Q&As
Questions 8

An Alexa Skill Builder built a skill with the following interaction model: Which utterance would invoke HelloIntent?

A. "Alexa, use my first skill to say hello."

B. "Alexa, ask my first skill to say hello to John."

C. "Alexa, open my first skill."

D. "Alexa, say hello to my first skill."

Browse 65 Q&As
Questions 9

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 requirement? (Choose two.)

A. Alexa Settings API

B. Entity resolution

C. Customer Profile API

D. Device Address API

E. Data persistence

Browse 65 Q&As
Questions 10

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 created the FindActorIntent as shown below, but Amazon Alexa returns an error when it builds the model.

Why is Alexa failing to build the model?

A. Intents can have one built-in slot type only

B. All sample utterances within an intent should have both slots

C. SearchQuery is combined with another intent slot in an utterance.

D. "Dialog" is a reserved keyword in the Alexa Interaction Model schema.

Browse 65 Q&As
Questions 11

An Alexa Skill Builder wants to name a skill using a company's branded acronym, "NAT Systems." Which invocation name is valid?

A. n a t systems

B. n-a-t systems

C. n. a. t. systems

D. NAT Systems

Browse 65 Q&As
Questions 12

AMAZON.MoreIntent is comparable to which of the following Amazon Alexa intents? (Choose two.)

A. AMAZON.ResumeIntent

B. AMAZON.ScrollDownIntent

C. AMAZON.RepeatIntent

D. AMAZON.ScrollRightIntent

E. AMAZON.LoopOnIntent

Browse 65 Q&As
Questions 13

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 came from a user with a valid service account?

A. Confirm that apiAccessToken verifies that the user is in the resource server and that the token has not expired.

B. Confirm that accessToken verifies that the token has not expired and that the user is the resource owner.

C. Confirm that accessToken verifies that the user is in the resource server and that the token has not expired.

D. Confirm that apiAccessToken verifies that the token has not expired and that the user is the resource owner.

Browse 65 Q&As
Questions 14

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. Change the release date and redeploy the product

B. Change the locale in the Alexa Simulator tab in the developer console

C. Change the AWS Lambda function to include the correct locale in the Connections.SendRequest

directive

D. Change the language in the premium content

Browse 65 Q&As
Questions 15

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 wants to go. The Builder is currently asking each question individually, in the following order:

"Where do you want to take a taxi from" "Where do you want to take a taxi to" "When do you need a taxi"

To ensure the voice interaction is flexible, how should this information be gathered regardless of the order in which the user provides it?

A. Use a single intent and slot. Inspect the incoming slot value and categorize then response, then prompt for the remaining information.

B. Create an intent for each question and include slots for each piece of information on every intent

C. Create three intents with one slot each. Use Dialog.ElicitSlot to fill the slots.

D. Create a single intent with three slots. Use the Dialog.Delegate directive to fill the slots.

Browse 65 Q&As
Questions 16

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 customers are leaving the skill by not responding, compared to the portion of customers who receive an error.

Which report inside the Analytics section of the developer console will provide this information?

A. Session Type Distribution

B. Unique Customers Per Intent

C. Average Session Per Customer

D. Failed Utterances Per Intent

Browse 65 Q&As
Questions 17

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 skill in a new session, the song can pick up where it left off.

Which section of the following JSON contains the data indicating where the song left off?

A. session.attributes

B. Context.AudioPlayer

C. session.user

D. context.System.device.supportedInterfaces.AudioPlayer

Browse 65 Q&As
Questions 18

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 use to accomplish this?

A. sessionId

B. userId

C. requestId

D. applicationId

Browse 65 Q&As
Exam Code: AXS-C01
Exam Name: AWS Certified Alexa Skill Builder - Specialty (AXS-C01)
Last Update: Mar 19, 2025
Questions: 65 Q&As

PDF

$49.99

VCE

$55.99

PDF + VCE

$65.99