exam questions

Exam AWS Certified Alexa Skill Builder - Specialty All Questions

View all questions & answers for the AWS Certified Alexa Skill Builder - Specialty exam

Exam AWS Certified Alexa Skill Builder - Specialty topic 1 question 31 discussion

An Alexa Skill Builder wants to add a short audio clip to a skill with SSML. The Builder records a 6-second audio clip using a high-end microphone and recording application and exports the file with a bitrate of 48 kbps. The file is then uploaded to a public Amazon S3 bucket.
The Builder then updates the SSML to return:

When testing the skill, Amazon Alexa responds with "There was a problem with the requested skill's response" every time.
How should the Builder resolve this error?

  • A. Record a shorter audio clip.
  • B. Re-export the audio file with a smaller bitrate.
  • C. Re-export the audio file to .mp3 instead of .wav
  • D. Update the interaction model to enable the AudioPlayer interface
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Anadyr
Highly Voted 3 years, 8 months ago
C. Only mp3 is supported. bitrate must be 48
upvoted 6 times
Babyfacer
3 years, 7 months ago
https://developer.amazon.com/en-US/docs/alexa/custom-skills/speech-synthesis-markup-language-ssml-reference.html
upvoted 1 times
...
...
mm12341234
Most Recent 3 years, 6 months ago
Answer Is C
upvoted 1 times
...
databeta
3 years, 7 months ago
C is correct , .wav is not supported format, 1) 90 sec can be recorded, so 6 sec is not an issue. 2) It can handle 48 kbps bit rate so that's not an issue as well. 3) Interaction model is fine. hence, the answer is changing the file format.
upvoted 1 times
...
morondanga
3 years, 8 months ago
is there any documentation about this?
upvoted 1 times
Babyfacer
3 years, 7 months ago
https://developer.amazon.com/en-US/docs/alexa/custom-skills/speech-synthesis-markup-language-ssml-reference.html
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...