What can you use to create data ingestion pipelines?
Answer : C
Question: 298
You have data in a tabular format as shown in the following table.
Of which type of data is this an example?
Answer : D
Which three services support Apache Spark? Each correct answer presents a complete solution NOTE: Each correct selection is worth one point.
Answer : A, B, C
What is the typical latency for read operations against media files stored in the Cool access tier of Azure Blob Storage?
Answer : A
How is raw data stored in a data lakehoose?
Answer : B
What is the primary purpose of a data warehouse?
Answer : C
Consider using a data warehouse when you need to keep historical data separate from the source transaction systems for performance reasons. Data warehouses make it easy to access historical data from multiple locations, by providing a centralized location using common formats, keys, and data models.
Query both relational and nonrelational data.
https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/data-warehousing
Your company needs to design a database that illustrates the relationships between utilization levels of individual network devices across a local area network.
Which type of data store should you use?
Answer : A
Data as it appears in the real world is naturally connected. Traditional data modeling focuses on defining entities separately and computing their relationships at runtime. While this model has its advantages, highly connected data can be challenging to manage under its constraints.
A graph database approach relies on persisting relationships in the storage layer instead, which leads to highly efficient graph retrieval operations. Azure Cosmos DB's Gremlin API supports the property graph model.
https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction#introduction-to-graph-databases