AXS-C01 AWS Certified Alexa Skill Builder - Specialty

Loading demo links...

Showing 4–6 of 10 questions

Question 4

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

Select all that apply, then click Submit answer.

  • The Alexa devices are registered in the incorrect postal code.

  • The AWS Lambda function is not registered to the skill.

  • The users have opted out of giving their location information.

  • The application ID of the skill does not match the expected application ID of the AWS Lambda function.

  • The skill is not registered to access information in the developer console.

Question 5

An Alexa Skill Builder built a skill using AWS Lambda. The Lambda function works when running the code on a local machine with a runtime of 4.5 seconds, but during skill testing, the Builder receives an error response.

Which collection of steps will address the issue? (Choose two.)

Select all that apply, then click Submit answer.

  • Change the Amazon Alexa default timeout to 5 seconds.

  • Change the default timeout of the Lambda function to 5 seconds.

  • Call the Progressive Response API and send a directive to reduce latency.

  • Increase the size of the memory allocated to the Lambda function.

  • Clone the Lambda function to another AWS Region.

Question 6

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

Select an option, then click Submit answer.

  • OAuth 2.0 with either implicit grant flow or authorization code grant flow

  • OAuth 2.0 with authorization code grant flow

  • OpenID Connect wit JSON.Web Token (JWT)

  • OAuth 1.0/2.0 with implicit grant flow