Developing Applications for Cisco Webex and Webex Devices (DEVWBX)

Here you have the best Cisco 300-920 practice exam questions

  • You have 33 total questions to study from
  • Each page has 5 questions, making a total of 7 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 13, 2024
Question 1 of 33

DRAG DROP -

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

Select and Place:

    Correct Answer:

    Reference:

    https://developer.webex.com/docs/guest-issuer

Question 2 of 33

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?

    Correct Answer: D

    In the context of the given script, line 4 retrieves a JWT (JSON Web Token) from the DOM element, which is commonly used to authenticate users without them needing to input credentials directly. The correct answer is that the server-side component obtains this value by creating a guest token using the identifier and secret of a Guest Issuer application. This approach aligns with the use of JWTs for secure, token-based authentication in systems where user experience needs to be streamlined without direct user credential input.

Question 3 of 33

Refer to the exhibit. Which Webex Teams REST API request has generated the response body in the exhibit?

    Correct Answer: A

    The Webex Teams REST API request that has generated this response body is GET /v1/rooms?sortBy=lastactivity. This is evident because the response includes rooms sorted by the 'lastActivity' property, indicating that the results are ordered based on the last activity date.

Question 4 of 33

Which two statements about Webex Teams refresh tokens are true? (Choose two.)

    Correct Answer: A, C

    The refresh token is important for security as it requires both the client ID and client secret to be of any use. Additionally, its main function is to generate a new access token when the current one expires, thus ensuring the user does not need to re-authenticate frequently.

Question 5 of 33

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:

    Correct Answer: