0 votes
in DP 203 Azure by
You have been assigned the task to manage the storage of consumers profiles and Sales data.  A general request is to create a list of “the top 100 consumers including name, account number and sales around for a specific time period” or “who are the consumers within a particular geographic region?”

Is Azure Blob storage a recommended choice for this data?

A. Yes

B. No

1 Answer

0 votes
by
Correct Answer: B

Reason:-

Blob is not a recommended choice for structured data that needs to be queried regularly. Blobs have higher latency than memory and local disk and also do not have the indexing feature that increases the databases’ efficiency at running queries.
...