Cisco® 300-920 Exam Practice Questions (P. 4)
- Full Access (60 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16

Refer to the exhibit.Which code completes the return statement that initiates local screen sharing on the active meeting?
- AactiveMeeting.updateShare({ sendShare: true receiveShare: true, stream: null })
- BactiveMeeting.updateShare({ sendShare: true receiveShare: false, stream: remoteShare })
- CactiveMeeting.updateShare({ sendShare: true receiveShare: true, stream: localShare })
- DactiveMeeting.updateShare({ sendShare: false receiveShare: false, stream: null })
Correct Answer:
C
Reference:
https://github.com/webex/webex-js-sdk/tree/master/packages/node_modules/%40webex/plugin-meetings
C
Reference:
https://github.com/webex/webex-js-sdk/tree/master/packages/node_modules/%40webex/plugin-meetings
send
light_mode
delete
Question #17
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"> <webExId>.*</webExId> </bodyContent>
- B<bodyContent xsi:type="java:com.webex.service.binding.user.LstsummaryUser"> <webExId>.*</webExId> </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>
Correct Answer:
A
Reference:
https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!getuser
A
Reference:
https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!getuser
send
light_mode
delete
Question #18

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?
- Axmlhttp.open("GET", "https://cisco.webex.com/WBXService/XMLService");
- Bxmlhttp.open("PATCH", "https://cisco.webex.com/WBXService/XMLService");
- Cxmlhttp.open("PUT", "https://cisco.webex.com/WBXService/XMLService");
- Dxmlhttp.open("POST", "https://cisco.webex.com/WBXService/XMLService");Most Voted
Correct Answer:
D
The post method can be used for HTTP request that sets up a personal metting room PIN for a user.
D
The post method can be used for HTTP request that sets up a personal metting room PIN for a user.
send
light_mode
delete
Question #19
DRAG DROP -
Drag and drop the code onto the snippet to construct the JavaScript to create a new meeting with the Webex Meetings XML API. Options can be used more than once.
Select and Place:

Drag and drop the code onto the snippet to construct the JavaScript to create a new meeting with the Webex Meetings XML API. Options can be used more than once.
Select and Place:

send
light_mode
delete
Question #20

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.

B.

C.

D.

send
light_mode
delete
All Pages