cisco 300-835 practice test

automating cisco collaboration solutions (clauto)

Last exam update: Sep 10 ,2024
Page 1 out of 4. Viewing questions 1-10 out of 39

Question 1

DRAG DROP Drag and drop the code to create a Webex Teams Recents Widget in an existing HTML page. Not all items are used.
Select and Place:

Mark Question:
Answer:

Discussions
0 / 1000

Question 2


Refer to the exhibit. This Python script uses the websocket-based, xAPI library pyxows' to monitor and print event details to the console when users interact with
UI Extension/In-Room Control Action Buttons' deployed to the Touch-10 interface of a Webex room device. Which two code snippets successfully capture such events? (Choose two.)

  • A. await client.xEvent(["Event', "**'], callback)
  • B. await client.subscribe(["Event', "ActionButton', "Clicked'], callback)
  • C. await client.subscribe(["Event', "**'], callback)
  • D. await client.xEvent(["Event', "UserInterface', "Extensions', "Panel', "Clicked'], callback)
  • E. await client.subscribe(["Event', "UserInterface', "Extensions', "Panel', "Clicked'], callback)
Mark Question:
Answer:

de

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 3


Refer to the exhibit. An administrator is creating a script using the Python xAPI over WebSockets(pyxows) library. The goal of this script is to monitor the volume of the endpoint and set the volume to 60 whenever the volume has been set higher than that amount. Which code snippet accomplishes this task when it is added?
A.

B.

C.

D.

Mark Question:
Answer:

a

Discussions
0 / 1000

Question 4


Refer to the exhibit. Which code snippet is used to mention the bot [email protected]?

  • A. <@[emailprotected]>
  • B. @[emailprotected]
  • C. @[emailprotected]
  • D. (@[emailprotected])
Mark Question:
Answer:

b

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

DRAG DROP A small Python script is constructed that creates a Webex Meeting for John Doe scheduled for the current time. Drag and drop the code snippets at the bottom onto the areas of the source code exhibit to create a program. Not all options are used.
Select and Place:

Mark Question:
Answer:

Discussions
0 / 1000

Question 6

DRAG DROP The Python script executes a REST API to retrieve information from the Cisco Meeting Server about the call with an identifier of 987654321. Drag and drop the code onto the snippet to complete the Python script. Not all options are used.
Select and Place:

Mark Question:
Answer:

Discussions
0 / 1000

Question 7

Which two statements describe advantages of consuming APIs with asynchronous versus synchronous requests? (Choose two.)

  • A. All Cisco APIs are designed to be invoked asynchronously.
  • B. APIs respond more quickly when invoked asynchronously.
  • C. Asynchronous request coding is less complex.
  • D. Application threads do not block waiting for an asynchronous response.
  • E. Multiple asynchronous requests can be sent simultaneously.
Mark Question:
Answer:

bd

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 8

Which URI for XML APIs is used in Cisco Webex Meetings to manage users, meetings, events, and trainings?

  • A. https://api.webex.com/v1/
  • B. https://api.webex.com/WBXService/XMLService
  • C. https://api.webex.com/v1/meetings
  • D. https://api.webex.com/MeetingsService/XMLService
Mark Question:
Answer:

b

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 9


Refer to the exhibit. The code includes the beginning of a short Python script that is constructed to notify the guard in case of an intruder alert. Which code snippet completes the script?
A.

B.

C.

D.

Mark Question:
Answer:

a

Discussions
0 / 1000

Question 10


Refer to the exhibit. Based on the schema diagram in the exhibit, which two XML objects are valid AXL <getPhone> request <Body> elements? (Choose two.)
A.

B.

C.

D.

E.

Mark Question:
Answer:

e

Discussions
0 / 1000
To page 2