Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 81
Which two operations are valid for RESTCONF? (Choose two.)
Answer options
- A. PULL
- B. PUSH
- C. PATCH
- D. REMOVE
- E. ADD
- F. HEAD
Correct answer: C, F
Explanation
The correct options are PATCH and HEAD. PATCH is used to update resources in RESTCONF, while HEAD retrieves metadata about a resource without transferring the actual data. The other options, PULL, PUSH, REMOVE, and ADD, are not standard operations defined for RESTCONF.