Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

AWS Certified Alexa Skill Builder-Specialty

Last Update 13 hours ago Total Questions : 65

The AWS Certified Alexa Skill Builder-Specialty content is now fully updated, with all current exam questions added 13 hours ago. Deciding to include AXS-C01 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our AXS-C01 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these AXS-C01 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any AWS Certified Alexa Skill Builder-Specialty practice test comfortably within the allotted time.

Question # 4

An Alexa Skill Builder is troubleshooting issues with a custom skill backed by an AWS Lambda function that

integrates with an external API controlling a light bulb. The Builder observes that when saying “Alexa, turn on

the light” the response is “light is not responding” and 10 seconds later, the light turns on.

What is the MOST likely cause for this issue and how can it be solved?

A.

The Lambda function is not executing fast enough. Double the currently specified Lambda memory

allocation in the Lambda basic settings section.

B.

The default Lambda function timeout setting is too short and the Lambda function times out before the

response from the external API can be processed and a reply can be sent back to Amazon AlexA. Increase

the Lambda timeout limit.

C.

There are too many concurrent Lambda functions running, causing the existing Lambda function to block

and then time out before a response can be returned to Amazon AlexA. Increase the Lambda function

reserve concurrency value to 30, then verify that the function can complete its work within 10 seconds.

D.

There is a bug in the Lambda function code preventing the external API from being called. Enable Lambda

debugging and error handling and check Amazon CloudWatch Logs for the error, then modify the code

accordingly.

Question # 5

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.

Question # 6

An Alexa Skill Builder is creating a skill that will identify an actor who spoke a famous piece of movie dialog, given just the dialog text and an optional movie name. The Builder created the FindActorIntent as shown below, but Amazon Alexa returns an error when it builds the model.

Why is Alexa failing to build the model?

A.

Intents can have one built-in slot type only

B.

All sample utterances within an intent should have both slots

C.

SearchQuery is combined with another intent slot in an utterance.

D.

“Dialog” is a reserved keyword in the Alexa Interaction Model schemA.

Question # 7

According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests

against a skill’s backend when using AWS Lambda?

A.

Ensure that the session ID provided by the request to Lambda is not already in use.

B.

Rotate the Lambda ARN regularly to prevent others from using the service.

C.

Retrieve the Application ID property from the request JSON and validate it against the Lambda

environment variables.

D.

Provide the Lambda trigger with the Application ID so that it validates on the ask trigger.

Question # 8

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

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.

Add AMAZON.FallbackIntent and 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 the HowToPlayBasketball intent

D.

Create a new custom baseball slot and add a slot-filling utterance to the HowToPlayBasketball intent.

Question # 9

An Alexa Skill Builder is using session attributes to maintain a user’s state.

What can the Builder do to ensure that a user’s session is not lost if they take too long to answer a question and the skill exists?

A.

Set shouldEndSession to false in the response object to prevent the skill from exiting.

B.

Handle the SessionEndedRequest request type and persist the user’s session to a database.

C.

Return false from the SessionEndedRequest handler so the session does not exist.

D.

Return a reprompt in the response object from the SessionEndedRequest handler.

Question # 10

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:

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.

Go to page: