Easy1 markMultiple Choice
AZ-900 · Question 32 · Domain 2.4: Azure Storage Services
Select TWO types of data that are typically stored in Azure Blob Storage.
Select TWO types of data that are typically stored in Azure Blob Storage.
Answer options:
A.
Relational database tables
B.
Images and documents
C.
Video and audio files
D.
Virtual machine operating systems
E.
Key-value NoSQL data
How to approach this question
Blob storage is for 'unstructured' data. Look for file types that don't fit neatly into a database table.
Full Answer
Azure Blob Storage is Microsoft's object storage solution for the cloud. It is optimized for storing massive amounts of unstructured data, such as text or binary data. Common uses include serving images or documents directly to a browser, and storing audio/video for streaming.
Common mistakes
Selecting Relational database tables. Blob storage has no concept of tables or relationships.
Practice the full Azure Fundamentals AZ-900 Practice Exam 5
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02According to the shared responsibility model, which of the following is ALWAYS the responsibility...MediumQ03Which cloud model combines on-premises infrastructure with a public cloud, allowing data and appl...EasyQ04True or False: Moving to a public cloud typically requires a significant upfront Capital Expendit...EasyQ05An e-commerce website experiences a sudden spike in traffic during a holiday sale. The system aut...Medium
Expert