easyMultiple SelectObjective-mapped
CCNP Practice Question: Which two statements about RESTCONF are true?…
Which two statements about RESTCONF are true? (Choose two.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
RESTCONF uses HTTP methods like GET, PUT, POST, and DELETE to manipulate YANG data.
RESTCONF uses HTTP methods to access YANG-defined data on network devices. It supports both XML and JSON encoding. It does not use SSH or TLS natively for transport; it relies on HTTP over TLS (HTTPS) for security. The 'data' resource is the top-level resource for accessing YANG data stores. RESTCONF does not define its own data model; it uses YANG models.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
RESTCONF uses HTTP methods like GET, PUT, POST, and DELETE to manipulate YANG data.
Why this is correct
Correct because RESTCONF maps HTTP methods to CRUD operations on YANG data.
- ✗
RESTCONF supports only XML encoding for data.
Why it's wrong here
Incorrect because RESTCONF supports both XML and JSON encoding.
- ✗
RESTCONF uses SSH as the transport protocol.
Why it's wrong here
Incorrect because RESTCONF uses HTTP/HTTPS, not SSH; NETCONF uses SSH.
- ✓
RESTCONF provides a 'data' resource as the entry point for accessing YANG data stores.
Why this is correct
Correct because the base URI for RESTCONF includes the 'data' resource to access configuration and state data.
- ✗
RESTCONF defines its own data modeling language.
Why it's wrong here
Incorrect because RESTCONF uses YANG as the data modeling language.
About these practice questions
This 350-401 question is part of Courseiva's 1,175-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on 350-401
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Which two statements about RESTCONF are true? (Choose two.)
medium- A.RESTCONF uses SSH for transport security.
- ✓ B.RESTCONF uses HTTP methods such as GET, PUT, POST, DELETE, and PATCH.
- C.RESTCONF is designed to replace NETCONF entirely.
- ✓ D.RESTCONF supports both JSON and XML encoding for data representation.
- E.RESTCONF uses remote procedure calls (RPCs) for all operations.
Why B: The correct answers are B and D. B is correct because RESTCONF uses HTTP methods like GET, PUT, POST, DELETE, and PATCH. D is correct because RESTCONF supports both JSON and XML encoding. A is incorrect because RESTCONF uses HTTP, not SSH. C is incorrect because RESTCONF is not a replacement for NETCONF; they are different protocols. E is incorrect because RESTCONF does not use remote procedure calls (RPCs) in the same way as NETCONF; it uses RESTful operations.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 350-401 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-401 exam.