nerdexam
Amazon

AXS-C01 · Question #17

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?

The correct answer is B. Using the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon. https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-

Network Management and Operation

Question

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?

Options

  • AStore and increment a launchCount session attribute.
  • BUsing the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon
  • CPerform a scan of the Amazon DynamoDB table for the number of records and count each record
  • DSet up a global variable in the code project that increments each time the code is invoked by

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    83% (20)
  • C
    4% (1)
  • D
    8% (2)

Explanation

https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-

Topics

#DynamoDB#persistent attributes#ASK SDK#session state management

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice