|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/aws-certified-alexa-skill-builder-specialty-practice-test-d/
课程评论:没有评论
课程名称:AWS Certified Alexa Skill Builder - Specialty Practice Test 课程概述:本课程旨在帮助学习者通过模拟测试来准备AWS认证Alexa技能开发者的专业考试。课程包含多个选择题,设计用于评估学员对开发和管理Alexa技能的理解与应用能力。 课程示例题目包括: 1. 关于用户如何通过语音和非语音方式与Alexa技能互动的选项选择。 2. 如何在技能中跟踪用户打开次数的最佳方法。 3. 开发技能时,用户接受错误消息的潜在原因分析。 4. 在支持屏幕的Alexa设备上,哪些标准内置意图由Alexa代为处理,不会转发至技能。 5. 当用户回应“是”时,如何编写处理程序以识别用户的回答对应哪个问题。 6. 设置Alexa技能beta测试时,应该使用哪个用户标识符来添加测试者。 该课程为希望获得Alexa技能开发者认证的人员提供了宝贵的知识和实践机会,通过回答示例题目,加深对Alexa技能开发流程及问题处理的理解。
Sample Questions:Q) Which of the following are ways that a user can interact with an Amazon Alexa skill using both voice and non-voice methods? (Choose three.)A. Scrolling through a listB. Selecting an actionC. Zooming in on an imageD. Pausing a videoE. Muting the deviceF. Pairing with BluetoothQ) An Alexa Skill Builder wants a skill to inform the users of the number of times they have launched the skill. What approach should the Builder take to track this information?A. Store and increment a launch Count session attribute.B. Using the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon DynamoDB.C. Perform a scan of the Amazon DynamoDB table for the number of records and count each record as a skill launch.D. Set up a global variable in the code project that increments each time the code is invoked by Amazon Alexa.Q) 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.)A. The Alexa devices are registered in the incorrect postal code.B. The AWS Lambda function is not registered to the skill.C. The users have opted out of giving their location information.D. The application ID of the skill does not match the expected application ID of the AWS Lambda function.E. The skill is not registered to access information in the developer console.Q) On Amazon Alexa enabled devices with a screen, which of the following standard built-in intents are handled by Alexa on the skill's behalf and are not forwarded to the skill? (Choose three.) A. AMAZON. Next IntentB. AMAZON. More IntentC. AMAZON. Scroll Down IntentD. AMAZON. Previous IntentE. AMAZON. Start Over IntentF. AMAZON. Navigate Home IntentQ) Alexa Skill Builder wants to create a skill that asks the user two yes/no questions:Alexa: Do you like cats?Alexa: Do you like dogs?When the username answers "yes", how should the Builder code the handler to know which question the answer refers to?A. Using session attributes, store the previous question as the context for use in the AMAZON. Yes Intent handler.B. Within the AMAZON. Yes Intent handler, prompt the user to repeat the name of the animal that they like.C. Within the AMAZON. Yes Intent handler, define a slot to store and retrieve the previously asked question. D. Access Amazon Cloud Watch Logs and retrieve the previous question topic from the recent log messages.Q) An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test.What user identifier should be used to add beta testers?A. AWS account numberB. Alexa user email addressC. Amazon vendor IDD. Amazon customer ID