300-920 Dumps

300-920 Braindumps

300-920 Real Questions

300-920 Practice Test

300-920 Actual Questions


killexams.com


Cisco


300-920


Developing Applications for Cisco Webex and Webex Devices (DEVWBX)


https://killexams.com/pass4sure/exam-detail/300-920

QUESTION 52

Which two statements about using the Compliance Office role to manage data in Webex Teams are true? (Choose two.)


  1. For group rooms with members from multiple organizations, only the compliance officer of the owning organization can manage all data.

  2. The compliance officer can manage data only for users who have granted the spark-compliance messages scope.

  3. For direct rooms between two organizations, each compliance officer can manage data only from their organization.

  4. For group rooms with members from multiple organizations, either compliance offcer can manage all data.

  5. For direct rooms between two organizations, the compliance officer of either organization can manage all data.


Answer: CE


Reference: https://developer-portal-intb.ciscospark.com/docs/api/guides/compliance


QUESTION 53


Refer to the exhibit. Assume that there is already a connection to a device for this jsxapi.code snippet. Which snippet completes the code so that the connected device makes a call to the user jdoe@example.com? A.


B.


C.


D.


Answer: D

Reference: https://github.com/CiscoDevNet/labs-xapi/pull/12/files/40c9fc38e115f4dec4709836501a165008caeaba


QUESTION 54

DRAG DROP


Drag and drop the expressions to create a Webex Teams widget that uses Guest Issuer to enable customers to chat and meet with agents. Not all options are used.

Select and Place: Answer:


QUESTION 55 Which user role implicitly has permission in the Events API to retrieve “message created” events from other users in the same organization?


  1. Compliance Officer

  2. User and Device Administrator

  3. Full Administrator

  4. User Administrator


Answer: A

Section: (none)


Reference: https://developer.webex.com/docs/api/guides/compliance


QUESTION 56

Which code adds a Space Widget in an HTML script that uses the CSS Webex CDN?


  1. <link rel= “stylesheet” href= “https://code.s4d.io/widget-recents/production/main.css”>

  2. <script src= “stylesheet” href= “https://code.s4d.io/widget-space/production/main.css”>

  3. <link rel= “stylesheet” href= “https://code.s4d.io/widget-recents/production/bundle.js”>

  4. <link rel= “stylesheet” href= “https://code.s4d.io/widget-space/production/main.css”>


Answer: D


Reference: https://developer.webex.com/docs/widgets


QUESTION 57


Refer to the exhibit. A company uses Webex Teams extensively for communications involving customers, and want to enforce a consistent messaging policy. Which code completes line 20 to send a notification when noncompliant messages are detected?


  1. events?resource=people

  2. compliance?resource=messages

  3. events?resource=messages

  4. compliance?resource=people


Answer: C


:

The function is getmessages. Then a request is made so the get comes in action and does events?Resource=messages to get the data for the events.


QUESTION 58

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


  1. <bodyContent xsi:type=”java:com.webex.service.binding.user.GetUser”>

    <webExId>.*</webExId>

    </bodyContent>

  2. <bodyContent xsi:type=”java:com.webex.service.binding.user.LstsummaryUser”>

    <webExId>.*</webExId>

    </bodyContent>

  3. <bodyContent xsi:type=”java:com.webex.service.binding.user.GetUser”></bodyContent>

  4. <bodyContent xsi:type=”java:com.webex.service.binding.user.LstsummaryUser”></bodyContent>


Answer: A


Reference: https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!getuser


QUESTION 59

DRAG DROP


The Express framework receives a Webex Teams webhook event when someone presses a button in an Adaptive Card. Drag and drop the property names onto the code snippet to access the form field named “preference”. Not all options are used.


Select and Place: Correct Answer:


Reference: https://github.com/marchfederico/ciscospark-websocket-events


QUESTION 60

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


  1. A bot account cannot send a message without an SSL certificate.

  2. A bot account cannot hear a message unless the bot is @ mentioned.

  3. A bot account cannot send a message without a valid access token.

  4. A bot account cannot respond to another bot.

  5. A bot account cannot send a message with an @mention.


Answer: BC