nerdexam
Cisco

350-201 · Question #75

Refer to the exhibit. Which data format is being used?

The correct answer is C. XML. The exhibit displays data wrapped in hierarchical opening and closing tags, which is the defining characteristic of XML (Extensible Markup Language).

Fundamentals

Question

Refer to the exhibit. Which data format is being used?

Exhibit

350-201 question #75 exhibit

Options

  • AJSON
  • BHTML
  • CXML
  • DCSV

How the community answered

(49 responses)
  • A
    6% (3)
  • B
    2% (1)
  • C
    88% (43)
  • D
    4% (2)

Why each option

The exhibit displays data wrapped in hierarchical opening and closing tags, which is the defining characteristic of XML (Extensible Markup Language).

AJSON

JSON uses curly braces and key-value pairs with colons, not opening and closing tags.

BHTML

HTML also uses tags but is specifically designed for web page rendering and includes predefined elements like <html>, <body>, and <p>, not arbitrary custom tags.

CXMLCorrect

XML structures data using custom, hierarchical tags with explicit opening and closing elements such as <element>value</element>. Unlike JSON or CSV, XML uses a tag-based syntax that wraps each data value in named elements, making it human-readable and self-describing. This tag-based structure is the key distinguishing feature visible in the exhibit.

DCSV

CSV represents data as plain text with values separated by commas, with no tags or markup of any kind.

Concept tested: Identifying XML data format structure

Source: https://www.w3.org/TR/xml/

Topics

#XML#data formats#structured data

Community Discussion

No community discussion yet for this question.

Full 350-201 Practice