Cisco 200-901 Practice Test - Questions Answers, Page 37
List of questions
Related questions
What is a benefit of using model-driven programmability for infrastructure automation?
connected user tracking
infrastructure resource optimization
multiple device control protocols
device performance monitoring
What is the function of an Ethernet switch in a networking environment?
to switch a frame from one port to another port based on IP address
to switch a frame from one port to another port based on MAC address
to provide IP addressing to connected hosts
to block unwanted traffic
Which command reverses the last commit without changing the index file or the working tree position?
git revert HEAD
git reset --hard HEAD~3
git reset --soft HEAD^
git revert
Refer to the exhibit.
Refer to the exhibit. An engineer runs a network that consists of Cisco Nexus devices. The network is distributed between data centers in different locations. The switches are configured using standalone connections and a single point of failure. Which process is being automated by the Ansible playbook?
enabling HSRP on the nxos_rtr inventory host
enabling HSRP on the rtr-1a inventory host
executing HSRP configuration from the Ansible controller node
executing HSRP configuration from the srv-1a inventory host
Refer to the exhibit.
Refer to the exhibit. A developer must use a token to collect data from Cisco DNA Center API and prepares a Python script to send requests. Which line of code needs to be placed on the snippet where the code is missing to obtain a token from the Cisco DNA Center API?
token=BasicAuth(‘user’,‘password’))
auth=BasicAuth(‘user’,‘password’))
auth=HTTPBasicAuth(user,password))
token=HTTPBasicAuth(user,password))
To which stage of development do Infrastructure as Code principles relate?
manual configuration
service provisioning
physical deployment
requirement collection
Refer to the exhibit.
Refer to the exhibit. An engineer must authorize a REST API call. The API password is "Cisco123!".
Which Bash command must be placed in the code to authorize the call?
mkdir API_PASSWORD=Cisco123!
set API_PASSWORD=Cisco123!
cp API_PASSWORD=Cisco123!
export API_PASSWORD=Cisco123!
Which function does a router provide to a network?
broadcast domain segmentation
unique host on a Layer 3 network
unique hardware address for every node on a LAN
broadcast domain extension
Which IP service is used to monitor the performance of network devices?
SNMP
DHCP
DNS
NTP
Which IP service synchronizes the time across devices?
DNS
NTP
SNMP
NAT
Question