Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 81

Which two operations are valid for RESTCONF? (Choose two.)

Answer options

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.