Cisco 300-920 - Developing Applications for Cisco Webex and Webex Devices (DEVWBX) Exam
Page: 2 / 12
Total 60 questions
Question #6 (Topic: Webex API Foundation)
[Cisco-300-920-1.0/xmlfile-9_1.png]
Refer to the exhibit. Which Webex Teams REST API request has generated the response body in the exhibit?
Refer to the exhibit. Which Webex Teams REST API request has generated the response body in the exhibit?
A. GET/v1/rooms?sortBy=lastactivity
B. GET/v1/rooms?sortBy=created
C. GET/v1/rooms?max=1
D. GET/v1/spaces?orderBy=lastActivity
Answer: C
Question #7 (Topic: Webex API Foundation)
[Cisco-300-920-1.0/xmlfile-10_1.png]
Refer to the exhibit. A Webex Teams REST API response is shown with the HTTP Header missing. Which HTTP header expected in this response?
Refer to the exhibit. 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
Answer: B
Question #8 (Topic: Webex API Foundation)
Which two statements about Webex Teams refresh tokens are true? (Choose two.)
A. The refresh token is useless without the client ID and client secret.
B. An attacker can use the refresh token to send messages on behalf of the user.
C. The refresh token is used to generate a new access token.
D. A new refresh token cannot be granted until the client ID is invalidated.
E. The refresh token does not expire.
Answer: BC
Question #9 (Topic: Webex API Foundation)
DRAG DROP
Drag and drop the code to complete the JavaScript snippet so that it:
✑ retrieves the details of an individual user
✑ checks what licenses they have already
✑ updates their account with a new license
Options can be used more than once.
Select and Place:
[Cisco-300-920-1.0/xmlfile-12_1.png]
Drag and drop the code to complete the JavaScript snippet so that it:
✑ retrieves the details of an individual user
✑ checks what licenses they have already
✑ updates their account with a new license
Options can be used more than once.
Select and Place:
[Cisco-300-920-1.0/xmlfile-12_1.png]
Answer: [Cisco-300-920-1.0/xmlfile-13_1.png]
Question #10 (Topic: Webex API Foundation)
[Cisco-300-920-1.0/xmlfile-14_1.png]
Refer to the exhibit. What is the Webex Teams REST API HTTP response status code, based on this code snippet?
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
Answer: C