Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

An Alexa Skill Builder has created a custom skill about basketball including aHowToPlayBasketballintent.

When looking at the Intent History page in the developer console, the Builder sees that a number of users are

asking the skill how to play baseball. The Builder wants to add a relevant response directing the user back to

the topic of basketball.

How should the Builder implement this?

A.

AddAMAZON.FallbackIntentand respond with a message about baseball in the handler

B.

Create a custom intent related to baseball, and when matched, provide a relevant response

C.

Add more sample utterances related to baseball in theHowToPlayBasketballintent

D.

Create a new custom baseball slot and add a slot-filling utterance to theHowToPlayBasketballintent.

An Alexa Builder is working on a skill for music streaming. When a user says, “Alexa, stop” the skill needs to know where the user was in the song, so that when returning to the skill in a new session, the song can pick up where it left off.

Which section of the following JSON contains the data indicating where the song left off?

A.

session.attributes

B.

Context.AudioPlayer

C.

session.user

D.

context.System.device.supportedInterfaces.AudioPlayer

While developing a skill, an Alexa Skill Builder finds that the voice response is too quick and needs to be slowed down.

How can the Builder MOST efficiently iterate and test how the response will sound?

A.

Make changes in the skill code, deploy it, and test it on the device.

B.

Modify the SSML in the skill, save it, and check Amazon CloudWatch for errors.

C.

Edit the SSML in the skill and use the Alexa Simulator tab on the Test page of the developer console.

D.

Use the Voice & Tone tab on the Test page in the developer console.

When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output isnull.

What is the MOST likely cause?

A.

The AWS Lambda function is encountering an error and is not returning a result.

B.

The endpoint ARN has not been configured

C.

The ASK has not been granted access to trigger the AWS Lambda function

D.

Skill ID verification has been disabled

Thenamespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies

the:

A.

context of the message

B.

capability interface of the message

C.

endpoint specified in the message

D.

control message for the directive

An Alexa Skill Builder published a skill that streams sounds to help users relax. The skill is becoming very popular and is available in many different locales around the world. More than 20.000 users are using the skill every week, and more than 500 users are added daily. The sound files are stored in Amazon S3.

What can the Builder do to ensure low latency and the best possible streaming performance?

A.

Use Amazon CloudFront to deliver content and cache the audio files across different geographical regions.

B.

Migrate the sound files from Amazon S3 into Amazon Redshift to speed up the read operations.

C.

Use Elastic Load Balancing to handle the traffic generated by the increasing number of users.

D.

Enable cross-region replication on the Amazon S3 bucket policy to improve the skill’s performance.

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

During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in

theaddErrorHandlermethod specified on theSkillBuilderobject. Upon inspection of Amazon

CloudWatch Logs, the Alexa Skill Builder establishes that the failure is occurring whenever

AMAZON.HelpIntentis being received.

How should this error be corrected?

A.

AMAZON.HelpIntentshould be handled by the SDK. The Builder should raise a support ticket with

Amazon.

B.

The Builder should ensure that the intent handler is coded so that it tests forAMAZON.HelpIntentin its

canHandlemethod, and when detected, returnstrue.

C.

The Builder should add logic to provide help instructions to the function defined in theaddErrorHandler

method specified on theSkillBuilderobject.

D.

The Builder should add anAMAZON.HelpIntententry to the interaction model to ensure the request for

help is recognized by the skill.

An Alexa Skill Builder is using Amazon S3 to stream large quantities of static audio and video content

throughout the world with an Amazon Alexa skill.

Which additional AWS service will help the Builder decrease latency and improve the reliability of the

streaming media content for the global audience?

A.

AWS Cloud9

B.

Amazon Kinesis

C.

Amazon Route 53

D.

Amazon CloudFront

An Alexa Skill Builder needs to change the invocation name of a new skill.

What status should the skill be in to make this change?

A.

In Development

B.

Build

C.

In Certification

D.

Edit