Cisco 300-435 Practice Test - Questions Answers, Page 2
List of questions
Related questions
Refer to the exhibit.
Which NETCONF protocol operation is used to interact with the YANG model?
<edit-config>
<get>
<get-config>
<copy-config>
Refer to the exhibit.
How many YANG models does the NETCONF <get> operation interact with?
one
two
three
four
Which statement describe the difference between OpenConfig and native YANG data models?
Native models are designed to be independent of the underlying platform and are developed by vendors and standards bodies, such as the IETF.
Native models are developed by individual developers and designed to apply configurations on platforms.
OpenConfig models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.
Native models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.
Refer to the exhibit.
An engineer creates a Python script using RESTCONF to display hostname information. The code must be completed so that it can be tested. Which string completes the highlighted areas in the exhibit?
yang-data+json
yang +json
yang.data+json
json
Which statement is true for Cisco IOS XE Software?
RESTCONF supports JSON and XML and NETCONF supports XML.
RESTCONF supports XML and NETCONF supports JSON and XML.
RESTCONF and NETCONF supports JSON and XML.
RESTCONF supports XML and NETCONF supports JSON.
Which curl command is used to update the SNMP community of network ID “1234567” to read-only?
Option A
Option B
Option C
Option D
Refer to the exhibit.
Which NETCONF statement type is represented by +--rw address* [ip]?
list
leaf-list
container
submodule
The automation engineer must replace device configuration using RESTCONF. How is this configured using the Python library Requests?
delete()
post()
put()
patch()
Which two Netmiko methods are used to configure a device? (Choose two.)
send_config()
send_control_from_file()
send_config_set()
send_command()
send_config_from_file()
Refer to the exhibit.
An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable.
The code must be completed so that it can be tested. Which string completes the code?
present
up
on
active
Question