AWS Certified Alexa Skill Builder – Specialty – Question03

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.)

A.
The Alexa devices are registered in the incorrect postal code.
B. The AWS Lambda function is not registered to the skill.
C. The users have opted out of giving their location information.
D. The application ID of the skill does not match the expected application ID of the AWS Lambda function.
E. The skill is not registered to access information in the developer console.

Correct Answer: CD