Actualtests offers free demo for 300-920 exam. "Developing Applications for Cisco Webex and Webex Devices (DEVWBX)", also known as 300-920 exam, is a Cisco Certification. This set of posts, Passing the Cisco 300-920 exam, will help you answer those questions. The 300-920 Questions & Answers covers all the knowledge points of the real exam. 100% real Cisco 300-920 exams and revised by experts!
Also have 300-920 free dumps questions for you:
NEW QUESTION 1
Which two statements about incoming WebEx call notifications on iOS and Android applications are true? (Choose two.)
- A. When running in the background on Android, Firebase Cloud Messaging must use a notification message.
- B. When running in the background on Android, Firebase Cloud Messaging must use a data message.
- C. Webhooks are required with the iOS SDK only when the application is in the background.
- D. When running in the background on iOS, Application Push Notifications must be configured to be silent.
- E. Webhooks are required in the foreground and background for iOS and Android applications.
Answer: BC
NEW QUESTION 2
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>
Answer: A
NEW QUESTION 3
Which two tasks should use a Webex bot instead of aWebex integration? (Choose two.)
- A. Ask a question in natural language to obtain the current price of a stock.
- B. Translate a word or phrase from Italian to English.
- C. Notify all users who send a 1:1 message that the user is currently out of the office.
- D. Automatically delete a message that was sent with spelling or grammatical errors.
- E. Archive all the messages in a group space.
Answer: AB
NEW QUESTION 4
Which element is needed to build a Web application that authenticates Webex users and can post messages under the user’s identity?
- A. OAuth integration configured with the ‘messages_write’ scope
- B. bot access token
- C. Guest Issuer application
- D. self-signed certificate that is created from a public authority
Answer: A
NEW QUESTION 5
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
NEW QUESTION 6
Refer to the exhibit. An ‘Action Button’ with identifier ‘panel_1’ is deployed to the Touch10 interface of a Room Series device. Which event must be inserted into line 14 to turn the music on/off in the conference room?
- A. UserInterface Extensions Event Pressed
- B. UserInterface Extensions Panel Clicked
- C. UserInterface Extensions Widget GetValue
- D. UserInterface Extensions Widget Action
Answer: A
NEW QUESTION 7
Refer to the exhibit. A snippet from the XSD schema of the Webex Meeting XML API ‘LstRecordingResponse’ element is listed in the exhibit. Assuming that a variable named ‘resp’ exists that contains the XML response from a successful ‘LstRecording’ request, which code snippet correctly generates a simple report that lists meeting names and recording file download links?
- A.

- B.

- C.

- D.

Answer: A
NEW QUESTION 8
With CE 9.8 and above, which two statements are correct when an application is sending and receiving data over a connection established with an xAPI interface? (Choose two.)
- A. All Serial, SSH, and WebSockets can be used to send and receive data.
- B. HttpClient can be used to send requests but not receive responses.
- C. HttpFeedback is the only option to receive data.
- D. The HttpClient command can be used to send requests and read responses over HTTP.
- E. WebSockets is the only option to send and receive data.
Answer: BD
NEW QUESTION 9
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?
- A. by opening a dialog asking the end-user to paste his personal access token
- B. by completing an authorization code grant flow using the identifier and secret of an OAuth integration
- C. by embedding the access token of a Bot account
- D. by creating a guest token using the identifier and secret of a Guest Issuer application
Answer: B
NEW QUESTION 10
Refer to the exhibit. A macro and a UI extension (also called In-Room Control) are being developed. What is the reason for the error displayed in the console?
- A. Widgets of type “Slider” are not supported on the device.
- B. The UI extension was not exported to the device.
- C. The name of the widget in the macro and the UI extension must match.
- D. Promises are not supported for this device.
Answer: B
NEW QUESTION 11
Which code adds a Space Widget in an HTML script that uses the CSS Webex CDN?
- A. <link rel= “stylesheet” href= “https://code.s4d.io/widget-recents/production/main.css”>
- B. <script src= “stylesheet” href= “https://code.s4d.io/widget-space/production/main.css”>
- C. <link rel= “stylesheet” href= “https://code.s4d.io/widget-recents/production/bundle.js”>
- D. <link rel= “stylesheet” href= “https://code.s4d.io/widget-space/production/main.css”>
Answer: D
NEW QUESTION 12
Refer to the exhibit. With this in-room configuration, which command successfully sets the slider to 50?
- A. xcommand UserInterface Extensions Widget SetSlider Value: 50
- B. xcommand UserInterface Extensions Widget Slider: 50 Widget: “widget_1”
- C. xconfiguration UserInterface Extensions widget_1 50
- D. xcommand UserInterface Extensions Widget SetValue WidgetId: “widget_1” Value: 50
Answer: A
NEW QUESTION 13
Which two items are needed to give a Webex user the ability to archive all Webex Teams messages for an organization? (Choose two.)
- A. Give the user “Read-only administrator privileges” in the Webex Control Hub.
- B. Create an Integration app with all “spark_compliance” read scopes enabled.
- C. Use the Webex Meetings XML API “SetUser” to update the user’s “<roSiteAdmin>” value to “TRUE”.
- D. Configure the user as a “Compliance Officer” in the Webex Control Hub.
- E. Create a Bot app with all “webex_compliance” read scopes enabled.
Answer: AD
NEW QUESTION 14
Which two capabilities are currently supported by the Webex Meetings XML API? (Choose two.)
- A. Request a recording link for playback.
- B. Send a text message to the meeting host.
- C. Request permissions to schedule on someone else’s behalf.
- D. Schedule a new meeting.
- E. Send a problem report.
Answer: CD
NEW QUESTION 15
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
NEW QUESTION 16
Which two filters are valid for limiting a webhook? (Choose two.)
- A. roomId=<roomId>
- B. personId!=<personId>
- C. spaceId=<spaceId>
- D. personId=<personId>$spaceId=<spaceId>
- E. personId=<personId>$roomId=<roomId>
Answer: AB
NEW QUESTION 17
What happens if a meeting is in progress when a DelMeeting request is sent in the Webex Meetings XML API?
- A. The meeting host is notified and prompted to allow the meeting to be deleted.
- B. The DelMeeting request drops all call-in users and deletes the meeting.
- C. The DelMeeting request waits until the meeting is completed and then deletes the meeting.
- D. The DelMeeting request results in an error.
Answer: A
NEW QUESTION 18
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?
- A. events?resource=people
- B. compliance?resource=messages
- C. events?resource=messages
- D. compliance?resource=people
Answer: C
NEW QUESTION 19
Which two statements are true when comparing the SSH, HTTP, and WebSocket interfaces of a Cisco Collaboration device? (Choose two.)
- A. The SSH interface supports XML payloads only.
- B. The SSH, HTTP, and WebSocket interfaces support JSON and XML payloads.
- C. The HTTP interface supports JSON and XML payloads.
- D. Communications can be encrypted for all SSH, HTTP, and WebSocket interfaces.
- E. The WebSocket interface supports JSON payloads only.
Answer: BD
NEW QUESTION 20
......
Recommend!! Get the Full 300-920 dumps in VCE and PDF From Dumps-hub.com, Welcome to Download: https://www.dumps-hub.com/300-920-dumps.html (New 0 Q&As Version)