Which of the following statements about the YANG data modeling language is FALSE?
Correct Answer: C
Explanation YANG is a data modeling language used to model configuration and state data for network devices. It defines a tree-like structure for data and is used to store, configure, and retrieve information from network devices. It is human readable and can be used to define actions and operations.
Question 27
Which of the following HTTP methods is NOT supported by REST/RESTCONF?
Correct Answer: E
Explanation The HTTP methods that are supported by REST/RESTCONF are: * OPTIONS: Used to retrieve the communication options available for a resource. * GET: Used to retrieve a representation of a resource. * PATCH: Used to apply a partial update to a resource. * POST: Used to create a new resource or trigger a specific action. The HTTP method TRACE is not supported by REST/RESTCONF.