nerdexam
Microsoft

70-473 · Question #65

Which database platform should App3 use?

The correct answer is A. Azure SQL Database. App3 should use Azure SQL Database as its platform because it is a fully managed, scalable, and highly available relational database service for Microsoft SQL Server workloads. This choice minimizes administrative overhead and provides a robust database solution.

Design and implement data storage

Question

Which database platform should App3 use?

Exhibit

70-473 question #65 exhibit

Options

  • AAzure SQL Database
  • BAzure Database for PostgreSQL
  • CAzure Database for MySQL
  • Dan Azure virtual machine that has SQL Server installed

How the community answered

(15 responses)
  • A
    87% (13)
  • B
    7% (1)
  • C
    7% (1)

Why each option

App3 should use Azure SQL Database as its platform because it is a fully managed, scalable, and highly available relational database service for Microsoft SQL Server workloads. This choice minimizes administrative overhead and provides a robust database solution.

AAzure SQL DatabaseCorrect

Azure SQL Database is a fully managed Platform-as-a-Service (PaaS) offering that provides a highly scalable, available, and secure relational database service compatible with SQL Server, minimizing administrative overhead.

BAzure Database for PostgreSQL

Azure Database for PostgreSQL is a managed service for the PostgreSQL database engine, which would only be suitable if App3 specifically required PostgreSQL.

CAzure Database for MySQL

Azure Database for MySQL is a managed service for the MySQL database engine, which would only be suitable if App3 specifically required MySQL.

Dan Azure virtual machine that has SQL Server installed

An Azure virtual machine that has SQL Server installed is an Infrastructure-as-a-Service (IaaS) solution that requires significant administrative effort for patching, backups, and high availability, which is generally less desirable than a PaaS offering like Azure SQL Database unless specific OS-level control is needed.

Concept tested: Choosing appropriate Azure SQL database platform

Source: https://learn.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview

Topics

#Azure SQL Database#PaaS database#database platform selection#cloud solutions

Community Discussion

No community discussion yet for this question.

Full 70-473 Practice