ExamGecko
Home / Cisco / 300-435 / List of questions
Ask Question

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

Add to Whishlist

List of questions

Question 11

Report Export Collapse


Refer to the exhibit.

Cisco 300-435 image Question 11 112560 10072024005912000000

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

<edit-config>

<edit-config>

<get>

<get>

<get-config>

<get-config>

<copy-config>

<copy-config>

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

asked 07/10/2024
harinder giri
38 questions

Question 12

Report Export Collapse

Refer to the exhibit.

Cisco 300-435 image Question 12 112561 10072024005912000000

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

one

one

two

two

three

three

four

four

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.

asked 07/10/2024
Omer Awad
33 questions

Question 13

Report Export Collapse


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 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.

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.

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.

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

Suggested answer: D
Explanation:

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

asked 07/10/2024
David Miller
35 questions

Question 14

Report Export Collapse

Refer to the exhibit.

Cisco 300-435 image Question 14 112563 10072024005912000000

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-data+json

yang +json

yang +json

yang.data+json

yang.data+json

json

json

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

asked 07/10/2024
Vidana Weerasinghe
49 questions

Question 15

Report Export Collapse

Which statement is true for Cisco IOS XE Software?

RESTCONF supports JSON and XML and NETCONF supports XML.

RESTCONF supports JSON and XML and NETCONF supports XML.

RESTCONF supports XML and NETCONF supports JSON and XML.

RESTCONF supports XML and NETCONF supports JSON and XML.

RESTCONF and NETCONF supports JSON and XML.

RESTCONF and NETCONF supports JSON and XML.

RESTCONF supports XML and NETCONF supports JSON.

RESTCONF supports XML and NETCONF supports JSON.

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

asked 07/10/2024
Johny Nguyen
38 questions

Question 16

Report Export Collapse

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

Cisco 300-435 image Question 16 112565 10072024005912000000

Option A

Option A

Option B

Option B

Option C

Option C

Option D

Option D

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.

asked 07/10/2024
martin lopez
30 questions

Question 17

Report Export Collapse

Refer to the exhibit.

Cisco 300-435 image Question 17 112566 10072024005912000000

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

list

list

leaf-list

leaf-list

container

container

submodule

submodule

Suggested answer: A
Explanation:

:

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

asked 07/10/2024
Dave Stacey
34 questions

Question 18

Report Export Collapse

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

delete()

delete()

post()

post()

put()

put()

patch()

patch()

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

asked 07/10/2024
Chang Weishin
32 questions

Question 19

Report Export Collapse

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

send_config()

send_config()

send_control_from_file()

send_control_from_file()

send_config_set()

send_config_set()

send_command()

send_command()

send_config_from_file()

send_config_from_file()

Suggested answer: C, E
Explanation:

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

asked 07/10/2024
DAVID Durbin
42 questions

Question 20

Report Export Collapse

Refer to the exhibit.

Cisco 300-435 image Question 20 112569 10072024005912000000

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

present

up

up

on

on

active

active

Suggested answer: A
Explanation:

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

asked 07/10/2024
Venkat Burri
47 questions
Total 124 questions
Go to page: of 13

Related questions