CCNP 350-401 ENCOR Question 562 DISCUSSION

  • 1008 views
  • 2023-07-05
« Back to Main Menu

Which two items are found in YANG data models? (Choose two.)

A. HTTP return codes
B. rpc statements
C. JSON schema
D. container statements
E. XML schema

 

Which two items are found in YANG data models? (Choose two.)

A. HTTP return codes
B. rpc statements
C. JSON schema
D. container statements
E. XML schema

Correct Answer: BD

Support AceITCert.com by buying stuff you need!

2 Comments

ohhhvictor

There are two common data formats that APIs often use:

  • Extensible Markup Language (XML)
  • JavaScript Object Notation (JSON)

2024-01-27 01:12:33
ohhhvictor

rpc statements are used in YANG data models to define the operations that can be invoked on the device. These operations are similar to methods or functions in programming languages. They allow the client to perform actions on the server, such as rebooting a system, resetting interfaces, or installing software.

Container statements are used to group related elements together. A container represents a complex data structure with multiple child nodes. It is similar to a struct or a class in programming languages. Containers provide structure to the YANG data model, allowing related data to be organized and accessed together.

2024-04-27 19:37:00
In order to participate in the comments you need to be logged-in.
You can sign-up or login (it's free).