Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 365
An administrator is configuring NETCONF using the following XML string. What must the administrator end the request with?
<?xml version="1.0" encoding="UTF-8" ?>
<rpc message-id="9.0">[{"voted_answers": "A", "vote_count": 21, "is_most_voted": true}]A.</rpc>]]>]]>B.<rpc message-id="9.0"><notification-off/>C.</rpc-reply>D.</rpc>Show Suggested AnswerHide AnswerSuggested Answer:A🗳️
Answer options
- A. </rpc>]]>]]>
- B. <rpc message-id="9.0"><notification-off/>
- C. </rpc-reply>
- D. </rpc>
Correct answer: A
Explanation
The correct answer is A, as it correctly closes the <rpc> tag and includes the necessary XML syntax to terminate the request. Option B is incorrect because it introduces a new <rpc> tag instead of closing the existing one. Option C is wrong since <rpc-reply> is not the appropriate tag to end the request. Option D only closes the <rpc> tag without the necessary additional XML characters.