AWS Certified Alexa Skill Builder – Specialty — Question 24
An Alexa Skill Builder did not include a display template in a skill.
When the skill is used with an Amazon Alexa enabled device with a screen, cards used in the skill are:
Answer options
- A. rendered as a gray screen.
- B. rendered using the skill icon as the foreground image.
- C. rendered using the skill icon as the background image.
- D. rendered using BodyTemplate1.
Correct answer: D
Explanation
The correct answer is D because when no display template is specified, Alexa defaults to using BodyTemplate1 to render the cards. Options A, B, and C do not accurately describe how Alexa handles the absence of a display template and do not reflect the correct rendering behavior.