Amazon AWS Certified Alexa Skill Builder - Specialty Exam Practice Questions (P. 5)
- 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 #21
An Alexa Skill Builder is using Amazon S3 to stream large quantities of static audio and video content throughout the world with an Amazon Alexa skill.
Which additional AWS service will help the Builder decrease latency and improve the reliability of the streaming media content for the global audience?
Which additional AWS service will help the Builder decrease latency and improve the reliability of the streaming media content for the global audience?
- AAWS Cloud9
- BAmazon Kinesis
- CAmazon Route 53
- DAmazon CloudFront
Correct Answer:
D
Reference:
https://developer.amazon.com/blogs/alexa/post/87f73844-d971-4ac3-b274-bf0d93031bcd/build-more-engaging-skills-using-aws
D
Reference:
https://developer.amazon.com/blogs/alexa/post/87f73844-d971-4ac3-b274-bf0d93031bcd/build-more-engaging-skills-using-aws
send
light_mode
delete
Question #22
An Alexa Skill Builder needs to have knowledge of the previous prompt that was presented to the user in order to give context to the user's response.
How can the Builder accomplish this?
How can the Builder accomplish this?
- AFind the corresponding prompt using the list events feature
- BStore a reference to the prompt used as a session attribute
- CCall the Intent Request History API to identify which prompt was used.
- DParse the context object from the skill request.
Correct Answer:
C
C
send
light_mode
delete
Question #23
What are the prerequisites for implementing account linking for Amazon Alexa smart home skills?
- AOAuth 2.0 with either implicit grant flow or authorization code grant flow
- BOAuth 2.0 with authorization code grant flow
- COpenID Connect wit JSON.Web Token (JWT)
- DOAuth 1.0/2.0 with implicit grant flow
Correct Answer:
B
Reference:
https://developer.amazon.com/en-US/docs/alexa/account-linking/account-linking-for-sh-and-other.html#prerequisites
B
Reference:
https://developer.amazon.com/en-US/docs/alexa/account-linking/account-linking-for-sh-and-other.html#prerequisites
send
light_mode
delete
Question #24
An Alexa Skill Builder is developing a skill that enables users to purchase train tickets. The Builder wants to give users the ability to modify the departure time if they are misunderstood, before the skill proceeds to purchase the tickets.
Which option should be used to implement this functionality within the session?
Which option should be used to implement this functionality within the session?
- AImplement AMAZON.FallbackIntent so the user can stop the execution when they have been misunderstood.
- BImplement AMAZON.StopIntent so the user can stop the execution and implement reprompt with a new invocation of the skill.
- CImplement AMAZON.CancelIntent so the user can cancel the order, then set shouldEndSession to false, and prompt the user for the next action.
- DImplement the welcome message, providing clear instructions to the user describing how to format an order.
Correct Answer:
C
C
send
light_mode
delete
Question #25
An Alexa Skill Builder built a skill using AWS Lambda. The Lambda function works when running the code on a local machine with a runtime of 4.5 seconds, but during skill testing, the Builder receives an error response.
Which collection of steps will address the issue? (Choose two.)
Which collection of steps will address the issue? (Choose two.)
- AChange the Amazon Alexa default timeout to 5 seconds.
- BChange the default timeout of the Lambda function to 5 seconds.
- CCall the Progressive Response API and send a directive to reduce latency.
- DIncrease the size of the memory allocated to the Lambda function.
- EClone the Lambda function to another AWS Region.
Correct Answer:
BE
BE
send
light_mode
delete
All Pages