cisco 300-835 practice test

Automating Cisco Collaboration Solutions (CLAUTO)

Last exam update: Jul 20 ,2024
Page 1 out of 5. Viewing questions 1-15 out of 61

Question 1 Topic 1

Topic 1
What is a benefit of using Python virtual environments?

  • A. It isolates dependencies of every project from the system and each other.
  • B. It allows Python to differentiate between package versions.
  • C. It frees the developer from installing the project dependencies.
  • D. It puts dependent packages in a common site-packages directory.
Answer:

A

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

Question 2 Topic 1

Topic 1
DRAG DROP
Drag and drop the bootkit functions from the left onto the correct actions on the right.
Select and Place:

Answer:

Discussions
0 / 1000

Question 3 Topic 1

Topic 1

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

Answer:

B

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

Question 4 Topic 1

Topic 1
DRAG DROP
An administrator is creating a script using the Python xAPI over WebSockets (pyxows) library. The goal of the script is to
capture an event generated by a UI Extensions action button (former InRoom Control Panel). When the action button is
clicked, the script displays an alert that says that the button ID was clicked. Drag and drop the code snippets into the
locations to complete the
script:
Select and Place:

Answer:

Discussions
0 / 1000

Question 5 Topic 1

Topic 1
DRAG DROP
Drag and drop the code to complete the curl command that creates a halfwake brand logo using the xAPI HTTP API. Not all
options are used. Code can be used more than one time.
Select and Place:

Answer:

Discussions
0 / 1000

Question 6 Topic 1

Topic 1
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.
Answer:

B D

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

Question 7 Topic 1

Topic 1
Using the Finesse REST APIs coupled with the Finesse notifications, which two use cases can be accomplished? (Choose
two.)

  • A. Add video calling capabilities to an existing application such as a CRM.
  • B. Add outbound call capabilities to an existing application such as a CRM.
  • C. Develop a secure monitoring application that captures the agent's states and dialog information of every agent in the contact center system.
  • D. Develop a fully functioning custom agent desktop that has call control, workflows, and client logging.
  • E. Develop a fully functioning custom agent desktop for chat, email, and SMS interactions including the content of the chat, email, and SMS.
Answer:

B E

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 Topic 1

Topic 1
Which two characteristics of REST APIs? (Choose two.)

  • A. Resources are accessed using Uniform Resource Identifiers.
  • B. API operations for Create/Read/Update/Delete are mapped to standard HTTP methods.
  • C. Cookies are used for the duration of the session.
  • D. REST API extends Remote Procedure Call.
  • E. The server manages the session state.
Answer:

A B

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

Question 9 Topic 1

Topic 1
DRAG DROP
Drag and drop the elements from the left onto the correct descriptions on the right. Not all options are used.
Select and Place:

Answer:

Discussions
0 / 1000

Question 10 Topic 1

Topic 1

Refer to the exhibit. Which value of a is displayed when the Python code is executed?

  • A. 10
  • B. 13
  • C. 18
  • D. 21
Answer:

B

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

Question 11 Topic 1

Topic 1
DRAG DROP
Drag and drop the git commands/steps from the left into the correct order on the right to make changes and submit code to a
remote repository.
Select and Place:

Answer:

Explanation:
Topic 2, Unified Communication

Discussions
0 / 1000

Question 12 Topic 2

Topic 2
What are two keys features of Cisco Unified Communications Manager Serviceability APIs? (Choose two.)

  • A. save alarms and events for troubleshooting
  • B. connect to serial console on phone hardware
  • C. configure firewall rules on phone hardware
  • D. scan servers and devices for malware
  • E. real-time monitoring of components
Answer:

A E

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

Question 13 Topic 2

Topic 2
Which two files must be downloaded from a Cisco Unified Communications Manager server in order to build requests for the
AXL API? (Choose two.)

  • A. AXLEnums.xsd
  • B. AXL_CUCM.xsd
  • C. AXLSoap.xsd
  • D. CUCM_AXL.json
  • E. AXLWSDL.xml
Answer:

A C

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

Question 14 Topic 2

Topic 2
Which statement describe the function of the perfmonCollectCounterData operation used in the Cisco Unified
Communications Manager Serviceability Perfmon API?

  • A. It returns the Perfmon data for all counters that belong to an object on a particular host.
  • B. It collects files from RTMT.
  • C. It collects the Perfmon data for all counters that have been added with perfmonAddCounter to the session handle returned from perfmonOpenSession.
  • D. It returns the list of available Perfmon objects and counters on a particular host.
Answer:

A

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

Question 15 Topic 2

Topic 2
Which two capabilities can be implemented in a custom application using the Cisco Unified IP Phone Services API? (Choose
two.)

  • A. Authenticate the phone to the network.
  • B. Display corporate directory information.
  • C. Play multicast messages.
  • D. Upgrade phone firmware.
  • E. Create new phone devices.
Answer:

C E

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