Deck 36: Performing CyberOps Using Core Security Technologies (CBRCOR)
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/37
Play
Full screen (f)
Deck 36: Performing CyberOps Using Core Security Technologies (CBRCOR)
1

A) xmlhttp.open("GET", "https://cisco.webex.com/WBXService/XMLService");
B) xmlhttp.open("PATCH", "https://cisco.webex.com/WBXService/XMLService");
C) xmlhttp.open("PUT", "https://cisco.webex.com/WBXService/XMLService");
D) xmlhttp.open("POST", "https://cisco.webex.com/WBXService/XMLService");
xmlhttp.open("POST", "https://cisco.webex.com/WBXService/XMLService");
2

A) After a meeting is joined, it cannot be left programmatically until the host ends the meeting.
B) The webex meetings.register() function must be invoked before attempting to join any meeting.
C) The joinMeeting() function throws an error of type 'media stopped' if a media stream is stopped.
D) Given a Webex meeting number the webex meetings join() function can be used to join the meeting.
E) The mediaSettings for a joined meeting accepts boolean attributes to send and receive audio, video, and screen share.
After a meeting is joined, it cannot be left programmatically until the host ends the meeting.
The webex meetings.register() function must be invoked before attempting to join any meeting.
The webex meetings.register() function must be invoked before attempting to join any meeting.
3
Which xAPI access mechanism requires separate connections for commands and notifications?
A) Serial
B) WebSocket
C) HTTP/HTTPS
D) SSH
A) Serial
B) WebSocket
C) HTTP/HTTPS
D) SSH
SSH
4
A Webex Teams bot is deployed but soon it stops responding. Which two explanations are the cause of the issue? (Choose two.)
A) A new webhook was created, which marks the old webhook as inactive.
B) The web server that is set to receive webhooks is not configured to return a 200 message. And the webhook is disabled.
C) The webhook secret is expired and must be refreshed.
D) The refresh token is not being used.
E) The bot owner regenerated the access token on developer.webex.com.
A) A new webhook was created, which marks the old webhook as inactive.
B) The web server that is set to receive webhooks is not configured to return a 200 message. And the webhook is disabled.
C) The webhook secret is expired and must be refreshed.
D) The refresh token is not being used.
E) The bot owner regenerated the access token on developer.webex.com.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
5

A) Push
B) Link
C) Patch
D) Put
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
6

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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
7

A)

B)

C)

D)

Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
8

A)

B)

C)

D)

Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
9
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.
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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
10
Which expression is a valid Webex Teams webhook filter?
A) personEmail=person@example.com+roomId=abc123
B) personEmail=person@example.com-roomId=abc123
C) personEmail=person@example.com&roomId=abc123
D) personEmail=person@example.com,roomId=abc123
A) personEmail=person@example.com+roomId=abc123
B) personEmail=person@example.com-roomId=abc123
C) personEmail=person@example.com&roomId=abc123
D) personEmail=person@example.com,roomId=abc123
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
11
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.
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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
12

A)

B)

C)

D)

Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
13
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
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
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
14

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
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
15
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.
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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
16

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
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
17

A) xapi must be enabled for promises.
B) HttpClient AllowInsecureHTTPS has not been enabled.
C) The NODE_TLS_REJECT_UNAUTHORIZED environment variable must be set to 0.
D) HttpClient must be changes to HttpsClient.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
18
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.
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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
19
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 "" 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.
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 "
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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
20

A) The
B) The
C) The WebexMeetings XML API service processed the request.
D) The meeting was created successfully.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
21

A) Change xapi.event to xapi.httpfeedback.
B) Set x.Type to 'pressed' instead of 'released'.
C) Set x.Type to 'clicked' instead of 'released'.
D) Pass x.Value instead of x to the lights function.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
22
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.
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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
23

A) 401
B) 403
C) 429
D) 501
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
24

A) line 4
B) line 14
C) line 15
D) line 22
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
25
Which Webex Teams webhook resource type indicates that a user interacted with a card?
A) buttonActions
B) attachmentActions
C) webhookCardActions
D) cardActions
A) buttonActions
B) attachmentActions
C) webhookCardActions
D) cardActions
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
26
Which code adds a Space Widget in an HTML script that uses the CSS Webex CDN?
A)
B)
A)
B)
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
27
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.
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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
28
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.
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.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
29
Which two statements about using the Compliance Office role to manage data in Webex Teams are true? (Choose two.)
A) For group rooms with members from multiple organizations, only the compliance officer of the owning organization can manage all data.
B) The compliance officer can manage data only for users who have granted the spark-compliance messages scope.
C) For direct rooms between two organizations, each compliance officer can manage data only from their organization.
D) For group rooms with members from multiple organizations, either compliance offcer can manage all data.
E) For direct rooms between two organizations, the compliance officer of either organization can manage all data.
A) For group rooms with members from multiple organizations, only the compliance officer of the owning organization can manage all data.
B) The compliance officer can manage data only for users who have granted the spark-compliance messages scope.
C) For direct rooms between two organizations, each compliance officer can manage data only from their organization.
D) For group rooms with members from multiple organizations, either compliance offcer can manage all data.
E) For direct rooms between two organizations, the compliance officer of either organization can manage all data.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
30

A) events?resource=people
B) compliance?resource=messages
C) events?resource=messages
D) compliance?resource=people
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
31
Which two statements describe valid limitations for Webex Teams bot accounts in a group space? (Choose two.)
A) A bot account cannot send a message without an SSL certificate.
B) A bot account cannot hear a message unless the bot is @ mentioned.
C) A bot account cannot send a message without a valid access token.
D) A bot account cannot respond to another bot.
E) A bot account cannot send a message with an @mention.
A) A bot account cannot send a message without an SSL certificate.
B) A bot account cannot hear a message unless the bot is @ mentioned.
C) A bot account cannot send a message without a valid access token.
D) A bot account cannot respond to another bot.
E) A bot account cannot send a message with an @mention.
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
32

A) GET/v1/rooms?sortBy=lastactivity
B) GET/v1/rooms?sortBy=created
C) GET/v1/rooms?max= 1 GET/v1/rooms?max= 1
D) GET/v1/spaces?orderBy=lastActivity
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
33
A company wants to adopt Webex Teams as a messaging platform and use REST APIs to automate the creation of teams and rooms. Which sequence of REST API requests is needed to create and populate a new Webex team and create a populated Webex room for the team?
A) POST /teams, POST /memberships, POST /rooms
B) POST /teams, POST /people, POST /rooms
C) POST /teams, POST /team/memberships, POST /rooms
D) POST /teams, POST /team/memberships, POST /rooms, POST /memberships
A) POST /teams, POST /memberships, POST /rooms
B) POST /teams, POST /people, POST /rooms
C) POST /teams, POST /team/memberships, POST /rooms
D) POST /teams, POST /team/memberships, POST /rooms, POST /memberships
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
34
Which list of API calls must be made to provision 50 new Webex Room devices for an organization?
A) POST to /places with 'displayName', POST the returned 'placeId' to /devices/
B) POST 'displayName' to /places, POST the returned 'placeId' to /devices/activationCode
C) POST to /licenses, POST the returned 'licneseId' and a specified 'displayName' to /devices
D) POST to /licenses, POST 'displayName' to /places, POST 'licensed' and placeId' to /devices
A) POST to /places with 'displayName', POST the returned 'placeId' to /devices/
B) POST 'displayName' to /places, POST the returned 'placeId' to /devices/activationCode
C) POST to /licenses, POST the returned 'licneseId' and a specified 'displayName' to /devices
D) POST to /licenses, POST 'displayName' to /places, POST 'licensed' and placeId' to /devices
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
35
Which user role implicitly has permission in the Events API to retrieve "message created" events from other users in the same organization?
A) Compliance Officer
B) User and Device Administrator
C) Full Administrator
D) User Administrator
A) Compliance Officer
B) User and Device Administrator
C) Full Administrator
D) User Administrator
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
36
Which two filters are valid for limiting a webhook? (Choose two.)
A) roomId=
B) personId!=
C) spaceId=
D) personId=$spaceId=
E) personId=$roomId=
A) roomId=
B) personId!=
C) spaceId=
D) personId=
E) personId=
Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck
37

A)

B)

C)

D)

Unlock Deck
Unlock for access to all 37 flashcards in this deck.
Unlock Deck
k this deck