Multiple Choice
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?
A) Store and increment a launchCount session attribute. Store and increment a launchCount session attribute.
B) Using the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon DynamoDB.
C) Perform a scan of the Amazon DynamoDB table for the number of records and count each record as a skill launch.
D) Set up a global variable in the code project that increments each time the code is invoked by Amazon Alexa.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: On Amazon Alexa enabled devices with a
Q2: An Alexa Skill Builder would like to
Q3: An Alexa Skill Builder noticed that a
Q4: An Alexa Skill Builder is troubleshooting issues
Q6: According to Amazon Alexa best practices, how
Q7: An Alexa Skill Builder adds a colleague
Q8: What are the prerequisites for implementing account
Q9: The namespace value in the header of
Q10: During testing of a new Amazon Alexa
Q11: An Alexa Skill Builder is developing a