Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

AXS-C01 Questions and Answers

Question # 6

An Alexa Skill Builder adds a colleague to a skill using the beta test feature. The colleague logs in to the

developer console to edit the interaction model and cannot see the skill.

Why is this happening?

A.

The colleague needs theROLE_ADMINISTRATORenablement.

B.

The skill was not submitted for publishing.

C.

The colleague was not made an administrator in the beta test tool.

D.

The colleague has not been added to the skill’s developer account.

Full Access
Question # 7

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?

A.

AWS Cloud9

B.

Amazon Kinesis

C.

Amazon Route 53

D.

Amazon CloudFront

Full Access
Question # 8

Thenamespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies

the:

A.

context of the message

B.

capability interface of the message

C.

endpoint specified in the message

D.

control message for the directive

Full Access
Question # 9

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