Amazon AWS Certified Alexa Skill Builder - Specialty Exam Practice Questions (P. 2)
- Full Access (59 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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?
What could be causing this?
- AThe skill's slot types are invalid.
- BThe skill does not have an example phrase
- CThe skill does not have an invocation name
- DThe skill does not have an endpoint
Correct Answer:
C
Reference:
https://developer.amazon.com/en-US/docs/alexa/devconsole/test-your-skill.html
C
Reference:
https://developer.amazon.com/en-US/docs/alexa/devconsole/test-your-skill.html
send
light_mode
delete
Question #7
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?
What is the recommended method for the Builder to correct this issue?
- ACorrect the response in a new endpoint, and after updating the In Development version of the skill, redeploy it.
- BAccess the In Development version of the skill, alter the intent that was causing the incorrect word, then resubmit the skill for certification.
- CEdit the response in a new endpoint, and after updating the In Development version of the skill, resubmit it for certification.
- DCorrect the response in the existing endpoint of the Live version of the skill, then redeploy it.
Correct Answer:
A
A
send
light_mode
delete
Question #8
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?
What status should the skill be in to make this change?
- AIn Development
- BBuild
- CIn Certification
- DEdit
Correct Answer:
D
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/choose-the-invocation-name-for-a-custom-skill.html
D
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/choose-the-invocation-name-for-a-custom-skill.html
send
light_mode
delete
Question #9
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?
Where should the data be stored to ensure that the skill will start at the correct location?
- AIn a JSON file along with the skill's AWS Lambda function
- BIn Amazon DynamoDB
- CIn the skill's session object
- DIn the skills's request object
Correct Answer:
C
Reference:
https://developer.amazon.com/en-US/docs/alexa/in-skill-purchase/add-isps-to-a-skill.html
C
Reference:
https://developer.amazon.com/en-US/docs/alexa/in-skill-purchase/add-isps-to-a-skill.html
send
light_mode
delete
Question #10
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?
According to best practices, what is the MOST efficient way to capture this information?
- AAdd a logging statement to write the event request to Amazon CloudWatch Logs.
- BAdd an API call to write the environment variables to an Amazon S3 bucket when the function is invoked.
- CAdd 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.
- DAdd a statement to parse the JSON request and save to the local disk for the Lambda function
Correct Answer:
D
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/validate-slot-values.html
D
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/validate-slot-values.html
send
light_mode
delete
All Pages