nerdexam
Amazon

AXS-C01 · Question #30

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…

The correct answer is C. In the skill's session object. https://developer.amazon.com/en-US/docs/alexa/in-skill-purchase/add-isps-to-a-skill.html

Designing the Technical Implementation

Question

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?

Options

  • 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

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    15% (6)
  • C
    73% (29)
  • D
    8% (3)

Explanation

https://developer.amazon.com/en-US/docs/alexa/in-skill-purchase/add-isps-to-a-skill.html

Topics

#persistent storage#session attributes#cross-session state#interactive story

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice