Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Cisco logo

CCIE Security

Domain 3Objective 9

3.9 Interaction with Network Devices Through APIs Using Basic Python Scripts CCIE-SECURITY Practice Questions (Page 8)

Part of the 3.0 Security Infrastructure domain, which accounts for 15% of the CCIE-SECURITY exam. Cisco does not publish an official question count, but from its 120-minute exam (~50–80 total, ~8–12 in this domain), expect 1–1 from this objective — we provide 61 practice questions to prepare you well beyond it. (estimate)

61questions here
13free pages
11concepts
15%of the exam

Questions 36–40

  1. 36application · medium

    A Python script needs to parse a JSON response from a network device API to extract the IP address of a specific interface. The JSON structure is nested: {'interfaces': [{'name': 'GigabitEthernet0/1', 'ip': '192.168.1.1'}]}. Which Python code correctly extracts the IP address?

    Select an answer first
  2. 37application · medium

    A network device API returns configuration data in XML format. The engineer needs to extract the value of the 'hostname' element from the XML response. Which Python approach is most appropriate?

    Select an answer first
  3. 38application · medium

    A Python script is being written to interact with a network device's REST API that uses Basic Authentication. The script must send credentials securely. Which approach should the engineer use?

    Select an answer first
  4. 39application · medium

    An engineer is writing a Python script to send a JSON payload to a network device API to configure a VLAN. The payload must include a nested object for the VLAN interface. Which Python data structure correctly represents this JSON payload?

    Select an answer first
  5. 40application · medium

    A network device API expects an XML payload to create a new access-list entry. The XML must include a namespace. Which Python code correctly constructs the XML payload with a namespace?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Cisco. “CCIE-SECURITY” is a trademark of its owner, used for identification only.