Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Developing Applications for Cisco Webex and Webex Devices (DEVWBX) Question and Answers

Developing Applications for Cisco Webex and Webex Devices (DEVWBX)

Last Update May 1, 2024
Total Questions : 60

We are offering FREE 300-920 Cisco exam questions. All you do is to just go and sign up. Give your details, prepare 300-920 free exam questions and then go for complete pool of Developing Applications for Cisco Webex and Webex Devices (DEVWBX) test questions that will help you more.

300-920 pdf

300-920 PDF

$38.5  $109.99
300-920 Engine

300-920 Testing Engine

$45.5  $129.99
300-920 PDF + Engine

300-920 PDF + Testing Engine

$59.5  $169.99
Questions 1

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

Options:

A.  

.*

B.  

.*

C.  

D.  

Discussion 0
Questions 2

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

Options:

Discussion 0
Questions 3

Which two statements describe valid limitations for Webex Teams bot accounts in a group space? (Choose two.)

Options:

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.

Discussion 0
Questions 4

Refer to the exhibit.

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

Options:

A.  

Push

B.  

Link

C.  

Patch

D.  

Put

Discussion 0
Questions 5

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?

Options:

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

Discussion 0
Questions 6

Which two statements are true when comparing the SSH, HTTP, and WebSocket interfaces of a Cisco Collaboration device? (Choose two.)

Options:

A.  

The SSH interface supports XML payloads only.

B.  

The SSH, HTTP, and WebSocket interfaces support JSON and XML payloads.

C.  

The HTTP interface supports JSON and XML payloads.

D.  

Communications can be encrypted for all SSH, HTTP, and WebSocket interfaces.

E.  

The WebSocket interface supports JSON payloads only.

Discussion 0
Questions 7

Refer to the exhibit.

A Webex device In-Room Control editor screenshot and associated Macro code is shown. Drag and drop the code snippets to complete the JavaScript Macro that launches a call when the Call button on the custom control panel is touched. Not all options are used.

Options:

Discussion 0
Questions 8

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?

Options:

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

Discussion 0
Questions 9

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?

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0