Amazon AWS Certified Alexa Skill Builder - Specialty Exam Practice Questions (P. 3)
- 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 #11
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?
✑ 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?
- AThe Builder did not upload a privacy policy document
- BChild-directed skills cannot use location information
- CThe child's userId cannot be used because of Personally Identifiable Information (PII) restrictions.
- DThe skill should not be child-directed as it can be used by children over 13 years old.
Correct Answer:
C
C
send
light_mode
delete
Question #12
The namespace value in the header of the incoming directive for an Amazon Alexa smart home skill specifies the:
- Acontext of the message
- Bcapability interface of the message
- Cendpoint specified in the message
- Dcontrol message for the directive
Correct Answer:
D
Reference:
https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-errorresponse.html
D
Reference:
https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-errorresponse.html
send
light_mode
delete
Question #13
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill's backend when using AWS Lambda?
- AEnsure that the session ID provided by the request to Lambda is not already in use.
- BRotate the Lambda ARN regularly to prevent others from using the service.
- CRetrieve the Application ID property from the request JSON and validate it against the Lambda environment variables.
- DProvide the Lambda trigger with the Application ID so that it validates on the ask trigger.
Correct Answer:
C
C
send
light_mode
delete
Question #14
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?
Where should the skill obtain the necessary context?
- ALoad the user's recent activity from the Intent Request History API, then use this to provide context to the AMAZON.HelpIntent request.
- BRetrieve the recent activity from the context object passed with the AMAZON.HelpIntent request.
- CUse a session attribute to store the intent name for each request, then use this to provide context to the AMAZON.HelpIntent request.
- DRetrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request.
Correct Answer:
D
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/implement-the-built-in-intents.html
D
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/implement-the-built-in-intents.html
send
light_mode
delete
Question #15
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?
Why is this happening?
- AThe colleague needs the ROLE_ADMINISTRATOR enablement.
- BThe skill was not submitted for publishing.
- CThe colleague was not made an administrator in the beta test tool.
- DThe colleague has not been added to the skill's developer account.
Correct Answer:
C
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa-skills.html
C
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa-skills.html
send
light_mode
delete
All Pages