Weekend Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Your Path to Success: How to Pass the Amazon Web Services AXS-C01 AWS Certified Alexa Skill Builder-Specialty Exam

Questions 1

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 their Amazon Alexa devices. When the

Builder checks the logs, error messages are being sent when the device location API is used to get users’

postal codes.

What are the potential causes of this issue? (Choose two.)

Options:

A.

The Alexa devices are registered in the incorrect postal code.

B.

The AWS Lambda function is not registered to the skill.

C.

The users have opted out of giving their location information.

D.

The application ID of the skill does not match the expected application ID of the AWS Lambda function.

E.

The skill is not registered to access information in the developer console.

Buy Now
Questions 2

An Alexa Skill Builder has created a custom skill about basketball including aHowToPlayBasketballintent.

When looking at the Intent History page in the developer console, the Builder sees that a number of users are

asking the skill how to play baseball. The Builder wants to add a relevant response directing the user back to

the topic of basketball.

How should the Builder implement this?

Options:

A.

AddAMAZON.FallbackIntentand respond with a message about baseball in the handler

B.

Create a custom intent related to baseball, and when matched, provide a relevant response

C.

Add more sample utterances related to baseball in theHowToPlayBasketballintent

D.

Create a new custom baseball slot and add a slot-filling utterance to theHowToPlayBasketballintent.

Buy Now
Questions 3

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 4

Which of the following occur when a beta test of a live skill times out? (Choose two.)

Options:

A.

The beta tester will lose access to the beta skill and will need to reenable the live skill

B.

The beta tester will receive an email saying the beta test has ended

C.

The administrator will receive an email confirming that the beta tester has been removed

D.

The beta tester will lose access to the beta skill but will maintain access to the live skill

E.

The beta skill history in the Amazon Alexa app will disappear once the beta test has ended

Buy Now
Questions 5

A travel booking skill has slot elicitation forfromCity,toCity, andtravelDateinside 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 addsAMAZON.FallbackIntentto the interaction model with the goal of providing better messaging for out-of-domain utterances.

Why will the addition ofAMAZON.FallbackIntentfail to resolve the customer issue?

Options:

A.

AMAZON.FallbackIntentwill not be triggered in the middle of a dialog.

B.

A handler cannot be added to a Live skill.

C.

AMAZON.FallbackIntentwill cause the slot values to be incorrectly mapped.

D.

AMAZON.FallbackIntentcannot be present in a skill with aDialogdirective.

Buy Now
Questions 6

An Alexa Skill Builder is using theAudioPlayer.Playdirective and would like to automatically start the next

audio track at the end of the current track.

WhichAudioPlayer playBehaviorvalues 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 7

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

B.

Send aSimplecard to the user.

C.

Send aStandardcard to the user.

D.

Send aLinkAccountcard to the user.

Buy Now
Questions 8

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 account
  • The skill stored the child’s preference byuserId
  • The skill has a valid privacy policy link in the skill Distribution page

Given this information, why will the skill fail certification?

Options:

A.

The Builder did not upload a privacy policy document

B.

Child-directed skills cannot use location information

C.

The child’suserIdcannot be used because of Personally Identifiable Information (PII) restrictions.

D.

The skill should not be child-directed as it can be used by children over 13 years old.

Buy Now
Questions 9

An Alexa Skill Builder wants to create a skill that asks the user two yes/no QUESTION NO:s:

Alexa:Do you like cats?

Alexa:Do you like dogs?

When the username answers “yes”, how should the Builder code the handler to know which QUESTION NO: the

answer refers to?

Options:

A.

Using session attributes, store the previous QUESTION NO: as the context for use in theAMAZON.YesIntent

handler.

B.

Within theAMAZON.YesIntenthandler, prompt the user to repeat the name of the animal that they like.

C.

Within theAMAZON.YesIntenthandler, define a slot to store and retrieve the previously asked QUESTION NO:.

D.

Access Amazon CloudWatch Logs and retrieve the previous QUESTION NO: topic from the recent log messages.

Buy Now
Questions 10

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

Options:

A.

Alexa Settings API

B.

Entity resolution

C.

Customer Profile API

D.

Device Address API

E.

Data persistence

Buy Now