Free Cisco 300-920 Exam Actual Questions

The questions for 300-920 were last updated On May 1, 2024

Question No. 1

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?

Show Answer Hide Answer
Correct Answer: D

The post method can be used for HTTP request that sets up a personal metting room PIN for a user.


Question No. 2

Which expression is a valid Webex Teams webhook filter?

Show Answer Hide Answer
Correct Answer: C

You can also use more than one filter in a webhook. To use multiple filters, combine them with the ''&'' symbol. For example, to create a webhook that only sends notifications when a specific person performs an action in a specific room, such as sending a message or creating a membership, combine the personEmail and roomId filters.


https://developer.webex.com/docs/api/guides/webhooks

Question No. 3

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?

Show Answer Hide Answer
Correct Answer: A

The qs: option is required to list all roomkit devices. Product: 'RoomKit' is the correct option because it will list all roomkit devices.


Question No. 4

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?

Show Answer Hide Answer
Question No. 5

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

Show Answer Hide Answer