Implementing Data Engineering Solutions Using Microsoft Fabric — Question 1
You have a Fabric workspace.
You have semi-structured data.
You need to read the data by using T-SQL, KQL, and Apache Spark. The data will only be written by using Spark.
What should you use to store the data?
Answer options
- A. a lakehouse
- B. an eventhouse
- C. a datamart
- D. a warehouse
Correct answer: A
Explanation
A lakehouse is specifically designed to handle both structured and semi-structured data while supporting multiple processing frameworks such as T-SQL, KQL, and Apache Spark. The other options, like an eventhouse, datamart, and warehouse, do not adequately support the requirements for semi-structured data and the specified read/write capabilities.