Amazon AWS Certified Alexa Skill Builder - Specialty Exam Practice Questions (P. 1)
- 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 #1
Which of the following are ways that a user can interact with an Amazon Alexa skill using both voice and non-voice methods? (Choose three.)
- AScrolling through a list
- BSelecting an action
- CZooming in on an image
- DPausing a video
- EMuting the device
- FPairing with Bluetooth
Correct Answer:
DEF
DEF
send
light_mode
delete
Question #2
An Alexa Skill Builder wants a skill to inform the users of the number of times they have launched the skill.
What approach should the Builder take to track this information?
What approach should the Builder take to track this information?
- AStore and increment a launchCount session attribute.
- BUsing the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon DynamoDB.
- CPerform a scan of the Amazon DynamoDB table for the number of records and count each record as a skill launch.
- DSet up a global variable in the code project that increments each time the code is invoked by Amazon Alexa.
Correct Answer:
B
Reference:
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.html
B
Reference:
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.html
send
light_mode
delete
Question #3
On Amazon Alexa enabled devices with a screen, which of the following standard built-in intents are handled by Alexa on the skill's behalf and are not forwarded to the skill? (Choose three.)
- AAMAZON.NextIntent
- BAMAZON.MoreIntent
- CAMAZON.ScrollDownIntent
- DAMAZON.PreviousIntent
- EAMAZON.StartOverIntent
- FAMAZON.NavigateHomeIntent
Correct Answer:
CEF
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html
CEF
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html
send
light_mode
delete
Question #4
An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test.
What user identifier should be used to add beta testers?
What user identifier should be used to add beta testers?
- AAWS account number
- BAlexa user email address
- CAmazon vendor ID
- DAmazon customer ID
Correct Answer:
B
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa-skills.html
B
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa-skills.html
send
light_mode
delete
Question #5
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?
What two built-in intents are required to implement the AudioPlayer interface?
- AAMAZON.NextIntent and AMAZON.StopIntent
- BAMAZON.ResumeIntent and AMAZON.PauseIntent
- CAMAZON.CancelIntent and AMAZON.ResumeIntent
- DAMAZON.RepeatIntent and AMAZON.StopIntent
Correct Answer:
B
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/audioplayer-interface-reference.html
B
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/audioplayer-interface-reference.html
send
light_mode
delete
All Pages