AWS Certified Alexa Skill Builder – Specialty – Question15

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
B. Child-directed skills cannot use location information
C. The child’s userId cannot be used because of Personally Identifiable Information (PII) restrictions.
D. The skill should not be child-directed as it can be used by children over 13 years old.

Correct Answer: C

AWS Certified Alexa Skill Builder – Specialty – Question14

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.
B. Create a developer account for the specific locale, and use a device to interact with the skill.
C. Use Voice & Tone tab in the developer console to play the statement using the selected locale.
D. Use the Manual JSON tab in the developer console to create a sample JSON response

AWS Certified Alexa Skill Builder – Specialty – Question13

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

AWS Certified Alexa Skill Builder – Specialty – Question12

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
B. In Amazon DynamoDB
C. In the skill’s session object
D. In the skills’s request object

AWS Certified Alexa Skill Builder – Specialty – Question11

An Alexa Skill Builder is building an order reporting skill. Occasionally, users need to enter 30-digit 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.
B. Use multiple requests for smaller segments of the code and store the data in session attributes.
C. Enter single digits one request at a time.
D. Request that users send the number using the Amazon Alexa app

Correct Answer: A

AWS Certified Alexa Skill Builder – Specialty – Question10

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?

A.
In Development
B. Build
C. In Certification
D. Edit

AWS Certified Alexa Skill Builder – Specialty – Question09

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?

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.

Correct Answer: A

AWS Certified Alexa Skill Builder – Specialty – Question08

An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors, but the Builder is unable to turn on testing.
What could be causing this?

A.
The skill’s slot types are invalid.
B. The skill does not have an example phrase
C. The skill does not have an invocation name
D. The skill does not have an endpoint

AWS Certified Alexa Skill Builder – Specialty – Question07

An Alexa Skill Builder is developing a custom skill to play a live audio stream. What two built-in intents are required to implement the AudioPlayer interface?

A.
AMAZON.NextIntent and AMAZON.StopIntent
B. AMAZON.ResumeIntent and AMAZON.PauseIntent
C. AMAZON.CancelIntent and AMAZON.ResumeIntent
D. AMAZON.RepeatIntent and AMAZON.StopIntent

AWS Certified Alexa Skill Builder – Specialty – Question06

An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test. What user identifier should be used to add beta testers?

A.
AWS account number
B. Alexa user email address
C. Amazon vendor ID
D. Amazon customer ID