Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

AXS-C01 AWS Certified Alexa Skill Builder-Specialty Questions and Answers

Questions 4

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?

Options:

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

Buy Now
Questions 5

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?

Options:

A.

AMAZON.FallbackIntent will not be triggered in the middle of a dialog.

B.

A handler cannot be added to a Live skill.

C.

AMAZON.FallbackIntent will cause the slot values to be incorrectly mapped.

D.

AMAZON.FallbackIntent cannot be present in a skill with a Dialog directive.

Buy Now
Questions 6

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?

Options:

A.

The Lambda application code has a bug that is causing it to crash. Modify the code to fix the bug, then

redeploy the Lambda function.

B.

The ASK SDK was not deployed with the Lambda function. Add the ASK SDK, then redeploy the Lambda

function.

C.

The ASK trigger for the Lambda function has been restricted to the wrong skill ID. Re-create the trigger

with the correct skill ID.

D.

The Lambda role does not have the correct AWS IAM permission. Update the IAM role associated with the

Lambda function.

Buy Now
Questions 7

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.)

Options:

A.

REPLACE_ALL

B.

CLEAR_ENQUEUED

C.

REPLACE_ENQUEUED

D.

ENQUEUE

E.

CLEAR_ALL

Buy Now
Questions 8

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?

Options:

A.

AWS Cloud9

B.

Amazon Kinesis

C.

Amazon Route 53

D.

Amazon CloudFront

Buy Now
Questions 9

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?

Options:

A.

Use Amazon CloudWatch to check the most recent execution log and see if an error is present.

B.

Use Amazon DynamoDB and export a copy of the log database, then search for error messages.

C.

Use the developer console to rebuild the model, then invoke the skill again with the invocation name.

D.

Use the developer console to add AMAZON.LaunchRequest to the interaction model, rebuild the model,

then invoke the skill again.

Buy Now
Questions 10

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?

Options:

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

Buy Now
Questions 11

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:

Options:

A.

rendered as a gray screen.

B.

rendered using the skill icon as the foreground image.

C.

rendered using the skill icon as the background image.

D.

rendered using BodyTemplate1.

Buy Now
Questions 12

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?

Options:

A.

Use an Alexa display template, such as BodyTemplate1 .

B.

Send a Simple card to the user.

C.

Send a Standard card to the user.

D.

Send a LinkAccount card to the user.

Buy Now
Questions 13

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.)

Options:

A.

Change the Amazon Alexa default timeout to 5 seconds.

B.

Change the default timeout of the Lambda function to 5 seconds.

C.

Call the Progressive Response API and send a directive to reduce latency.

D.

Increase the size of the memory allocated to the Lambda function.

E.

Clone the Lambda function to another AWS Region.

Buy Now
Questions 14

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?

Options:

A.

Set shouldEndSession to false in the response object to prevent the skill from exiting.

B.

Handle the SessionEndedRequest request type and persist the user’s session to a database.

C.

Return false from the SessionEndedRequest handler so the session does not exist.

D.

Return a reprompt in the response object from the SessionEndedRequest handler.

Buy Now
Questions 15

The namespace value in the header of the incoming directive for an Amazon Alexa smart home skill specifies

the:

Options:

A.

context of the message

B.

capability interface of the message

C.

endpoint specified in the message

D.

control message for the directive

Buy Now
Questions 16

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?

Options:

A.

Use Amazon CloudFront to deliver content and cache the audio files across different geographical regions.

B.

Migrate the sound files from Amazon S3 into Amazon Redshift to speed up the read operations.

C.

Use Elastic Load Balancing to handle the traffic generated by the increasing number of users.

D.

Enable cross-region replication on the Amazon S3 bucket policy to improve the skill’s performance.

Buy Now
Questions 17

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?

Options:

A.

Make changes in the skill code, deploy it, and test it on the device.

B.

Modify the SSML in the skill, save it, and check Amazon CloudWatch for errors.

C.

Edit the SSML in the skill and use the Alexa Simulator tab on the Test page of the developer console.

D.

Use the Voice & Tone tab on the Test page in the developer console.

Buy Now
Questions 18

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?

Options:

A.

Load the user’s recent activity from the Intent Request History API, then use this to provide context to the

AMAZON.HelpIntent request.

B.

Retrieve the recent activity from the context object passed with the AMAZON.HelpIntent request.

C.

Use a session attribute to store the intent name for each request, then use this to provide context to the

AMAZON.HelpIntent request.

D.

Retrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request.

Buy Now
Questions 19

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.)

Options:

A.

Adding a new intent in the interaction model

B.

Changing the text of a skill response

C.

Adding a sentence to the skill description

D.

Changing the URL of the image on a skill card

E.

Updating the backend to point to a new database

Buy Now
Exam Code: AXS-C01
Exam Name: AWS Certified Alexa Skill Builder-Specialty
Last Update: May 25, 2026
Questions: 65

PDF + Testing Engine

$64.99   $185.69

Testing Engine

$49.99   $142.83

PDF (Q&A)

$54.99   $157.11