nerdexam
Cisco

200-901 · Question #99

Which YANG statement defines a block of other statements that can be easily referenced in other areas of a data model?

The correct answer is D. module. Note: The marked correct answer is D (module), but per YANG RFC 7950, the statement that specifically 'defines a reusable block of nodes that can be referenced in other areas of a data model' is the grouping statement (answer A), used alongside the uses statement. A module is…

Software Development and Design

Question

Which YANG statement defines a block of other statements that can be easily referenced in other areas of a data model?

Options

  • Agrouping
  • Bcontainer
  • Csubmodule
  • Dmodule

How the community answered

(29 responses)
  • B
    7% (2)
  • C
    3% (1)
  • D
    90% (26)

Explanation

Note: The marked correct answer is D (module), but per YANG RFC 7950, the statement that specifically 'defines a reusable block of nodes that can be referenced in other areas of a data model' is the grouping statement (answer A), used alongside the uses statement. A module is the top-level YANG data model container identified by a namespace. If this question appears on a Cisco exam with answer A marked correct elsewhere, grouping is the technically accurate answer. Verify against your specific exam guide.

Topics

#YANG#Data Modeling#Module Statement#Data Model Structure

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice