ExamGecko
Home Home / Amazon / AXS-C01

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

Question list
Search
Search

List of questions

Search

Related questions











An Alexa Skill Builder is building an order reporting skill. Occasionally, users need to enter 30digit serial codes.

How can this be accomplished while providing a good voice user interface experience?

A.
Manually extend the timeout so that users can input all the numbers.
A.
Manually extend the timeout so that users can input all the numbers.
Answers
B.
Use multiple requests for smaller segments of the code and store the data in session attributes.
B.
Use multiple requests for smaller segments of the code and store the data in session attributes.
Answers
C.
Enter single digits one request at a time.
C.
Enter single digits one request at a time.
Answers
D.
Request that users send the number using the Amazon Alexa app
D.
Request that users send the number using the Amazon Alexa app
Answers
Suggested answer: A

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?

A.
In a JSON file along with the skill’s AWS Lambda function
A.
In a JSON file along with the skill’s AWS Lambda function
Answers
B.
In Amazon DynamoDB
B.
In Amazon DynamoDB
Answers
C.
In the skill’s session object
C.
In the skill’s session object
Answers
D.
In the skills’s request object
D.
In the skills’s request object
Answers
Suggested answer: C

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/in-skill-purchase/add-isps-to-a-skill.html

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?

A.
Add a logging statement to write the event request to Amazon CloudWatch Logs.
A.
Add a logging statement to write the event request to Amazon CloudWatch Logs.
Answers
B.
Add an API call to write the environment variables to an Amazon S3 bucket when the function is invoked.
B.
Add an API call to write the environment variables to an Amazon S3 bucket when the function is invoked.
Answers
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.
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.
Answers
D.
Add a statement to parse the JSON request and save to the local disk for the Lambda function
D.
Add a statement to parse the JSON request and save to the local disk for the Lambda function
Answers
Suggested answer: D

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/validate-slot-values.html

Before beginning the development of a skill, an Alexa Skill Builder wants to hear how a statement will be pronounced by Amazon Alexa in another locale.

How should the Builder test the pronounciation of the statement?

A.
Use the Alexa Simulator tab in the developer console to interact with the skill using the selected locale.
A.
Use the Alexa Simulator tab in the developer console to interact with the skill using the selected locale.
Answers
B.
Create a developer account for the specific locale, and use a device to interact with the skill.
B.
Create a developer account for the specific locale, and use a device to interact with the skill.
Answers
C.
Use Voice & Tone tab in the developer console to play the statement using the selected locale.
C.
Use Voice & Tone tab in the developer console to play the statement using the selected locale.
Answers
D.
Use the Manual JSON tab in the developer console to create a sample JSON response
D.
Use the Manual JSON tab in the developer console to create a sample JSON response
Answers
Suggested answer: C

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/devconsole/test-your-skill.html

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 by userId

The skill has a valid privacy policy link in the skill Distribution page

Given this information, why will the skill fail certification?

A.
The Builder did not upload a privacy policy document
A.
The Builder did not upload a privacy policy document
Answers
B.
Child-directed skills cannot use location information
B.
Child-directed skills cannot use location information
Answers
C.
The child’s userId cannot be used because of Personally Identifiable Information (PII) restrictions.
C.
The child’s userId cannot be used because of Personally Identifiable Information (PII) restrictions.
Answers
D.
The skill should not be child-directed as it can be used by children over 13 years old.
D.
The skill should not be child-directed as it can be used by children over 13 years old.
Answers
Suggested answer: C

The namespace value in the header of the incoming directive for an Amazon Alexa smart home skill specifies the:

A.
context of the message
A.
context of the message
Answers
B.
capability interface of the message
B.
capability interface of the message
Answers
C.
endpoint specified in the message
C.
endpoint specified in the message
Answers
D.
control message for the directive
D.
control message for the directive
Answers
Suggested answer: D

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-errorresponse.html

According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill’s backend when using AWS Lambda?

A.
Ensure that the session ID provided by the request to Lambda is not already in use.
A.
Ensure that the session ID provided by the request to Lambda is not already in use.
Answers
B.
Rotate the Lambda ARN regularly to prevent others from using the service.
B.
Rotate the Lambda ARN regularly to prevent others from using the service.
Answers
C.
Retrieve the Application ID property from the request JSON and validate it against the Lambda environment variables.
C.
Retrieve the Application ID property from the request JSON and validate it against the Lambda environment variables.
Answers
D.
Provide the Lambda trigger with the Application ID so that it validates on the ask trigger.
D.
Provide the Lambda trigger with the Application ID so that it validates on the ask trigger.
Answers
Suggested answer: C

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?

A.
Load the user’s recent activity from the Intent Request History API, then use this to provide context to the AMAZON.HelpIntent request.
A.
Load the user’s recent activity from the Intent Request History API, then use this to provide context to the AMAZON.HelpIntent request.
Answers
B.
Retrieve the recent activity from the context object passed with the AMAZON.HelpIntent request.
B.
Retrieve the recent activity from the context object passed with the AMAZON.HelpIntent request.
Answers
C.
Use a session attribute to store the intent name for each request, then use this to provide context to the AMAZON.HelpIntent request.
C.
Use a session attribute to store the intent name for each request, then use this to provide context to the AMAZON.HelpIntent request.
Answers
D.
Retrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request.
D.
Retrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request.
Answers
Suggested answer: D

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/implement-the-built-in-intents.html

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?

A.
The colleague needs the ROLE_ADMINISTRATOR enablement.
A.
The colleague needs the ROLE_ADMINISTRATOR enablement.
Answers
B.
The skill was not submitted for publishing.
B.
The skill was not submitted for publishing.
Answers
C.
The colleague was not made an administrator in the beta test tool.
C.
The colleague was not made an administrator in the beta test tool.
Answers
D.
The colleague has not been added to the skill’s developer account.
D.
The colleague has not been added to the skill’s developer account.
Answers
Suggested answer: C

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa-skills.html

An Alexa Skill Builder is developing a skill using AWS Lambda. When invoking the skill, Amazon Alexa responds "There was a problem with the requested skill’s response."

The following message is displayed in Amazon CloudWatch Logs for the Lambda function.

Which of the following actions will resolve the problem?

A.
Define a new intent named Unhandled in the skill interaction model and add an Unhandled intent handler to the Lambda function.
A.
Define a new intent named Unhandled in the skill interaction model and add an Unhandled intent handler to the Lambda function.
Answers
B.
Add an .addErrorHandlers(<function>) attribute to the SkillBuilder object and define a function to display detailed information about the error, then respond verbally to the user.
B.
Add an .addErrorHandlers(<function>) attribute to the SkillBuilder object and define a function to display detailed information about the error, then respond verbally to the user.
Answers
C.
Add an intent handler for the SessionEndedRequest intent to the Lambda function to display detailed information about the error.
C.
Add an intent handler for the SessionEndedRequest intent to the Lambda function to display detailed information about the error.
Answers
D.
Add additional logic to the AMAZON.StopIntent handler in the Lambda function to display detailed information about the error.
D.
Add additional logic to the AMAZON.StopIntent handler in the Lambda function to display detailed information about the error.
Answers
Suggested answer: B

Explanation:

Reference: https://forums.developer.amazon.com/questions/201658/input-request-reason-error-type-invalid-response-1.html

Total 65 questions
Go to page: of 7