AWS Certified Alexa Skill Builder – Specialty — Question 41

An Alexa Skill Builder is developing a skill that tells users facts about their neighborhoods using their postal codes. When running the skill, users receive error messages from their Amazon Alexa devices. When the Builder checks the logs, error messages are being sent when the device location API is used to get users' postal codes.
What are the potential causes of this issue? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D. Option C is valid because if users have opted out of location sharing, the skill cannot access their postal codes. Option D is also correct since a mismatch between the skill's application ID and the AWS Lambda function's expected application ID would prevent proper communication. Options A, B, and E do not directly cause the location access issue being experienced.