ExamGecko
Home / Amazon / AXS-C01 / List of questions
Ask Question

Amazon AXS-C01 Practice Test - Questions Answers, Page 3

List of questions

Question 21

Report
Export
Collapse

An Amazon Alexa skill fetches data for users from a third-party API and the wait for the response from that call is variable, often taking up to 5 seconds.

What is the recommended method for notifying users that a skill is working on the request and has not failed to respond?

Prefetch the data that is expected to the required by the skill from the third-party API using Amazon CloudWatch Events.
Prefetch the data that is expected to the required by the skill from the third-party API using Amazon CloudWatch Events.
Call the Progressive Response API and send a directive, such as VoicePlayer.Speak
Call the Progressive Response API and send a directive, such as VoicePlayer.Speak
Ask a follow-up question for clarification to engage the user while waiting for the initially requested response.
Ask a follow-up question for clarification to engage the user while waiting for the initially requested response.
Respond to the user stating that the data will be ready soon, and upon the next launch of the skill, provide the user with the response they initially requested.
Respond to the user stating that the data will be ready soon, and upon the next launch of the skill, provide the user with the response they initially requested.
Suggested answer: B

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/send-the-user-a-progressive-response.html

asked 16/09/2024
Brian scott
28 questions

Question 22

Report
Export
Collapse

An Alexa Skill Builder has created a custom skill about basketball including a HowToPlayBasketball intent. 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?

Add AMAZON.FallbackIntent and respond with a message about baseball in the handler
Add AMAZON.FallbackIntent and respond with a message about baseball in the handler
Create a custom intent related to baseball, and when matched, provide a relevant response
Create a custom intent related to baseball, and when matched, provide a relevant response
Add more sample utterances related to baseball in the HowToPlayBasketball intent
Add more sample utterances related to baseball in the HowToPlayBasketball intent
Create a new custom baseball slot and add a slot-filling utterance to the HowToPlayBasketball intent.
Create a new custom baseball slot and add a slot-filling utterance to the HowToPlayBasketball intent.
Suggested answer: A

Explanation:

Reference: https://developer.amazon.com/blogs/alexa/post/c97f3bb7-9701-41e8-ac06-a3a44b9f1638/use-the-new-fallback-intent-to-respond-gracefully-to-unexpected-customer-requests

asked 16/09/2024
Mikolaj Roeper
36 questions

Question 23

Report
Export
Collapse

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?

Set shouldEndSession to false in the response object to prevent the skill from exiting.
Set shouldEndSession to false in the response object to prevent the skill from exiting.
Handle the SessionEndedRequest request type and persist the user’s session to a database.
Handle the SessionEndedRequest request type and persist the user’s session to a database.
Return false from the SessionEndedRequest handler so the session does not exist.
Return false from the SessionEndedRequest handler so the session does not exist.
Return a reprompt in the response object from the SessionEndedRequest handler.
Return a reprompt in the response object from the SessionEndedRequest handler.
Suggested answer: A

Explanation:

Reference: https://developer.amazon.com/blogs/alexa/post/08edaa00-59e2-46b7-aace-4080f2a87450/using-session-attributes-in-your-alexa-skill-to-enhance-the-voice-experience

asked 16/09/2024
Dennis Spring
45 questions

Question 24

Report
Export
Collapse

An Alexa Skill Builder built a skill with the following interaction model:

Amazon AXS-C01 image Question 24 635 09162024005413000000

Which utterance would invoke HelloIntent?

"Alexa, use my first skill to say hello."
"Alexa, use my first skill to say hello."
"Alexa, ask my first skill to say hello to John."
"Alexa, ask my first skill to say hello to John."
"Alexa, open my first skill."
"Alexa, open my first skill."
"Alexa, say hello to my first skill."
"Alexa, say hello to my first skill."
Suggested answer: D
asked 16/09/2024
Zuzana Combs
26 questions

Question 25

Report
Export
Collapse

A travel booking skill has slot elicitation for fromCity, toCity, and travelDate inside 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 adds AMAZON.FallbackIntent to the interaction model with the goal of providing better messaging for out-of-domain utterances.

Why will the addition of AMAZON.FallbackIntent fail to resolve the customer issue?

AMAZON.FallbackIntent will not be triggered in the middle of a dialog.
AMAZON.FallbackIntent will not be triggered in the middle of a dialog.
A handler cannot be added to a Live skill.
A handler cannot be added to a Live skill.
AMAZON.FallbackIntent will cause the slot values to be incorrectly mapped.
AMAZON.FallbackIntent will cause the slot values to be incorrectly mapped.
AMAZON.FallbackIntent cannot be present in a skill with a Dialog directive.
AMAZON.FallbackIntent cannot be present in a skill with a Dialog directive.
Suggested answer: A
asked 16/09/2024
Michael Akinpelu
34 questions

Question 26

Report
Export
Collapse

An Alexa Skill Builder is developing a skill containing a multi-turn dialog that can be invoked with or without a specific intent request. On invocation, the skill needs to retrieve persistent attributes that have been saved by a previous invocation, and then copy them into session attributes.

How should the Builder implement this functionality?

Place logic within the skill’s SessionEndedRequest intent handler to copy the persistent attributes into the session attributes.
Place logic within the skill’s SessionEndedRequest intent handler to copy the persistent attributes into the session attributes.
Implement ResponseInterceptor containing logic that takes the current persistent attributes and copies them into session attributes.
Implement ResponseInterceptor containing logic that takes the current persistent attributes and copies them into session attributes.
Include logic within the LaunchRequest intent handler to retrieve persistent attributes and copy them into session attributes.
Include logic within the LaunchRequest intent handler to retrieve persistent attributes and copy them into session attributes.
Implement RequestInterceptor containing logic which for new sessions, retrieves persistent attributes and copies them into session attributes
Implement RequestInterceptor containing logic which for new sessions, retrieves persistent attributes and copies them into session attributes
Suggested answer: A

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.html

asked 16/09/2024
Venkat Burri
43 questions

Question 27

Report
Export
Collapse

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

Alexa Settings API
Alexa Settings API
Entity resolution
Entity resolution
Customer Profile API
Customer Profile API
Device Address API
Device Address API
Data persistence
Data persistence
Suggested answer: A, C
asked 16/09/2024
Faqeer Ali
42 questions

Question 28

Report
Export
Collapse

An Alexa Skill Builder is using Amazon S3 to stream large quantities of static audio and video content throughout the world with an Amazon Alexa skill.

Which additional AWS service will help the Builder decrease latency and improve the reliability of the streaming media content for the global audience?

AWS Cloud9
AWS Cloud9
Amazon Kinesis
Amazon Kinesis
Amazon Route 53
Amazon Route 53
Amazon CloudFront
Amazon CloudFront
Suggested answer: D

Explanation:

Reference: https://developer.amazon.com/blogs/alexa/post/87f73844-d971-4ac3-b274-bf0d93031bcd/build-more-engaging-skills-using-aws

asked 16/09/2024
Osman Rana
36 questions

Question 29

Report
Export
Collapse

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 the FindActorIntent as shown below, but Amazon Alexa returns an error when it builds the model.

Amazon AXS-C01 image Question 29 640 09162024005413000000

Why is Alexa failing to build the model?

Intents can have one built-in slot type only
Intents can have one built-in slot type only
All sample utterances within an intent should have both slots
All sample utterances within an intent should have both slots
SearchQuery is combined with another intent slot in an utterance.
SearchQuery is combined with another intent slot in an utterance.
"Dialog" is a reserved keyword in the Alexa Interaction Model schema.
"Dialog" is a reserved keyword in the Alexa Interaction Model schema.
Suggested answer: C

Explanation:

Reference: https://forums.developer.amazon.com/questions/112932/got-error-code-invalidintentsamplephraseslot.html

asked 16/09/2024
Abdulilah Alhousainy
35 questions

Question 30

Report
Export
Collapse

An Alexa Skill Builder needs to have knowledge of the previous prompt that was presented to the user in order to give context to the user’s response.

How can the Builder accomplish this?

Find the corresponding prompt using the list events feature
Find the corresponding prompt using the list events feature
Store a reference to the prompt used as a session attribute
Store a reference to the prompt used as a session attribute
Call the Intent Request History API to identify which prompt was used.
Call the Intent Request History API to identify which prompt was used.
Parse the context object from the skill request.
Parse the context object from the skill request.
Suggested answer: C
asked 16/09/2024
tirou RANGA
34 questions
Total 65 questions
Go to page: of 7
Search

Related questions