exam questions

Exam DY0-001 All Questions

View all questions & answers for the DY0-001 exam

Exam DY0-001 topic 1 question 8 discussion

Actual exam question from CompTIA's DY0-001
Question #: 8
Topic #: 1
[All DY0-001 Questions]

A data analyst wants to save a newly analyzed data set to a local storage option. The data set must meet the following requirements:

Be minimal in size -
Have the ability to be ingested quickly
Have the associated schema, including data types, stored with it
Which of the following file types is the best to use?

  • A. JSON
  • B. Parquet
  • C. XML
  • D. CSV
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SuntzuLegacy
1 month, 1 week ago
Selected Answer: B
Parquet (choice B) is a columnar storage format that: Minimizes storage size via efficient compression and encoding. Supports efficient read/ingestion (particularly for column-based queries). Stores schema information (including data types) within its metadata. JSON and XML can be verbose, and while CSV is relatively small, it does not store data types or other schema information inherently. Hence, Parquet is the best fit.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...