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

Home > Amazon Web Services > AWS Certified Specialty > AXS-C01

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

Question # 4

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

A.

AMAZON.NextIntent

B.

AMAZON.MoreIntent

C.

AMAZON.ScrollDownIntent

D.

AMAZON.PreviousIntent

E.

AMAZON.StartOverIntent

F.

AMAZON.NavigateHomeIntent

Full Access
Question # 5

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

Full Access
Question # 6

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

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

Full Access
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 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 NO: and include slots for each piece of information on every intent

C.

Create three intents with one slot each. UseDialog.ElicitSlotto fill the slots.

D.

Create a single intent with three slots. Use theDialog.Delegatedirective to fill the slots.

Full Access
Question # 8

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?

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.

Full Access
Question # 9

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

How can the Builder use the Lambda console to trigger the function and debug the code?

A.

Create a Lambda test event using the JSON request as input to find the specific error within the code.

B.

Create a Lambda test event using the JSON response as output to find the specific error within the code.

C.

Check the JSON response to see if there are any syntax errors in the code.

D.

Create a Lambda test event using the JSON interaction model to find the specific error within the code.

Full Access