CLOUD-DIGITAL-LEADER · Question #33
An organization has created an ecommerce website. What data on this website would be considered structured data?
The correct answer is D. Product ratings score. Structured data is data that is organized into a defined schema with clear fields and data types - typically stored in relational databases and easily queryable. A product rating score is a numeric value (e.g., 4.5 out of 5) with a consistent format, making it structured…
Question
An organization has created an ecommerce website. What data on this website would be considered structured data?
Options
- AProduct photographs
- BProduct reviews
- CProduct descriptions
- DProduct ratings score
How the community answered
(63 responses)- A2% (1)
- B2% (1)
- C5% (3)
- D92% (58)
Explanation
Structured data is data that is organized into a defined schema with clear fields and data types - typically stored in relational databases and easily queryable. A product rating score is a numeric value (e.g., 4.5 out of 5) with a consistent format, making it structured. Product photographs (A) are binary image files - unstructured data. Product reviews (B) are free-form text written by customers - unstructured data. Product descriptions (C) are also free-form text of variable length and format - unstructured data. The key distinction is that structured data fits neatly into rows and columns with predefined types, while unstructured data does not conform to a fixed schema.
Topics
Community Discussion
No community discussion yet for this question.