Practice free →
HomeAzure AZ-305cloudcomputingaz305datastorage › Which Azure SQL Database feature should an archi…

Which Azure SQL Database feature should an architect recommend to scale a transactional database across many physical partitions while keeping a SQL programming model?

ADisabling indexes to save space
BManual data copies between separate DB servers
CAzure DNS
DAzure SQL Database elastic pools + sharding (or Hyperscale tier for vertical scaling) — plus the elastic database client library where horizontal sharding is needed
Answer & Solution
Correct answer: D. Azure SQL Database elastic pools + sharding (or Hyperscale tier for vertical scaling) — plus the elastic database client library where horizontal sharding is needed
Elastic pools / Hyperscale / sharding library are AZ-305 §2 scalability patterns. The other options either don't scale or degrade performance.
Solve this in the app — Azure AZ-305 practice & 24k+ MCQs →
Related questions