Cisco DevNet Specialist 300-920 Certification Study Guide PDF

Page 1

CISCO DEVNET SPECIALIST 300-920 CERTIFICATION STUDY GUIDE PDF

NWExam.com Get complete detail on 300-920 exam guide to crack Developing Applications for Cisco Webex and Webex Devices. You can collect all information on 300-920 tutorial, practice test, books, study material, exam questions, and syllabus. Firm your knowledge on Developing Applications for Cisco Webex and Webex Devices and get ready to crack 300-920 certification. Explore all information on 300-920 exam with number of questions, passing percentage and time duration to complete test.


WWW.NWEXAM.COM

PDF

Cisco DevNet Specialist 300-920 Certification Study Guide Cisco 300-920 Certification Exam Details Cisco 300-920 certifications are globally accepted and add significant value to any IT professional. The certification gives you a profound understanding of all the workings of the network models and the devices that are utilized with it. NWexam.com is proud to provide to you the best Cisco Exam Guides.

The Cisco 300-920 Exam is challenging, and thorough preparation is essential for success. This cert guide is designed to help you prepare for the DevNet Specialist certification exam. It contains a detailed list of the topics covered on the Professional exam. These guidelines for the DEVWBX will help guide you through the study process for your certification. To obtain Developing Applications for Cisco Webex and Webex Devices certification, you are required to pass the DEVWBX 300-920 exam. This exam is created keeping in mind the input of professionals in the industry and reveals how Cisco products are used in organizations across the world.

300-920 DevNet Specialist Sample Questions

1


WWW.NWEXAM.COM

PDF

300-920 Developing Applications for Cisco Webex and Webex Devices Exam Summary ● ● ● ● ● ● ● ● ●

Exam Name: Developing Applications for Cisco Webex and Webex Devices Exam Code: 300-920 Exam Price: $300 (USD) Duration: 90 mins Number of Questions: 55-65 Passing Score: Variable (750-850 / 1000 Approx.) Exam Registration: PEARSON VUE Sample Questions: Cisco 300-920 Sample Questions Recommended Practice: Cisco Certified DevNet Specialist Webex Practice Test ● Recommended Training: Developing Applications for Cisco Webex and Webex Devices (DEVWBX)

Topics covered in the Cisco DevNet Specialist 300-920 Exam Section

Webex API Foundation

Meetings

Devices

Weight Objectives - Describe the process to get access to Webex APIs for a given scenario (including getting the necessary users roles from a Webex administrator) - Identify the authentication methods for Webex Teams, devices, and meetings - Troubleshoot error codes for REST API responses 15% (including rate limiting, access, and authentication) - Interpret a REST API response that includes pagination and filtering - Construct a JavaScript request using promises with a Webex JavaScript SDK - Describe the OAuth token management lifecycle - Describe the capabilities of the Webex Meeting APIs - Construct the JavaScript to schedule a meeting - Construct HTTP requests with the XML API to manage 20% users - Construct the JavaScript to list and download a recording of a meeting - Compare the capabilities and use of xAPI over SSH, REST 20% APIs, and WebSockets

300-920 DevNet Specialist Sample Questions

2


WWW.NWEXAM.COM

Section

Messaging

Embedding Webex

PDF

Weight Objectives - Describe the mechanisms to send and receive data - Construct a script using 'jsxapi' to address a scenario - Troubleshoot macros - Construct a custom user interaction (including in-room controls) - Construct REST API requests using JSON and HTTP for a given scenario (managing spaces, teams, and memberships) - Construct a JavaScript application to send a message and to retrieve the content of an incoming message - Construct a JavaScript application that uses cards 20% - Diagnose the process of managing Webhooks including resource and event filters - Describe the limitations and capabilities of bots - Identify whether to use a bot or an Integration in a given scenario - Construct a HTML page embedding a Widget using an Integration or guest issuer - Construct the JavaScript to call and screen share with the browser SDK 15% - Construct the JavaScript to call and send messages with the browser SDK and guest issuer - Describe the mechanisms to receive incoming call notifications for IOS and Android SDKs - Construct the JavaScript to administer a Webex organization 

Administration 10% and Compliance

User and licenses Devices

- Construct JavaScript to collect compliance data - Identify the requirements, steps, and permissions needed to take a compliance action on a message or space - Construct the JavaScript to send requests to multiple devices for a given scenario

What type of questions are on the Cisco 300-920 exams? ● ● ● ● ●

Single answer multiple choice Multiple answer multiple choice Drag and Drop (DND) Router Simulation Testlet

300-920 DevNet Specialist Sample Questions

3


WWW.NWEXAM.COM

PDF

DevNet Specialist 300-920 Practice Exam Questions. Grab an understanding from these Cisco 300-920 sample questions and answers and improve your 300-920 exam preparation towards attaining a Developing Applications for Cisco Webex and Webex Devices Certification. Answering these sample questions will make you familiar with the types of questions you can expect on the actual exam. Doing practice with DevNet Specialist DEVWBX questions and answers before the exam as much as possible is the key to passing the Cisco 300-920 certification exam.

300-920 Developing Applications for Cisco Webex and Webex Devices Sample Questions:01. Which user role implicitly has permission in the Events API to retrieve "message created" in the same organization? a) Compliance Officer b) User and Device Administrator c) Full Administrator d) User Administrator 02. Which expression is a valid Webex Teams webhook filter? a) personEmail=person@example.com+roomId=abc123 b) personEmail=person@example.com-roomId=abc123 c) personEmail=person@example.com&roomId=abc123 d) personEmail=person@example.com,roomId=abc123 03. A Webex Teams bot is deployed but soon it stops responding. Which two explanations are the cause of the issue? (Choose two.) a) A new webhook was created, which marks the old webhook as inactive. b) The web server that is set to receive webhooks is not configured to return a 200 message. And the webhook is disabled. c) The webhook secret is expired and must be refreshed. d) The refresh token is not being used. e) The bot owner regenerated the access token on developer.webex.com. 04. A company wants to adopt Webex Teams as a messaging platform and use REST APIs to automate the creation of teams and rooms. Which sequence of REST API requests is needed to create and populate a new Webex team and create a populated Webex room for the team? a) POST /teams, POST /memberships, POST /rooms

300-920 DevNet Specialist Sample Questions

4


WWW.NWEXAM.COM

PDF

b) POST /teams, POST /people, POST /rooms c) POST /teams, POST /team/memberships, POST /rooms d) POST /teams, POST /team/memberships, POST /rooms, POST /memberships 05. Which Webex Teams webhook resource type indicates that a user interacted with a card? a) buttonActions b) attachmentActions c) webhookCardActions d) cardActions 06. Which two statements about incoming WebEx call notifications on iOS and Android applications are true? (Choose two.) a) When running in the background on Android, Firebase Cloud Messaging must use a notification message. b) When running in the background on Android, Firebase Cloud Messaging must use a data message. c) Webhooks are required with the iOS SDK only when the application is in the background. d) When running in the background on iOS, Application Push Notifications must be configured to be silent. e) Webhooks are required in the foreground and background for iOS and Android applications. 07. Which two capabilities are currently supported by the Webex Meetings XML API? (Choose two.) a) Request a recording link for playback. b) Send a text message to the meeting host. c) Request permissions to schedule on someone else's behalf d) Schedule a new meeting. e) Send a problem report. 08. What happens if a meeting is in progress when a DelMeeting request is sent in the Webex Meetings XML API? a) The meeting host is notified and prompted to allow the meeting to be deleted. b) The DelMeeting request drops all call-in users and deletes the meeting. c) The DelMeeting request waits until the meeting is completed and then deletes the meeting.

300-920 DevNet Specialist Sample Questions

5


WWW.NWEXAM.COM

PDF

d) The DelMeeting request results in an error. 09. Which xAPI access mechanism requires separate connections for commands and notifications? a) Serial b) WebSocket c) HTTP/HTTPS d) SSH 10. Which two statements describe valid limitations for Webex Teams bot accounts in a group space? (Choose two.) a) A bot account cannot send a message without an SSL certificate. b) A bot account cannot hear a message unless the bot is @ mentioned. c) A bot account cannot send a message without a valid access token. d) A bot account cannot respond to another bot. e) A bot account cannot send a message with an @mention Solutions: Question: 01 - Answer: a Question: 02 - Answer: c Question: 03 - Answer: a, b Question: 04 - Answer: d Question: 05 - Answer: b Question: 06 - Answer: b, c Question: 07 - Answer: c, d Question: 08 - Answer: d Question: 09 - Answer: d Question: 10 - Answer: b, c Not every IT certification is intended for professionals, but Cisco certification is a great deal. After achieving this Cisco 300-920, you can grab an opportunity to be an IT professional with unique capability and can help the industry or get a good job. Many individuals do the Cisco certifications just for the interest, and that payback as a profession because of the worth of this course.

300-920 DevNet Specialist Sample Questions

6


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.