exam questions

Exam 300-435 All Questions

View all questions & answers for the 300-435 exam

Exam 300-435 topic 1 question 15 discussion

Actual exam question from Cisco's 300-435
Question #: 15
Topic #: 1
[All 300-435 Questions]



Refer to the exhibit. How many YANG models does the NETCONF <get> operation interact with?

  • A. one
  • B. two
  • C. three
  • D. four
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
B3nd3cida
Highly Voted 3 years, 8 months ago
I believe the answer is 3: If we take a look to the oficial Cisco Yang Model Library: https://github.com/YangModels/yang/tree/master/vendor/cisco/xe The below models do exist: Cisco-IOS-XE-native.yang Cisco-IOS-XE-ntp.yang Cisco-IOS-XE-ntp-oper.yang So somehow the NETCONF <get> must interact with them.
upvoted 13 times
...
NetWizard
Highly Voted 3 years ago
3 cause <get> will get both config and oper data - https://datatracker.ietf.org/doc/html/rfc6241
upvoted 7 times
...
ssink19
Most Recent 4 months, 3 weeks ago
Selected Answer: C
Leveraged Multiple AI to get to the bottom of this. There are 3 models referenced. Cisco-IOS-XE-native: Handles general native configurations. Cisco-IOS-XE-ntp: Manages NTP server configurations. Cisco-IOS-XE-ntp-oper: Deals with operational data for NTP.
upvoted 1 times
...
dkhenderson2
7 months ago
The server section within the <native> element is not a separate model; it is part of the same YANG model. In the given XML, the <server> section is nested within the <native> model namespace, which means it is an extension or a component of the Cisco-IOS-XE-native YANG model. To clarify, here is the structure: Cisco-IOS-XE-native: This YANG model includes the <native> element and all its nested elements, including <ntp> and <server>. Cisco-IOS-XE-ntp-oper: This is a separate YANG model that deals with operational data related to NTP. Thus, the <get> operation interacts with these two distinct YANG models. The correct answer is: B. two
upvoted 1 times
...
squirrel88x
8 months ago
The questions says "model" not "module"...might that be the reason why the suggested answer is A (1) and not C (3) ?
upvoted 1 times
...
fuhgeddaboudit
1 year, 4 months ago
Selected Answer: C
C - 3 cause <get> will get both config and oper data
upvoted 2 times
...
jas26says
2 years, 4 months ago
I think the provided answer is correct because the only "oper" module is NTP in that case.
upvoted 1 times
mattlarette
1 year, 4 months ago
You can still interact with oper modules. You can <get> them just like you can <get> any other module. Technically, this is considered an interaction, and as such, 3 is likely the correct answer.
upvoted 1 times
...
...
JCGO
3 years, 5 months ago
3. Agreed. Check here: https://datatracker.ietf.org/doc/html/rfc6020 "All YANG definitions are specified within a module that is bound to a particular XML namespace [XML-NAMES], which is a globally unique URI [RFC3986]. A NETCONF client or server uses the namespace during XML encoding of data."
upvoted 3 times
...
_rfissa_
3 years, 9 months ago
Can you please elaborate on why
upvoted 2 times
Boot20
3 years, 9 months ago
Also would like to know why C
upvoted 1 times
...
...
1234567J
3 years, 11 months ago
I think it is C
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...