Multiple Choice
An Alexa Skill Builder is using session attributes to maintain a user's state. What can the Builder do to ensure that a user's session is not lost if they take too long to answer a question and the skill exists?
A) Set shouldEndSession to false in the response object to prevent the skill from exiting. Set shouldEndSession to false in the response object to prevent the skill from exiting.
B) Handle the SessionEndedRequest request type and persist the user's session to a database. Handle the SessionEndedRequest request type and persist the user's session to a database.
C) Return false from the SessionEndedRequest handler so the session does not exist. Return false from the handler so the session does not exist.
D) Return a reprompt in the response object from the SessionEndedRequest handler. Return a reprompt object from the SessionEndedRequest handler.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: An Alexa Skill Builder has built a
Q27: An Alexa Builder is working on a
Q28: An Alexa Skill Builder receives feedback from
Q29: An Alexa Skill Builder is using the
Q30: An Alexa Skill Builder published a skill
Q32: An Amazon Alexa trip planner skill has
Q33: An Alexa Skill Builder made changes to
Q34: An Amazon Alexa skill fetches data for
Q35: An Alexa Skill Builder wants to create
Q36: An Alexa Skill Builder wants to name