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

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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

Options:

A.

AMAZON.NextIntent


B.

AMAZON.MoreIntent


C.

AMAZON.ScrollDownIntent


D.

AMAZON.PreviousIntent


E.

AMAZON.StartOverIntent


F.

AMAZON.NavigateHomeIntent


Expert Solution
Questions # 2:

An Alexa Skill Builder receives feedback from users that a specific utterance causes Amazon Alexa to trigger the skill’sAMAZON.HelpIntentrather than triggering the correct intent and slot.

How can the Builder reproduce this behavior to troubleshoot the problem?

Options:

A.

Use the AWS Lambda test feature to send a request with the given intent and slot combination.


B.

Set up a unit test in the code base to simulate what happens when the given intent and slot combination

are dispatched within the skill.


C.

Use the Manual JSON tab on the Test page of the developer console to see what happens when a request

for the given intent and slot combination is sent to the skill


D.

Use the Alexa Simulator tab on the Test page of the developer console to test the utterances the users

have reported.


Expert Solution
Questions # 3:

An Alexa Skill Builder has created a custom skill about basketball including aHowToPlayBasketballintent.

When looking at the Intent History page in the developer console, the Builder sees that a number of users are

asking the skill how to play baseball. The Builder wants to add a relevant response directing the user back to

the topic of basketball.

How should the Builder implement this?

Options:

A.

AddAMAZON.FallbackIntentand respond with a message about baseball in the handler


B.

Create a custom intent related to baseball, and when matched, provide a relevant response


C.

Add more sample utterances related to baseball in theHowToPlayBasketballintent


D.

Create a new custom baseball slot and add a slot-filling utterance to theHowToPlayBasketballintent.


Expert Solution
Questions # 4:

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.


Expert Solution
Questions # 5:

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

the:

Options:

A.

context of the message


B.

capability interface of the message


C.

endpoint specified in the message


D.

control message for the directive


Expert Solution
Questions # 6:

An Alexa Skill Builder is developing a skill that must send an initial welcome email to each new user.

What combination of features would the Builder use to satisfy this requirement? (Choose two.)

Options:

A.

Alexa Settings API


B.

Entity resolution


C.

Customer Profile API


D.

Device Address API


E.

Data persistence


Expert Solution
Questions # 7:

Which of the following occur when a beta test of a live skill times out? (Choose two.)

Options:

A.

The beta tester will lose access to the beta skill and will need to reenable the live skill


B.

The beta tester will receive an email saying the beta test has ended


C.

The administrator will receive an email confirming that the beta tester has been removed


D.

The beta tester will lose access to the beta skill but will maintain access to the live skill


E.

The beta skill history in the Amazon Alexa app will disappear once the beta test has ended


Expert Solution
Questions # 8:

An Alexa Skill Builder is creating a skill that will identify an actor who spoke a famous piece of movie dialog, given just the dialog text and an optional movie name. The Builder created theFindActorIntentas shown below, but Amazon Alexa returns an error when it builds the model.

Question # 8

Why is Alexa failing to build the model?

Options:

A.

Intents can have one built-in slot type only


B.

All sample utterances within an intent should have both slots


C.

SearchQueryis combined with another intent slot in an utterance.


D.

“Dialog”is a reserved keyword in the Alexa Interaction Model schemA.


Expert Solution
Questions # 9:

An Alexa Skill Builder made changes to an AWS Lambda function that is used as the endpoint for a skill. The

Builder discovers that the skill now returns an error when it is launched.

How can the Builder use the Lambda console to trigger the function and debug the code?

Options:

A.

Create a Lambda test event using the JSON request as input to find the specific error within the code.


B.

Create a Lambda test event using the JSON response as output to find the specific error within the code.


C.

Check the JSON response to see if there are any syntax errors in the code.


D.

Create a Lambda test event using the JSON interaction model to find the specific error within the code.


Expert Solution
Questions # 10:

A skill contains aPlanMyTripintent configured to require slotsfromCityandtoCity. It contains the

following interaction:

Alexa: What city are you leaving from?

User: I’m leaving from Seattle.

Alexa: You want to fly out of Seattle Tacoma International Airport, right?

User: Yes

Which of the following should the Builder use to confirm the value of thefromCityslot only? (Choose two.)

Options:

A.

Use theDialog.ConfirmSlotdirective, including the full airport name in theoutputSpeechobject.


B.

Use theDialog.ConfirmIntentdirective, including the full airport name in theupdatedIntent

object.


C.

Use theDialog.Delegatedirective, including the full airport name in theupdatedIntentobject.


D.

Use theDialog.Delegatedirective, including the full airport name in theoutputSpeechobject.


E.

Use theDialog.ElicitSlotdirective, including the full airport name in theupdatedIntentobject.


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions