0
0
Azurecloud~20 mins

Storage account creation in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Storage Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
Architecture
intermediate
2:00remaining
Choosing the right redundancy option for Azure Storage Account

You want to create an Azure Storage Account that ensures your data is safe even if an entire Azure region fails. Which redundancy option should you choose?

ARead-access geo-redundant storage (RA-GRS)
BGeo-redundant storage (GRS)
CZone-redundant storage (ZRS)
DLocally-redundant storage (LRS)
Attempts:
2 left
💡 Hint

Think about which option replicates data across regions, not just within one region.

Configuration
intermediate
2:00remaining
Correctly configuring Azure Storage Account for secure access

You want to create a Storage Account that only allows secure HTTPS connections. Which configuration setting must you enable?

AEnable 'Large file shares'
BEnable 'Allow Blob public access'
CDisable 'Firewall and virtual networks'
DSet 'Secure transfer required' to true
Attempts:
2 left
💡 Hint

Focus on settings that enforce encrypted connections.

service_behavior
advanced
2:00remaining
Impact of Storage Account kind on service features

You create a Storage Account with kind set to 'BlobStorage'. Which feature will NOT be available in this account?

AFile shares
BAccess tiers (Hot, Cool)
CBlob versioning
DBlob lifecycle management
Attempts:
2 left
💡 Hint

Consider which storage services are supported by the 'BlobStorage' kind.

security
advanced
2:00remaining
Effect of network rules on Storage Account access

You configure your Storage Account to allow access only from selected virtual networks. What will happen if a request comes from a public IP not in the allowed list?

ARequest is allowed if it has a valid access key
BRequest is denied regardless of authentication
CRequest is allowed if it uses HTTPS
DRequest is redirected to the nearest allowed network
Attempts:
2 left
💡 Hint

Think about how network restrictions affect all incoming traffic.

Best Practice
expert
2:00remaining
Optimizing Storage Account performance for high throughput workloads

You need to create a Storage Account optimized for high throughput and low latency for large-scale analytics. Which combination of settings is best?

AStandard performance, General-purpose v2, Locally-redundant storage (LRS)
BStandard performance, BlobStorage kind, Geo-redundant storage (GRS)
CPremium performance, BlockBlobStorage kind, Zone-redundant storage (ZRS)
DPremium performance, FileStorage kind, Read-access geo-redundant storage (RA-GRS)
Attempts:
2 left
💡 Hint

Consider which performance tier and account kind support high throughput for blobs.