Labour Day Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Amazon Web Services AXS-C01 AWS Certified Alexa Skill Builder - Specialty Exam Practice Test

Demo: 9 questions
Total 65 questions

AWS Certified Alexa Skill Builder - Specialty Questions and Answers

Question 1

A skill contains aPlanMyTripintent configured to require slotsfromCityandtoCity. It contains the

following interaction:

Alexa: What city are you leaving from?

User: I’m leaving from Seattle.

Alexa: You want to fly out of Seattle Tacoma International Airport, right?

User: Yes

Which of the following should the Builder use to confirm the value of thefromCityslot only? (Choose two.)

Options:

A.

Use theDialog.ConfirmSlotdirective, including the full airport name in theoutputSpeechobject.

B.

Use theDialog.ConfirmIntentdirective, including the full airport name in theupdatedIntent

object.

C.

Use theDialog.Delegatedirective, including the full airport name in theupdatedIntentobject.

D.

Use theDialog.Delegatedirective, including the full airport name in theoutputSpeechobject.

E.

Use theDialog.ElicitSlotdirective, including the full airport name in theupdatedIntentobject.

Question 2

An Alexa Skill Builder needs to have knowledge of the previous prompt that was presented to the user in order

to give context to the user’s response.

How can the Builder accomplish this?

Options:

A.

Find the corresponding prompt using the list events feature

B.

Store a reference to the prompt used as a session attribute

C.

Call the Intent Request History API to identify which prompt was used.

D.

Parse thecontextobject from the skill request.

Question 3

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?

Options:

A.

AMAZON.NextIntentandAMAZON.StopIntent

B.

AMAZON.ResumeIntentandAMAZON.PauseIntent

C.

AMAZON.CancelIntentandAMAZON.ResumeIntent

D.

AMAZON.RepeatIntentandAMAZON.StopIntent

Question 4

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.

Question 5

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?

Options:

A.

sessionId

B.

userId

C.

requestId

D.

applicationId

Question 6

Thenamespacevalue 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

Question 7

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.

Question 8

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 the pronounciation of the statement?

Options:

A.

Use the Alexa Simulator tab in the developer console to interact with the skill using the selected locale.

B.

Create a developer account for the specific locale, and use a device to interact with the skill.

C.

Use Voice & Tone tab in the developer console to play the statement using the selected locale.

D.

Use the Manual JSON tab in the developer console to create a sample JSON response

Question 9

According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests

against a skill’s backend when using AWS Lambda?

Options:

A.

Ensure that the session ID provided by the request to Lambda is not already in use.

B.

Rotate the Lambda ARN regularly to prevent others from using the service.

C.

Retrieve the Application ID property from the request JSON and validate it against the Lambda

environment variables.

D.

Provide the Lambda trigger with the Application ID so that it validates on the ask trigger.

Demo: 9 questions
Total 65 questions