Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Cisco logo

CiscoCertified Network Professional Cybersecurity (CBRCOR)

Domain 4Objective 4

4.4 Recognize Common Data Formats Such as JSON, HTML, CSV, XML 350-201 Practice Questions (Page 3)

Part of the Automation domain, which accounts for 20% of the 350-201 exam. Cisco does not publish an official question count, but from its 120-minute exam (~50–80 total, ~10–16 in this domain), expect 1–1 from this objective — we provide 20 practice questions to prepare you well beyond it. (estimate)

20questions here
4free pages
9concepts
20%of the exam

Questions 11–15

  1. 11foundation · medium

    A security analyst needs to extract the IP addresses from the following HTML snippet using a Python script. The analyst must avoid capturing the IP address that appears in the page's footer comment. <html> <body> <div class="alert">Suspicious traffic from 203.0.113.5</div> <ul id="hosts"> <li>192.0.2.1</li> <li>198.51.100.7</li> </ul> <!-- footer: contact 203.0.113.5 --> </body> </html> Which approach will extract only the two IP addresses inside the <li> elements?

    Select an answer first
  2. 12foundation · easy

    In HTML, which tag is used to create a hyperlink to another web page?

    Select an answer first
  3. 13foundation · easy

    In a CSV file, what is the default delimiter used to separate fields?

    Select an answer first
  4. 14foundation · medium

    A threat intelligence report contains the following snippet: { "indicators": [ {"type": "ipv4", "value": "192.0.2.10", "confidence": 85}, {"type": "domain", "value": "malicious.example.com", "confidence": 92} ], "source": "internal", "metadata": {"generated": "2025-01-01", "count": 2} } Which statement correctly describes the structure of this JSON data?

    Select an answer first
  5. 15foundation · easy

    Given the XML: <config><host>192.168.1.1</host><port>8080</port></config>, what is the text content of the <host> element?

    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. “350-201” is a trademark of its owner, used for identification only.