Cisco 200-901 Practice Test - Questions Answers, Page 32
List of questions
Related questions
Refer to the exhibit. Which HTTP code is returned after the RESTCONF query is executed?
201
204
302
304
Which traffic is handled on the control plane?
BGP
SMB
NTP
NETCONF
Refer to the exhibit.
Refer to the exhibit. A network engineer must configure new interfaces on a set of devices and is planning to use an Ansible playbook for the task. All devices support SSH and NETCONF protocol, and the interface variables are unique per device. In which directory are the YAML files including variables hosted to automate the task with the netconf_config module?
current working directory
host_vars directory
group_vars directory
home directory
Which standard supported by Cisco IOS XE and Cisco NX-OS is used for automating the configuration of multiple devices across a network?
SNMP – YANG
SYSLOG – YANG
CLI – YANG
NETCONF – YANG
What is a principle of a code review process?
Changes are made after the code is submitted to source control.
It must not prevent code from getting into production as quickly as possible.
Naming standards must be consistent.
A technical lead must sign off on the review.
A developer has addressed a bug that was found in the production code of an application. A separate file named ‘bug427896191v_fix” has been created with the changes to the code. Which Git command must be used to incorporate the bug fix into the production code?
git rebase
git cat-file
git merge-file
git bisert
Why would a developer compare a current version of code to a previous version?
to provide the single source of truth
to troubleshoot code failures
to track who made a change
to aid in collaboration
Which Cisco platform is used to manage data center infrastructure through third-party tools and system integrations?
Cisco DNA Center
Cisco UCS Manager
Cisco Intersight
Cisco UCS Director
Refer to the exhibit.
Refer to the exhibit. Which RESTCONF request results in this response?
Refer to the exhibit.
Refer to the exhibit. An engineer is managing the network of an enterprise. The network is using a distributed deployment model. The enterprise uses database to store logs. The current policy requires logs to be stored if changes are made to the infrastructure in any of the devices on the data centers. Which workflow is being automated by the Bash script?
returning backup files that are older than 30 days
deleting backup files that are older than 30 days
configuring the directory to delete files automatically
automating deletion of all backup files every 30 days
Question