Exam 350-401 All QuestionsBrowse all questions from this exam
Question 1007

Refer to the exhibit. What is achieved by this Python script?

    Correct Answer: A

    The Python script first uses a <get-config> RPC call, which is used to retrieve the current configuration from the network device. The script then parses this configuration data into a dictionary format using the xmltodict library. Therefore, the script reads access list statements into a dictionary list.

Discussion
kyoyoyoOption: A

Answer is A. 1. the get-config is a read verb. 2. second part is "xmltodict" parse the given XML into a dictionary

leehyoeunOption: A

answer is a

SeMo0o0oOption: A

A is correct

falconer42003Option: A

Answer is A. This is a <get-config> operation.