Cisco
350-701 · Question #872
350-701 Question #872: Real Exam Question with Answer & Explanation
Sign in or unlock 350-701 to reveal the answer and full explanation for question #872. The question stem and answer options stay visible for context.
Submitted by lukas.cz· Mar 30, 2026Automation and Programmability - Use NETCONF to configure network devices and understand the structure of NETCONF operations and attributes as defined in RFC 6241
Question
Refer to the exhibit. A network engineer must delete part of a Cisco router configuration using the NETCONF API. The engineer uses a Python script to automate the activity. Which code snippet completes the script? A. B. C. D.
Exhibits
Options
- A<interface nc:operation="delete" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> </interface>
- B<interface nc:operation="change" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> </interface>
- C<interface nc:actions="delete" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> </interface>
- D<interface nc:operation="erase" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> </interface>
Unlock 350-701 to see the answer
You've previewed enough free 350-701 questions. Unlock 350-701 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#NETCONF#Network Automation#XML#Python Scripting




