Amazon AXS-C01 Sample Questions

Question # 11

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 ofthe developer console.
D. Use the Voice & Tone tab on the Test page in the developer console.


Question # 12

An Amazon Alexa trip planner skill has several intents and slots. One of the
 intents isPlanMyTripIntent and some of the slots arefromCity,toCity,departDate, andreturnDate. The following is a sample dialog: User: Ask plan my trip to start a new trip leaving from Seattle. Alexa: You said you are leaving from Seattle, right? User: Yes Alexa: I’ve saved your trip. Do you want to create another trip? User: Yes What will be invoked upon the user’s final “Yes”? 

A. PlanMyTripIntent  
B. AMAZON.CancelIntent  
C. AMAZON.YesIntent  
D. LaunchRequest  


Question # 13

An Alexa Skill Builder wants to implement in-skill purchasing to offer one-time purchases
 for access to premium content. The Builder created an entitlement product and deployed it successfully using the ASK CLI tool. When testing the customBuyInskillProductIntentin the developer console, the Builder receives the following error: Sorry, this product is not available with your current language setting. How can this error be fixed?  

A. Change the release date and redeploy the product  
B. Change the locale in the Alexa Simulator tab in the developer console  
C. Change the AWS Lambda function to include the correct locale in theConnections.SendRequest directive
D. Change the language in the premium content  


Question # 14

An Alexa Skill Builder has created a taxi hiring skill. The skill needs to find out when the
 customer wants a taxi, where the customer is traveling from, and where the customer wants to go. The Builder is currently asking each question individually, in the following order: “Where do you want to take a taxi from” “Where do you want to take a taxi to” “When do you need a taxi” To ensure the voice interaction is flexible, how should this information be gathered regardless of the order in which the user provides it? 

A. Use a single intent and slot. Inspect the incoming slot value and categorize thenresponse, then prompt for the remaining information.
B. Create an intent for each QUESTION NO: and include slots for each piece ofinformation on every intent
C. Create three intents with one slot each. UseDialog.ElicitSlotto fill the slots.
D. Create a single intent with three slots. Use theDialog.Delegatedirective to fill the slots.


Question # 15

An Alexa Skill Builder needs to display an image and some additional text to users of a
 skill. Which approach will work with any Amazon Alexa enabled device?  

A. Use an Alexa display template, such asBodyTemplate1.  
B. Send aSimplecard to the user.  
C. Send aStandardcard to the user.  
D. Send aLinkAccountcard to the user.  


Question # 16

An Alexa Skill Builder needs to have knowledge of the previous prompt that was presented
 to the user in order to give context to the user’s response. How can the Builder accomplish this?  

A. Find the corresponding prompt using the list events feature  
B. Store a reference to the prompt used as a session attribute  
C. Call the Intent Request History API to identify which prompt was used.  
D. Parse thecontextobject from the skill request.  


Question # 17

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

A. Change the Amazon Alexa default timeout to 5 seconds.  
A. Change the Amazon Alexa default timeout to 5 seconds.  
C. Call the Progressive Response API and send a directive to reduce latency.  
D. Increase the size of the memory allocated to the Lambda function.  
E. Clone the Lambda function to another AWS Region.  


Question # 18

An Amazon Alexa skill fetches data for users from a third-party API and the wait for
 the response from that call is variable, often taking up to 5 seconds. What is the recommended method for notifying users that a skill is working on the request and has not failed to respond?  

A. Prefetch the data that is expected to the required by the skill from the third-party APIusing Amazon CloudWatch Events.
B. Call the Progressive Response API and send a directive, such asVoicePlayer.Speak 
C. Ask a follow-up question for clarification to engage the user while waiting for the initiallyrequested response.
D. Respond to the user stating that the data will be ready soon, and upon the next launchof the skill, providethe user with the response they initially requested.


Question # 19

An Alexa Skill Builder receives feedback from users that a specific utterance causes
 Amazon Alexa to trigger the skill’sAMAZON.HelpIntentrather than triggering the correct intent and slot. How can the Builder reproduce this behavior to troubleshoot the problem?  

A. Use the AWS Lambda test feature to send a request with the given intent andslot combination.
B. Set up a unit test in the code base to simulate what happens when the given intentand slot combinationare dispatched within the skill.
C. Use the Manual JSON tab on the Test page of the developer console to see whathappens when a requestfor the given intent and slot combination is sent to the skill
D. Use the Alexa Simulator tab on the Test page of the developer console to test theutterances the usershave reported.


Question # 20

An Alexa Skill Builder built a skill with the following interaction model:
 An Alexa Skill Builder built a skill with the following interaction model:

Which utterance would invokeHelloIntent? 

A. “Alexa, use my first skill to say hello.” 
B. “Alexa, ask my first skill to say hello to John.” 
C. “Alexa, open my first skill.” 
D. “Alexa, say hello to my first skill.” 


12

Download All Questions PDF Check Customers Feedbacks