Implementing Automation for Cisco Service Provider Solutions (SPAUTO) — Question 38
After a configuration request is sent using NETCONF, which call releases any locks and resources associated with the session?
Answer options
- A. <exit-operation>
- B. <close-activity>
- C. <close-session>
- D. <boot-app>
Correct answer: C
Explanation
The correct answer is <close-session>, as it specifically terminates the session and releases all associated resources. The other options do not perform this function; <exit-operation> and <close-activity> are not standard NETCONF operations, and <boot-app> refers to starting an application rather than closing a session.