AWS Certified Alexa Skill Builder-Specialty AXS-C01 Free Questions

The AWS Certified Alexa Skill Builder – Specialty (AXS-C01) examination is intended for individuals who perform an Alexa Skill Builder role. This exam validates an examinee’s ability to demonstrate knowledge about building, testing, publishing, and certifying Amazon Alexa skill. PassQuestion provides the latest AWS Certified Alexa Skill Builder-Specialty AXS-C01 Free Questions to help you pass your exam successfully in your first time, you will feel easy to take your AXS-C01 exam and get a high score with the help of AWS Certified Alexa Skill Builder-Specialty AXS-C01 Free Questions.

AWS Certified Alexa Skill Builder-Specialty AXS-C01 Free Questions

1. An Alexa Skill Builder submitted a child-directed skill for certification that lists the nearest skateboard parks.

The Builder ensured that

– The skill does not link to an external account

– The skill stored the child’s preference byuserId

– The skill has a valid privacy policy link in the skill Distribution page

Given this information, why will the skill fail certification?

 
 
 
 

2. 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?

 
 
 
 

3. An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an order status can be retrieved.

According to best practices, how should the PIN value be collected?

 
 
 
 

4. An Alexa Skill Builder is developing a skill containing a multi-turn dialog that can be invoked with or without a specific intent request. On invocation, the skill needs to retrieve persistent attributes that have been saved by a previous invocation, and then copy them into session attributes.

How should the Builder implement this functionality?

 
 
 
 

5. An Alexa Skill Builder is developing a custom skill to play a live audio stream.

What two built-in intents are required to implement the AudioPlayer interface?

 
 
 
 

6. A skill contains aPlanMyTripintent configured to require slotsfromCityandtoCity.

It contains the following interaction:

Alexa: What city are you leaving from?

User: I’m leaving from Seattle.

Alexa: You want to fly out of Seattle Tacoma International Airport, right?

User: Yes

Which of the following should the Builder use to confirm the value of thefromCityslot only? (Choose two.)

 
 
 
 
 

7. An Alexa Skill Builder is developing a skill using AWS Lambda. When invoking the skill, Amazon Alexa responds “There was a problem with the requested skill’s response.”

The following message is displayed in Amazon CloudWatch Logs for the Lambda function.

Which of the following actions will resolve the problem?

 
 
 
 

8. An Alexa Skill Builder published a skill and now wants to update it.

Which of the following changes will make it necessary to have the skill re-certified? (Choose two.)

 
 
 
 
 

9. An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors, but the Builder is unable to turn on testing.

What could be causing this?

 
 
 
 

10. An Alexa Skill Builder is building an interactive storytelling skill where the user can choose their own path through the story. The Builder wants Amazon Alexa to narrate the story and use custom audio for the dialogue for each character, along with various sound effects.

How can these requirements be met?

 
 
 
 

11. An Alexa Skill Builder submitted a child-directed skill for certification that lists the nearest skateboard parks.

The Builder ensured that

– The skill does not link to an external account

– The skill stored the child’s preference byuserId

– The skill has a valid privacy policy link in the skill Distribution page

Given this information, why will the skill fail certification?

 
 
 
 

12. 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?

 
 
 
 
 
 
 
 

13. An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an order status can be retrieved.

According to best practices, how should the PIN value be collected?

 
 
 
 
 
 
 

14. 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 Find ActorIntentas shown below, but Amazon Alexa returns an error when it builds the model.

Why is Alexa failing to build the model?

 
 
 
 

15. An Alexa Skill Builder is developing a skill containing a multi-turn dialog that can be invoked with or without a

specific intent request. On invocation, the skill needs to retrieve persistent attributes that have been saved by

a previous invocation, and then copy them into session attributes.

How should the Builder implement this functionality?

 
 
 
 

16. An Alexa Skill Builder is developing a custom skill to play a live audio stream.

What two built-in intents are required to implement the AudioPlayer interface?

 
 
 
 
 
 
 
 
 
 
 
 

17. A skill contains aPlanMyTripintent configured to require slotsfromCityandtoCity.

It contains the following interaction:

Alexa: What city are you leaving from?

User: I’m leaving from Seattle.

Alexa: You want to fly out of Seattle Tacoma International Airport, right?

User: Yes

Which of the following should the Builder use to confirm the value of thefromCityslot only? (Choose two.)

 
 
 
 
 

18. An Alexa Skill Builder is developing a skill using AWS Lambda. When invoking the skill, Amazon Alexa responds “There was a problem with the requested skill’s response.”

The following message is displayed in Amazon CloudWatch Logs for the Lambda function.

Which of the following actions will resolve the problem?

 
 
 
 
 

19. An Alexa Skill Builder published a skill and now wants to update it.

Which of the following changes will make it necessary to have the skill re-certified? (Choose two.)

 
 
 
 
 

20. 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?

 
 
 
 

21. An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors, but the Builder is unable to turn on testing.

What could be causing this?

 
 
 
 

22. An Alexa Skill Builder is building an interactive storytelling skill where the user can choose their own path through the story. The Builder wants Amazon Alexa to narrate the story and use custom audio for the dialogue for each character, along with various sound effects.

How can these requirements be met?

 
 
 
 

23. According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill’s backend when using AWS Lambda?

 
 
 
 

24. An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test.

What user identifier should be used to add beta testers?

 
 
 
 

25. An Alexa Skill Builder has built a new custom skill backed by an AWS Lambda function. The Lambda function executes successfully from the Lambda console, however, the Lambda function cannot be successfully invoked in the developer console or from an Amazon Alexa enabled device. No error messages show in the function’s Amazon CloudWatch Logs. The Builder confirmed the endpoint has the correct ARN.

What is likely causing this issue and how can it be corrected?

 
 
 
 
 

26. What are the prerequisites for implementing account linking for Amazon Alexa smart home skills?

 
 
 
 
 

27. An Alexa Skill Builder adds a colleague to a skill using the beta test feature. The colleague logs in to the developer console to edit the interaction model and cannot see the skill.

Why is this happening?

 
 
 
 

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

 
 
 
 
 

29. An Alexa Skill Builder is developing a complex skill to help users purchase items. The Builder has implemented the defaultAMAZON.HelpIntent, but when users ask for help they always reach the same unhelpful result.

How should the Builder enhance the experience to guide the users toward the end goal?

 
 
 
 
 
 
 

30. An Alexa Skill Builder noticed that a large percentage of a food ordering skill’s customers are not completing their transactions. The Builder needs to know what portion of the customers are leaving the skill by not responding, compared to the portion of customers who receive an error.

Which report inside the Analytics section of the developer console will provide this information?

 
 
 
 

AWS Certified BigData - Specialty BDS-C00 Dumps Questions
AWS Certified Database - Specialty (DBS-C01) Exam Questions

Leave a Reply

Your email address will not be published. Required fields are marked *