Exit demo 300-920 Developing Applications for Cisco Webex and Webex Devices (DEVWBX) PDF format · free preview

Cisco 300-920 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/300-920.html

Question 1
Single choice

Refer to the exhibit. A developer must construct an HTTP Request to use the XML API to set a Personal Meeting Room PIN for a given user.

Which code completes the code to create the request?

A.

xmlhttp.open("GET", "https://cisco.webex.com/WBXService/XMLService");

B.

xmlhttp.open("PATCH", "https://cisco.webex.com/WBXService/XMLService");

C.

xmlhttp.open("PUT", "https://cisco.webex.com/WBXService/XMLService");

D.

xmlhttp.open("POST", "https://cisco.webex.com/WBXService/XMLService");

Question 2
Single choice

Which expression is a valid Webex Teams webhook filter?

A.

[email protected]+roomId=abc123

B.
C.

[email protected]&roomId=abc123

D.

[email protected],roomId=abc123

Question 3
Single choice

Which REST API request is used to list all the Webex Room Kit devices within a large organization so that a new custom In-Room Control can be deployed on all the devices?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 4
Single choice

Refer to the exhibit.

Which code for blank lines 26, 27, and 28 gives invitees 900 seconds before the scheduled time to join the meeting, sets the meeting to last for 30 minutes, and sets the meeting timezone to Pacific US?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 5
Multiple choice

Which two items are needed to give a Webex user the ability to archive all Webex Teams messages for an organization? (Choose two.)

A.

Give the user "Read-only administrator privileges" in the Webex Control Hub.

B.

Create an Integration app with all "spark_compliance" read scopes enabled.

C.

Use the Webex Meetings XML API "SetUser" to update the user's "<roSiteAdmin>" value to "TRUE".

D.

Configure the user as a "Compliance Officer" in the Webex Control Hub.

E.

Create a Bot app with all "webex_compliance" read scopes enabled.

Question 6
Single choice

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.

D.

The DelMeeting request results in an error.

Question 7
Single choice

Refer to the exhibit. The Node.js script shown uses the Webex Meetings XML API to print "Here!" to the console.

Which statement is a correct observation about the results of the script?

A.

The <meetingPassword> was not complex enough.

B.

The <sessionTicket> credential was expired.

C.

The WebexMeetings XML API service processed the request.

D.

The meeting was created successfully.

Question 8
Single choice

Refer to the exhibit. A webhook has been created so that an application is notified when users mention a bot in a Webex Teams space. The exhibit shows an example of a notification received by the application.

Which code snippet correctly processes the JSON payload using the Webex Node.js SDK in order to print out messages that mention the bot?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 9
Single choice

Refer to the exhibit.

What is the Webex Teams REST API HTTP response status code, based on this code snippet?

A.

401

B.

403

C.

429

D.

501

Question 10
Single choice

Refer to the exhibit. On line 4, the script retrieves a context from a DOM element that was generated from a server-side component.

How does that server-side component obtain the value for the `context' element?

A.

by opening a dialog asking the end-user to paste his personal access token

B.

by completing an authorization code grant flow using the identifier and secret of an OAuth integration

C.

by embedding the access token of a Bot account

D.

by creating a guest token using the identifier and secret of a Guest Issuer application

Showing 10 of 60 questions · Unlock the full set