What are blobs?
files for the cloud
What’s virtual directories?
to give a blob hierachical names that looks like file path eg. finance/bidgets/2017/q1.xls. Let u navigate.
What does unstructured data mean?
data that doesn’t adhere/attached to a particular data model/definition (eg. text, binary data)
What does Blob Storage store?
store massive amounts of unstructured data.
What are the two performance levels of storage account Azure Storage offers?
What are the different access tiers for block blob data?
Which access tier is the most cost-effective option for storing data?
Archived access tier
Which access tier is the most expensive option for accessing data?
Archived access tier
Which access tier has the highest storage cost?
Hot tier
Which access tier has the lowest access cost?
Hot tier
What are the different blob types?
What is Page blobs used for?
What is Append blobs used for?
What is Block blobs used for?
What are the ways to rehydrate blob from achive tier?
What’s Azure Cosmos DB?
NoSQL db,
provides low latency, elastic scalability of throughput, high availability
Benefit with Azure Cosmos DB?
perform near real-time reads and writes against all the regions you chose for your database
What are the different consistency levels in Cosmos DB?
What’s strong consistency?
lowest availability, highest latency, lowest throughput
What’s eventual consistency?
Highest availability, lowest latency, higher throughput, lowest cost
Eg. Retweets, Likes, nonthreaded comments
What can Cosmos DB item represent as?
Depending on which API you use, an Azure Cosmos DB item can represent either a document in a collection, a row in a table, or a node or edge in a graph.
When creating a container in Cosmos DB, where can you configure throughput ?
What’s Dedicated provisioned throughput mode?
The throughput provisioned on a container is exclusively reserved for that container and it’s backed by the SLAs.
What’s Shared provisioned throughput mode?
share the provisioned throughput with the other containers in the same database (excluding containers that have been configured with dedicated provisioned throughput)