ExamGecko
Home Home / Cisco / 200-901

Cisco 200-901 Practice Test - Questions Answers, Page 41

Question list
Search
Search

List of questions

Search

DRAG DROP

Drag and drop the capabilities from the left onto the Cisco Network Management Platforms that support the capabilities on the right.


Question 401
Correct answer: Question 401

DRAG DROP

An engineer must make changes on a network device through the management platform API. The engineer prepares a script to send the request and analyze the response, check headers, and read the body according to information inside response headers. Drag and drop the HTTP header values from the left onto the elements of an HTTP response on the right.


Question 402
Correct answer: Question 402

DRAG DROP

Refer to the exhibit.

Refer to the exhibit. Drag and drop the actions from the left that the contents of this Dockerfile accomplish onto the right. Not all options are used.


Question 403
Correct answer: Question 403

DRAG DROP

Refer to the exhibit.

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to return the number of interfaces on a network device by using the Cisco DNA Center SDK. Not all options are used.


Question 404
Correct answer: Question 404

DRAG DROP

Refer to the exhibit.

Refer to the exhibit. A bespoke meeting booking system must be integrated with Cisco Webex so that meetings are created automatically. Drag and drop the code from the bottom onto the box where the code is missing to create a sample meeting. Not all options are used.


Question 405
Correct answer: Question 405

DRAG DROP

Refer to the exhibit.

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to construct a request that generates a security token and gets a list of network devices. Not all options are used.


Question 406
Correct answer: Question 406

DRAG DROP

Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script that calls a REST API request. The Python script retrieves a list of tasks from a to-do list for effective project management purposes. Not all options are used.


Question 407
Correct answer: Question 407

Explanation:


Refer to the exhibit.

The IT team deployed a new Linux virtual machine for a software engineer to use. but the engineer is not comfortable configuring services using Bash. Which workflow is automated by the Ansible playbook?

A.

Restart the network on the ethO interlace and start the httpd service if it is not already started.

A.

Restart the network on the ethO interlace and start the httpd service if it is not already started.

Answers
B.

Restart the httpd service and start the network service for the ethO interface.

B.

Restart the httpd service and start the network service for the ethO interface.

Answers
C.

Start the network service on the ethO interface even if it was brought down manually.

C.

Start the network service on the ethO interface even if it was brought down manually.

Answers
D.

Restart the httpd service and the network service regardless of the state.

D.

Restart the httpd service and the network service regardless of the state.

Answers
Suggested answer: A

Explanation:

The Ansible playbook in the exhibit consists of two stages:

Stage 1: Restarts the network service on the eth0 interface.

Stage 2: Starts the httpd service.

Stage 1:

- name: stage1

ansible.builtin.service:

name: network

state: restarted

args: eth0

This stage ensures that the network service on the eth0 interface is restarted.

Stage 2:

- name: stage2

ansible.builtin.service:

name: httpd

state: started

This stage ensures that the httpd service is started if it is not already running.

Ansible Playbook Documentation: Ansible Service Module

An engineer must investigate the problems on a web application and address them to related teams. The engineer verifies the application reachability from the single public IP

dress with port and discovers that HTTPS access works to three servers of a network farm with IP 172.16.50.1 .2 and .4. but HTTPS access to the server with IP 172.16.50.3 does : work. Which problem type must be addressed as the cause for the case?

A.

VPN connectivity

A.

VPN connectivity

Answers
B.

NAT

B.

NAT

Answers
C.

blocked transport port

C.

blocked transport port

Answers
D.

proxy

D.

proxy

Answers
Suggested answer: C

Explanation:

The issue described indicates that HTTPS (port 443) access is not working for one specific server (172.16.50.3) in the network farm, while it works for the others. This suggests that the transport port (port 443) might be blocked or filtered for this particular server.

Transport Port Blocking: Network firewalls or security groups might block specific ports for certain IP addresses.

Server Configuration: The server might not have the necessary configuration to accept HTTPS connections on port 443.

Troubleshooting: Verifying firewall rules, security group settings, and server configurations can help identify and resolve the issue.

Network Troubleshooting Guide: Troubleshooting Network Issues

DRAG DROP

Drag and drop the Python data transformation methods from the left onto the data formats on the right.


Question 410
Correct answer: Question 410

Explanation:

JSON and YAML in Python: JSON Documentation, YAML Documentation

Total 471 questions
Go to page: of 48