A global media streaming platform is designing an analytical pipeline to process and analyze content viewing sessions. The platform requires a solution to store and query historical logs with the following characteristics:
* Daily batch uploads of session log files in Parquet format, totaling of new data per day.
* A total of of historical logs stored in a central repository.
* Data scientists must run sporadic, ad-hoc exploratory queries to analyze viewing trends, which can tolerate a query latency of up to .
* The architecture must minimize administrative overhead and reduce costs by avoiding continuously running compute resources.
* The storage solution must remain resilient and survive a datacenter outage in the primary region.
Which two components should you include in the storage and query design?
- An Azure Synapse Analytics serverless SQL pool to query the Parquet files directlyAnswer
- BAn Azure Synapse Analytics dedicated SQL pool to store and index the data
- An Azure Data Lake Storage Gen2 account configured with Geo-Redundant Storage (GRS)Answer
- DAn Azure Data Lake Storage Gen2 account configured with Locally Redundant Storage (LRS)