Pass the Amazon Web Services AWS Certified Specialty AXS-C01 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

An Alexa Skill Builder would like to improve a skill’s help experience. To do this, the Builder plans to leverage

the user’s activity leading up to the help request to contextualize the help response.

Where should the skill obtain the necessary context?

Options:

A.

Load the user’s recent activity from the Intent Request History API, then use this to provide context to the

AMAZON.HelpIntentrequest.


B.

Retrieve the recent activity from thecontextobject passed with theAMAZON.HelpIntentrequest.


C.

Use a session attribute to store the intent name for each request, then use this to provide context to the

AMAZON.HelpIntentrequest.


D.

Retrieve the recent activity from the slot values passed with theAMAZON.HelpIntentrequest.


Expert Solution
Questions # 12:

An Alexa Skill Builder wants to implement in-skill purchasing to offer one-time purchases for access to

premium content. The Builder created an entitlement product and deployed it successfully using the ASK CLI

tool. When testing the customBuyInskillProductIntentin the developer console, the Builder receives

the following error:

Sorry, this product is not available with your current language setting.

How can this error be fixed?

Options:

A.

Change the release date and redeploy the product


B.

Change the locale in the Alexa Simulator tab in the developer console


C.

Change the AWS Lambda function to include the correct locale in theConnections.SendRequest

directive


D.

Change the language in the premium content


Expert Solution
Questions # 13:

An Alexa Skill Builder built a skill using AWS LambdA. The Lambda function works when running the code on

a local machine with a runtime of 4.5 seconds, but during skill testing, the Builder receives an error response.

Which collection of steps will address the issue? (Choose two.)

Options:

A.

Change the Amazon Alexa default timeout to 5 seconds.


B.

Change the default timeout of the Lambda function to 5 seconds.


C.

Call the Progressive Response API and send a directive to reduce latency.


D.

Increase the size of the memory allocated to the Lambda function.


E.

Clone the Lambda function to another AWS Region.


Expert Solution
Questions # 14:

An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an

order status can be retrieved.

According to best practices, how should the PIN value be collected?

Options:

A.

UseAMAZON.SearchQuery


B.

UseAMAZON.FOUR_DIGIT_NUMBER


C.

Use multiple slots of typeAMAZON.NUMBER


D.

Use a custom slot with zero to nine as values.


Expert Solution
Questions # 15:

An Alexa Builder is working on a skill for music streaming. When a user says, “Alexa, stop” the skill needs to know where the user was in the song, so that when returning to the skill in a new session, the song can pick up where it left off.

Which section of the following JSON contains the data indicating where the song left off?

Question # 15

Options:

A.

session.attributes


B.

Context.AudioPlayer


C.

session.user


D.

context.System.device.supportedInterfaces.AudioPlayer


Expert Solution
Questions # 16:

During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in

theaddErrorHandlermethod specified on theSkillBuilderobject. Upon inspection of Amazon

CloudWatch Logs, the Alexa Skill Builder establishes that the failure is occurring whenever

AMAZON.HelpIntentis being received.

How should this error be corrected?

Options:

A.

AMAZON.HelpIntentshould be handled by the SDK. The Builder should raise a support ticket with

Amazon.


B.

The Builder should ensure that the intent handler is coded so that it tests forAMAZON.HelpIntentin its

canHandlemethod, and when detected, returnstrue.


C.

The Builder should add logic to provide help instructions to the function defined in theaddErrorHandler

method specified on theSkillBuilderobject.


D.

The Builder should add anAMAZON.HelpIntententry to the interaction model to ensure the request for

help is recognized by the skill.


Expert Solution
Questions # 17:

An Alexa Skill Builder published a skill and now wants to update it.

Which of the following changes will make it necessary to have the skill re-certified? (Choose two.)

Options:

A.

Adding a new intent in the interaction model


B.

Changing the text of a skill response


C.

Adding a sentence to the skill description


D.

Changing the URL of the image on a skill card


E.

Updating the backend to point to a new database


Expert Solution
Questions # 18:

A travel booking skill has slot elicitation forfromCity,toCity, andtravelDateinside of a dialog. After going live, the skill is getting negative reviews stating that the skill does not understand the city names when customers try to book travel.

The Alexa Skill Builder addsAMAZON.FallbackIntentto the interaction model with the goal of providing better messaging for out-of-domain utterances.

Why will the addition ofAMAZON.FallbackIntentfail to resolve the customer issue?

Options:

A.

AMAZON.FallbackIntentwill not be triggered in the middle of a dialog.


B.

A handler cannot be added to a Live skill.


C.

AMAZON.FallbackIntentwill cause the slot values to be incorrectly mapped.


D.

AMAZON.FallbackIntentcannot be present in a skill with aDialogdirective.


Expert Solution
Questions # 19:

An Alexa Skill Builder is interested in gathering information about returning users.

What analytics tool in the developer console would provide the Builder with this information?

Options:

A.

Customers


B.

Interaction Path


C.

Sessions


D.

Retention


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions