nerdexam
MicrosoftMicrosoft

AI-102 · Question #129

AI-102 Question #129: Real Exam Question with Answer & Explanation

The correct answer is A: CSV. The data format shown is CSV (Comma Separated Values), characterized by plain text values separated by commas, often with a header row.

Submitted by olafpl· Mar 30, 2026

Question

You have data saved in the following format. Which format was used?

Options

  • ACSV
  • BJSON
  • CHTML
  • DYAML

Explanation

The data format shown is CSV (Comma Separated Values), characterized by plain text values separated by commas, often with a header row.

Common mistakes.

  • B. JSON (JavaScript Object Notation) format organizes data as attribute-value pairs and ordered lists of values, typically enclosed in braces {} and brackets [].
  • C. HTML (Hypertext Markup Language) is used for structuring content on the web, consisting of tags and elements to define web pages, not typically for raw data storage in a simple tabular format.
  • D. YAML (YAML Ain't Markup Language) is a human-friendly data serialization standard, often used for configuration files, which uses indentation and colons to represent data structures.

Concept tested. Data file formats (CSV)

Topics

#Data formats#CSV#JSON#YAML

Community Discussion

No community discussion yet for this question.

Full AI-102 PracticeBrowse All AI-102 Questions