Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Note! 300-920 has been withdrawn.

300-920 Practice Exam Questions with Answers Developing Applications for Cisco Webex and Webex Devices (DEVWBX) Certification

Question # 6

Which two tasks should use a Webex bot instead of aWebex integration? (Choose two.)

A.

Ask a QUESTION NO: in natural language to obtain the current price of a stock.

B.

Translate a word or phrase from Italian to English.

C.

Notify all users who send a 1:1 message that the user is currently out of the office.

D.

Automatically delete a message that was sent with spelling or grammatical errors.

E.

Archive all the messages in a group space.

Full Access
Question # 7

Which XML snippet does an admin use with a Webex Meetings XML API request to retrieve info on multiple users?

A.

<bodyContent xsi:type=”java:com.webex.service.binding.user.GetUser”>

.*

</bodyContent>

B.

<bodyContent xsi:type=”java:com.webex.service.binding.user.LstsummaryUser”>

.*

</bodyContent>

C.

<bodyContent xsi:type=”java:com.webex.service.binding.user.GetUser”>

</bodyContent>

D.

<bodyContent xsi:type=”java:com.webex.service.binding.user.LstsummaryUser”>

</bodyContent>

Full Access
Question # 8

Refer to the exhibit.

300-920 question answer

An end user reports that the speed dial button is not working on their Webex Device, and when loading into the Macro Editor, this error was presented. On which line is the incorrect syntax?

A.

line 4

B.

line 14

C.

line 15

D.

line 22

Full Access
Question # 9

Which code adds a Space Widget in an HTML script that uses the CSS Webex CDN?

A.

B.

<script src= “stylesheet” href= “https://code.s4d.io/widget-space/production/main.css” >

C.

D.

Full Access
Question # 10

Refer to the exhibit.

300-920 question answer

A training coordinator must post links to Webex recordings on a company SharePoint site. This is usually a manual process, but a DevOps engineer wants to automate it using Webex XML APIs. After a sucessful LstRecording call wrapped in xml2js, the ‘console dir(result)’ output is shown in the exhibit. Using ‘dot notation’, drag and drop the code below onto the code snippet to output the streamURL for each recording.

300-920 question answer

Full Access
Question # 11

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 “” 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.

Full Access
Question # 12

Refer to the exhibit.

300-920 question answer

A macro and a UI extension (also called In-Room Control) are being developed. What is the reason for the error displayed in the console?

A.

Widgets of type “Slider” are not supported on the device.

B.

The UI extension was not exported to the device.

C.

The name of the widget in the macro and the UI extension must match.

D.

Promises are not supported for this device.

Full Access
Question # 13

Refer to the exhibit.

300-920 question answer

With this in-room configuration, which command successfully sets the slider to 50?

A.

xcommand UserInterface Extensions Widget SetSlider Value: 50

B.

xcommand UserInterface Extensions Widget Slider: 50 Widget: “widget_1”

C.

xconfiguration UserInterface Extensions widget_1 50

D.

xcommand UserInterface Extensions Widget SetValue WidgetId: “widget_1” Value: 50

Full Access
Question # 14

Which two filters are valid for limiting a webhook? (Choose two.)

A.

roomId=

B.

personId!=

C.

spaceId=

D.

personId=$spaceId=

E.

personId=$roomId=

Full Access
Question # 15

Drag and drop the components to create the authentication header used for the Webex Teams API. Not all options are used.

300-920 question answer

Full Access
Question # 16

Refer to the exhibit.

300-920 question answer

A Webex Teams REST API response is shown with the HTTP Header missing. Which HTTP header expected in this response?

A.

Push

B.

Link

C.

Patch

D.

Put

Full Access
Question # 17

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

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

Full Access
Question # 18

Drag and drop the code to complete the snippet that sends a message to the room “My First Room” using the Browser SDK. Not all options are used.

300-920 question answer

Full Access