Beginner Big Data & Data Engineering
Q35 / 100

What is "data serialization"?

Correct! Well done.

Incorrect.

The correct answer is A) Converting data structures or objects into a format that can be stored or transmitted and later reconstructed

A

Correct Answer

Converting data structures or objects into a format that can be stored or transmitted and later reconstructed

Explanation

Serialization formats like JSON, Avro, and Protobuf convert in-memory data into bytes for storage or network transfer, then deserialize it back later.

Progress
35/100