Exit demo AXS-C01 AWS Certified Alexa Skill Builder - Specialty (AXS-C01) PDF format · free preview

Amazon AXS-C01 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/axs-c01.html

Question 1
Multiple choice

Which of the following are ways that a user can interact with an Amazon Alexa skill using both voice and non-voice methods? (Choose three.)

A.

Scrolling through a list

B.

Selecting an action

C.

Zooming in on an image

D.

Pausing a video

E.

Muting the device

F.

Pairing with Bluetooth

Question 2
Single choice

An Alexa Skill Builder wants a skill to inform the users of the number of times they have launched the skill.

What approach should the Builder take to track this information?

A.

Store and increment a launchCount session attribute.

B.

Using the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon DynamoDB.

C.

Perform a scan of the Amazon DynamoDB table for the number of records and count each record as a skill launch.

D.

Set up a global variable in the code project that increments each time the code is invoked by Amazon Alexa.

Question 3
Multiple choice

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

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.

Question 4
Multiple choice

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

Question 5
Single choice

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

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 the answer refers to?

A.

Using session attributes, store the previous question as the context for use in the AMAZON.YesIntent handler.

B.

Within the AMAZON.YesIntent handler, prompt the user to repeat the name of the animal that they like.

C.

Within the AMAZON.YesIntent handler, define a slot to store and retrieve the previously asked question.

D.

Access Amazon CloudWatch Logs and retrieve the previous question topic from the recent log messages.

Question 6
Single choice

An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test.

What user identifier should be used to add beta testers?

A.

AWS account number

B.

Alexa user email address

C.

Amazon vendor ID

D.

Amazon customer ID

Question 7
Single choice

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?

A.

AMAZON.NextIntent and AMAZON.StopIntent

B.

AMAZON.ResumeIntent and AMAZON.PauseIntent

C.

AMAZON.CancelIntent and AMAZON.ResumeIntent

D.

AMAZON.RepeatIntent and AMAZON.StopIntent

Question 8
Single choice

An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors, but the Builder is unable to turn on testing.

What could be causing this?

A.

The skill's slot types are invalid.

B.

The skill does not have an example phrase

C.

The skill does not have an invocation name

D.

The skill does not have an endpoint

Question 9
Single choice

An Alexa Skill Builder has published a skill to the Alexa Skills Store, but soon after realizes that Amazon Alexa is saying an incorrect word in one of the responses.

What is the recommended method for the Builder to correct this issue?

A.

Correct the response in a new endpoint, and after updating the In Development version of the skill, redeploy it.

B.

Access the In Development version of the skill, alter the intent that was causing the incorrect word, then resubmit the skill for certification.

C.

Edit the response in a new endpoint, and after updating the In Development version of the skill, resubmit it for certification.

D.

Correct the response in the existing endpoint of the Live version of the skill, then redeploy it.

Question 10
Single choice

An Alexa Skill Builder needs to change the invocation name of a new skill.

What status should the skill be in to make this change?

A.

In Development

B.

Build

C.

In Certification

D.

Edit

Showing 10 of 65 questions · Unlock the full set