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

AXS-C01 Exam Dumps - AWS Certified Alexa Skill Builder - Specialty

Question # 4

What are the prerequisites for implementing account linking for Amazon Alexa smart home skills?

A.

OAuth 2.0 with either implicit grant flow or authorization code grant flow

B.

OAuth 2.0 with authorization code grant flow

C.

OpenID Connect wit JSON.Web Token (JWT)

D.

OAuth 1.0/2.0 with implicit grant flow

Full Access
Question # 5

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?

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.

Full Access
Question # 6

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

Full Access
Question # 7

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

Full Access
Question # 8

When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output isnull.

What is the MOST likely cause?

A.

The AWS Lambda function is encountering an error and is not returning a result.

B.

The endpoint ARN has not been configured

C.

The ASK has not been granted access to trigger the AWS Lambda function

D.

Skill ID verification has been disabled

Full Access
Question # 9

An Alexa Skill Builder is designing a skill with an intent that needs six slots to be filled. It is unlikely that a user

will provide all the slot values in a single utterance, so the slot fulfillment should be split up into a multi-turn

conversation.

What can the Builder do in the developer console to have Amazon Alexa elicit any missing slots, without

specifying each of the slots in the backend code?

A.

Keep track of what slots are filled in session attributes, and in the backend code, prompt the user for the

missing slots usingDialog.ElicitSlot.

B.

Mark those six slots are required, fill in the necessary prompts, and in the backend code, use the

Dialog.Delegatedirective until all slots are filled.

C.

Mark those six slots are required, fill in the necessary prompts, and in the backend code, use the

Dialog.ConfirmSlotdirective until all slots are filled

D.

Mark those six slots are required, fill in the necessary prompts, and in the backend code, use the

Dialog.ElicitSlotdirective until all slots are filled.

Full Access