Mention at least 2 storage Platforms
Azure Blobs
Azure Files
Azure Queues
Azure Tables
Mention at least 3 properties from Azure Storage
Durability
Highability
Security
Sharing mechanism
Accessibility
How does the functionality from azure storage could fail ?
Data center with common outages
Running out of space
Managing permitions and licening
Run target and campaigns
Mention at least 3 benefits from partitioning
iterate fast
scale easier
improve performance
matching the data store to the oattern of use
improve availability
scale from gigabyte to petabytes
what is partitioning?
is the technique to physically divide your data into separate data stores to improve scalability, reduce contention and optimize performance.
True or False
Does graph data needs to serve in real time?
How was the merge from Azure Blob Storage and Azure Datalake Gen 1 named?
Azure Datalake Gen 2
which service would you pick if your data type is semistructured data?
Cosmos DB
mention strategies of partitioning data
horizontal partitioning
vertical partitioning
functional partitioning
Mention benefits of vertical partitioning
enabling different security treatments
split slow-changing data
Mention the types of access tier.
cold access tier
hot access tier
archive access tier
Premium performance tier
Which Azure Storage Platform is the cheapest and fastest to store data is flat?
Azure Blob Storage
Which Azure Storage Platform would you recommend when someone want to decouple process to scale separately
Azure Queue Service
mention ways to distribute tables
hash
round robin
replicated
When should I use synapse analytics?
massive structured data
Mention at least 3 Blob Storage use cases
Serving Images or documents
Storing files
Streaming video and audio
Storing Data
Analysis
How could you access into Azure files?
by the Standard Server Message Block
What Azure Storage Platform process non-relational structured data?
Azure Table Storage
Which strategy of partition key would you recomend to split by columns?
Vertical partitioning
Which strategy of partition key would you recomend to split by rows?
Horizontal partitioning
Mention at least 2 core features of our Azure Datalake Storage
Hadoop capabilities Access
Super set of Posix permissions
cost effective
Optimized driver
How does LRS work?
copy data within single physical location in the primary region, least expensive replication option.
How does ZRS work?
copy data across 3 azure availability zones in the primary region.
Microsoft recommends using ZRS in the primary region
what is recommended to do a good partition?
high cardinality
static
distributes frequency
distributes load
supports a total order
what referes to separate data from different domains into different physical nodes to ensure better isolation and performance?
functional partitioning