25.6k views
3 votes
You need to recommend a location to store the data ingested by azure event hubs. the solution must minimize the cost.

A) Azure Blob Storage
B) Azure SQL Database
C) Azure Cosmos DB
D) Azure Data Lake Storage

User Ozguronur
by
8.1k points

1 Answer

2 votes

Final answer:

To minimize cost while storing data ingested by Azure Event Hubs, Azure Blob Storage is the recommended solution. To minimize the cost of storing data ingested by Azure Event Hubs, Azure Blob Storage is the recommended option due to its scalability and cost-effectiveness for unstructured data. The correct answer is A.

Step-by-step explanation:

To minimize cost while storing data ingested by Azure Event Hubs, Azure Blob Storage would be the recommended solution. Azure Blob Storage is a cost-effective option for storing large amounts of unstructured data, such as event data.

One benefit of Azure Blob Storage is that it offers a lower storage cost compared to other options like Azure SQL Database and Azure Cosmos DB. Blob storage is also highly scalable and can handle large volumes of data.

While Azure Data Lake Storage is another option, it is more suitable for big data scenarios that involve analytics and processing large datasets.

To minimize the cost of storing data ingested by Azure Event Hubs, Azure Blob Storage is the recommended option due to its scalability and cost-effectiveness for unstructured data.

You need to recommend a location to store the data ingested by Azure Event Hubs which minimizes the cost. The best option to achieve cost efficiency would be Azue Blob Storage. Azure Blob Storage is a massively scalable object storage for any type of unstructured data—images, videos, audio, documents, and more—and is designed for high durability, availability, and scalability at low cost. On the other hand, Azure SQL Database, Azure Cosmos DB, and Azure Data Lake Storage are more expensive options due to their more advanced features designed for specific scenarios, like structured data, global distribution, and analytics over large datasets, respectively.

User Justin Bozonier
by
8.7k points