cisco 200-901 Exam Questions

Questions for the 200-901 were updated on : Dec 01 ,2025

Page 1 out of 33. Viewing questions 1-15 out of 481

Question 1

An engineer creates a script that makes calls to the Cisco Webex API to create a new room and then
add users to the room. The engineer runs the script and receives an HTTP response with status code
200. The engineer wants to make an enhancement to the script to send an email to the added users
that includes the title and ID of the room. Which part of the HTTP response contains the additional
information?

  • A. response body
  • B. response header
  • C. response content-type
  • D. response status code
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

What does an HTTP 404 status code indicate when consuming APIs?

  • A. The API request experienced an internal server error.
  • B. The user was not authorized to send the request.
  • C. The API request experienced a network error.
  • D. The API resource was not found for the request.
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

Which HTTP status means that the origin server knows the method that is received in the request
line, but the target resource does not support the method?

  • A. 105
  • B. 205
  • C. 305
  • D. 405
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

A new application is being developed that requires the ability to be copied and moved from one
location to another. The existing infrastructure is already heavily utilized, so the new application must
have a low resource footprint. The application includes a small PostgreSQL database component.
Which application deployment type meets the requirements?

  • A. Virtual machine
  • B. Python virtual environment
  • C. Container
  • D. Bare metal
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

Refer to the exhibit.

Refer to the exhibit. A developer is using cURL to test connectivity to a webpage. The request times
out after 10 seconds. The developer tested connectivity by using Ping and can open a socket to the
remote server by using Telnet. Other users confirm that they can access the webpage from their
device. The developer has SSH access to the remote server and runs commands to troubleshoot.
What causes the issue?

  • A. Application-layer security features on the remote server block the connection.
  • B. HTTPS proxy configured on the remote server blocks the connection.
  • C. Connectivity from the remote server back to the client is down.
  • D. Firewall rules on the remote server block the client on port 443.
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 6

In which way do webhooks notify a client about server or application changes by default?

  • A. Asynchronously
  • B. Periodically
  • C. In real time
  • D. Synchronously
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

What is a benefit of using a modular design in code development?

  • A. Compatible with network devices
  • B. Reducing attack vectors
  • C. Easy to access the services
  • D. Reusability in other projects
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing in the Python script
to list all devices. Not all options are used.

Answer:

None

User Votes:

Explanation:

Discussions
vote your answer:
0 / 1000

Question 9

DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to print the
hostname, software version, and uptime for the network devices returned in the response. Not
options are used.

Answer:

None

User Votes:

Explanation:

Discussions
vote your answer:
0 / 1000

Question 10

What is a characteristic of an IP address?

  • A. It is a number ID that is assigned to multiple hosts or interfaces in a network.
  • B. It is a unique number ID that is 30 bits in total.
  • C. It is a physical address that is assigned to only one host or interface.
  • D. It is a unique number ID that is assigned to only one host or interface on a network.
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

Which type of webhooks must be configured to receive all the events that relate to a specific system?

  • A. broadwork
  • B. broadcast
  • C. fallback
  • D. firehose
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 12

A company plans to develop an application by using Cisco APIs. The application must use code
repositories approved by Cisco. The development team wants to make use of community-
supported, open-source code. Which resource should be used?

  • A. Cisco DevNet Sandbox
  • B. Cisco DevNet Learning Labs
  • C. Cisco DevNet Code Exchange
  • D. Cisco TAC
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 13

What is indicated when the green phase of the test-driven development cycle is complete?

  • A. The unit test of the new code has written functions as intended.
  • B. The new code caused a break in the existing functionality.
  • C. The new code is readable and maintainable.
  • D. The new code meets the test requirements.
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 14

Refer to the exhibit.

Refer to the exhibit. Which YANG model is used to generate the XML in the exhibit?


  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

A development team needs to containerize an application named 'cust475605674\ A Dockerfile has
been created and now the docker build command needs to be run using the current folder to find the
Dockerfile. build the image and create a local repository named 'cust321453857-rep' that points to
that image. Which command must be used?

  • A. docker build -t cust321453857-rep -f Dockerfile
  • B. docker build cust321453857-rep -f Dockerfile.txt
  • C. docker build cust321453857-rep Dockerfile
  • D. docker build -t cust321453857-rep Dockerfile.txt
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
To build a Docker image using the current folder and a specified Dockerfile, and then tag the image
with a specific name for the local repository, the following command is used:
docker build: This command builds a Docker image from a Dockerfile.
-t cust321453857-rep: The -t option tags the resulting image with the specified name
(cust321453857-rep).
-f Dockerfile: The -f option specifies the Dockerfile to use for building the image.
Command:
docker build -t cust321453857-rep -f Dockerfile .
Reference:
Docker Build Command: Docker Build

Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2