Weekend Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Your Path to Success: How to Pass the Amazon Web Services AXS-C01 AWS Certified Alexa Skill Builder-Specialty Exam

Questions 11

An Alexa Skill Builder wants to customize a welcome back message for each person who uses the skill. The JSON input is shown below:

AXS-C01 Question 11

Which element from the request would the Builder use to accomplish this?

Options:

A.

sessionId

B.

userId

C.

requestId

D.

applicationId

Buy Now
Questions 12

An Amazon Alexa interactive story skill needs to provide users with the option to resume the skill from where

users left off when they last used the skill.

Where should the data be stored to ensure that the skill will start at the correct location?

Options:

A.

In a JSON file along with the skill’s AWS Lambda function

B.

In Amazon DynamoDB

C.

In the skill’ssessionobject

D.

In the skills’srequestobject

Buy Now
Questions 13

An Alexa Skill Builder implemented the built-in intentAMAZON.HelpIntent. In some cases, users are asking

for help using phrases that are specific to a skill’s terminology. Amazon Alexa does not understand these

phrases are help requests, and they are not being routed toAMAZON.HelpIntent.

According to best practices, how can this situation be corrected?

Options:

A.

Create custom intents using the help utterances that are specific to the skill, and remove

AMAZON.HelpIntent.

B.

UseAMAZON.FallbackIntentto capture spoken phrases that do not matchAMAZON.HelpIntent,

then determine if the user needs help.

C.

Define custom slots forAMAZON.HelpIntentto capture the additional details in the users’ help requests

D.

Extend the standard built-inAMAZON.HelpIntentusing additional samples in the skill’s interaction model

Buy Now
Questions 14

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?

Options:

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.

Buy Now
Questions 15

An Alexa Skill Builder is developing a complex skill to help users purchase items. The Builder has implemented the defaultAMAZON.HelpIntent, but when users ask for help they always reach the same unhelpful result.

How should the Builder enhance the experience to guide the users toward the end goal?

Options:

A.

Check the state of the user conversation whenAMAZON.HelpIntentis received to give contextual responses.

B.

ImplementAMAZON.FallbackIntentto give a response when an utterance is not understood.

C.

Extend the defaultAMAZON.HelpIntentwith more sample utterances.

D.

Implement a custom intent users can request when they need help.

Buy Now
Questions 16

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?

Options:

A.

In Development

B.

Build

C.

In Certification

D.

Edit

Buy Now
Questions 17

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?

Options:

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.

Buy Now
Questions 18

An Alexa Skill Builder is developing a skill using AWS LambdA. The Builder made some backend code

changes, then tested the skill on an Amazon Echo device. When invoking the skill, Amazon Alexa replies with

“There was a problem with the requested skill’s response”.

How can the Builder troubleshoot this problem?

Options:

A.

Use Amazon CloudWatch to check the most recent execution log and see if an error is present.

B.

Use Amazon DynamoDB and export a copy of the log database, then search for error messages.

C.

Use the developer console to rebuild the model, then invoke the skill again with the invocation name.

D.

Use the developer console to addAMAZON.LaunchRequestto the interaction model, rebuild the model,

then invoke the skill again.

Buy Now
Questions 19

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

Options:

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

Buy Now