Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

AWS Certified Alexa Skill Builder - Specialty Question and Answers

AWS Certified Alexa Skill Builder - Specialty

Last Update Apr 25, 2024
Total Questions : 65

We are offering FREE AXS-C01 Amazon Web Services exam questions. All you do is to just go and sign up. Give your details, prepare AXS-C01 free exam questions and then go for complete pool of AWS Certified Alexa Skill Builder - Specialty test questions that will help you more.

AXS-C01 pdf

AXS-C01 PDF

$35  $99.99
AXS-C01 Engine

AXS-C01 Testing Engine

$42  $119.99
AXS-C01 PDF + Engine

AXS-C01 PDF + Testing Engine

$56  $159.99
Questions 1

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?

Options:

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

Discussion 0
Questions 2

An Alexa Skill Builder submitted a child-directed skill for certification that lists the nearest skateboard parks.

The Builder ensured that

  • The skill does not link to an external account
  • The skill stored the child’s preference byuserId
  • The skill has a valid privacy policy link in the skill Distribution page

Given this information, why will the skill fail certification?

Options:

A.  

The Builder did not upload a privacy policy document

B.  

Child-directed skills cannot use location information

C.  

The child’suserIdcannot be used because of Personally Identifiable Information (PII) restrictions.

D.  

The skill should not be child-directed as it can be used by children over 13 years old.

Discussion 0
Questions 3

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?

Options:

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.

Discussion 0
Questions 4

An Alexa Skill Builder is developing a custom skill and needs to verify that the correct slot values are being

passed into the AWS Lambda function.

According to best practices, what is the MOST efficient way to capture this information?

Options:

A.  

Add a logging statement to write the event request to Amazon CloudWatch Logs.

B.  

Add an API call to write the environment variables to an Amazon S3 bucket when the function is invoked.

C.  

Add an API call to read the event information from AWS Cloud Trail logs and add a PutObject API call to

write to an Amazon S3 bucket.

D.  

Add a statement to parse the JSON request and save to the local disk for the Lambda function

Discussion 0
Questions 5

AMAZON.MoreIntentis comparable to which of the following Amazon Alexa intents? (Choose two.)

Options:

A.  

AMAZON.ResumeIntent

B.  

AMAZON.ScrollDownIntent

C.  

AMAZON.RepeatIntent

D.  

AMAZON.ScrollRightIntent

E.  

AMAZON.LoopOnIntent

Discussion 0
Questions 6

An Alexa Skill Builder wants to name a skill using a company’s branded acronym, “NAT Systems.”

Which invocation name is valid?

Options:

A.  

n a t systems

B.  

n-a-t systems

C.  

n. A. t. systems

D.  

NAT Systems

Discussion 0
Questions 7

The information below details a portion of an interaction model in JSON:

What is wrong with this interaction model?

Options:

A.  

The intent naming convention is not valid in the situation.

B.  

The two intents do not have unique slots.

C.  

The two intents do not have unique utterances.

D.  

The JSON is not properly constructed and would cause an error.

Discussion 0
Questions 8

An Alexa Skill Builder did not include a display template in a skill.

When the skill is used with an Amazon Alexa enabled device with a screen, cards used in the skill are:

Options:

A.  

rendered as a gray screen.

B.  

rendered using the skill icon as the foreground image.

C.  

rendered using the skill icon as the background image.

D.  

rendered usingBodyTemplate1.

Discussion 0
Questions 9

An Alexa Skill Builder is using session attributes to maintain a user’s state.

What can the Builder do to ensure that a user’s session is not lost if they take too long to answer a question and the skill exists?

Options:

A.  

SetshouldEndSessiontofalsein theresponseobject to prevent the skill from exiting.

B.  

Handle theSessionEndedRequestrequest type and persist the user’s session to a database.

C.  

Returnfalsefrom theSessionEndedRequesthandler so the session does not exist.

D.  

Return arepromptin theresponseobject from theSessionEndedRequesthandler.

Discussion 0