ExamGecko
Home Home / Cisco / 300-435

Cisco 300-435 Practice Test - Questions Answers, Page 2

Question list
Search
Search

Related questions












Refer to the exhibit.

Which NETCONF protocol operation is used to interact with the YANG model?

A.

<edit-config>

A.

<edit-config>

Answers
B.

<get>

B.

<get>

Answers
C.

<get-config>

C.

<get-config>

Answers
D.

<copy-config>

D.

<copy-config>

Answers
Suggested answer: B

Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/routers/crs/software/crs-r6-4/programmability/configuration/ guide/b-programmability-cg-crs-64x.pdf

Refer to the exhibit.

How many YANG models does the NETCONF <get> operation interact with?

A.

one

A.

one

Answers
B.

two

B.

two

Answers
C.

three

C.

three

Answers
D.

four

D.

four

Answers
Suggested answer: B

Explanation:

:

The get operation tag is at the beginning of the document. It interacted only with NTP and its related services. There get operation interacted only with one model.


Which statement describe the difference between OpenConfig and native YANG data models?

A.

Native models are designed to be independent of the underlying platform and are developed by vendors and standards bodies, such as the IETF.

A.

Native models are designed to be independent of the underlying platform and are developed by vendors and standards bodies, such as the IETF.

Answers
B.

Native models are developed by individual developers and designed to apply configurations on platforms.

B.

Native models are developed by individual developers and designed to apply configurations on platforms.

Answers
C.

OpenConfig models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.

C.

OpenConfig models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.

Answers
D.

Native models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.

D.

Native models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.

Answers
Suggested answer: D

Explanation:

Reference: https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-seriesswitches/white- paper-c11-741518.html

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?

A.

yang-data+json

A.

yang-data+json

Answers
B.

yang +json

B.

yang +json

Answers
C.

yang.data+json

C.

yang.data+json

Answers
D.

json

D.

json

Answers
Suggested answer: A

Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html

Which statement is true for Cisco IOS XE Software?

A.

RESTCONF supports JSON and XML and NETCONF supports XML.

A.

RESTCONF supports JSON and XML and NETCONF supports XML.

Answers
B.

RESTCONF supports XML and NETCONF supports JSON and XML.

B.

RESTCONF supports XML and NETCONF supports JSON and XML.

Answers
C.

RESTCONF and NETCONF supports JSON and XML.

C.

RESTCONF and NETCONF supports JSON and XML.

Answers
D.

RESTCONF supports XML and NETCONF supports JSON.

D.

RESTCONF supports XML and NETCONF supports JSON.

Answers
Suggested answer: A

Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/169/b_169_programmability_cg/restconf_programmable_interface.html

Which curl command is used to update the SNMP community of network ID “1234567” to read-only?

A.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
Suggested answer: B

Explanation:

:P

UT is used to update the snmp network ID. The access has to be community and not users.

Therefore, option B is correct.

Refer to the exhibit.

Which NETCONF statement type is represented by +--rw address* [ip]?

A.

list

A.

list

Answers
B.

leaf-list

B.

leaf-list

Answers
C.

container

C.

container

Answers
D.

submodule

D.

submodule

Answers
Suggested answer: A

Explanation:

:

Symbols after data node names: "?" means an optional node, "!" means a presence container, and "*" denotes a list and leaf-list.

The automation engineer must replace device configuration using RESTCONF. How is this configured using the Python library Requests?

A.

delete()

A.

delete()

Answers
B.

post()

B.

post()

Answers
C.

put()

C.

put()

Answers
D.

patch()

D.

patch()

Answers
Suggested answer: C

Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html

Which two Netmiko methods are used to configure a device? (Choose two.)

A.

send_config()

A.

send_config()

Answers
B.

send_control_from_file()

B.

send_control_from_file()

Answers
C.

send_config_set()

C.

send_config_set()

Answers
D.

send_command()

D.

send_command()

Answers
E.

send_config_from_file()

E.

send_config_from_file()

Answers
Suggested answer: C, E

Explanation:

Reference: https://pynet.twb-tech.com/blog/automation/netmiko.html

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?

A.

present

A.

present

Answers
B.

up

B.

up

Answers
C.

on

C.

on

Answers
D.

active

D.

active

Answers
Suggested answer: A

Explanation:

Reference: https://docs.ansible.com/ansible/latest/modules/ios_vrf_module.html

Total 124 questions
Go to page: of 13