Which Azure SQL deployment options support natively restoring a database?
The latest changes and updates from the administration for this exam.
Latest Update: Jun 25 2026
All questions are working fine.
Which Azure SQL deployment options support natively restoring a database?
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
[?] is a development methodology that focused on making small changes to code and frequent code check-ins to the version control system. [?] provides an automated way to build, package, and test applications.
True or False: Choices for networking for Azure SQL Database and Azure SQL Managed Instance are different. When you deploy a SQL database, currently the default is OPEN.
What is Geo-restore?
Which DMV provides information about server level wait statistics?
Greg is building disaster recovery plan for his organization and would like to determine the amount of time that it should take to restore a particular IT service after an outage.
What variable is Greg calculating?
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
Database security can get complicated for applications with many users. In order to make it easier for both administrators and auditors, most database applications use role-based security.
Microsoft SQL Server contains several fixed database roles within each database for which the permissions are predefined. Users can be added as members of one or more roles. These roles give their members a pre-defined set of permissions. These roles work the same within Azure SQL Database and SQL Server.
Users who need to be able to grant access to other users within the database can be made members of the role [?]. Members of this role are not specifically granted access to the data within the database; however members of this role can grant themselves access to the tables within the database.
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
There are two Azure SQL purchasing models available.
In the [?] model, you pay for:
• Compute resources. (The service tier + the number of vCores and the amount of memory + the generation of hardware.)
• The type and amount of data and log storage.
• Backup storage location. (Read-access geo-redundant storage (RA-GRS), Zone-redundant storage (ZRS), or locally-redundant storage (LRS)).
For both Azure SQL Database instances and Azure SQL managed instances, SQL authentication is used for deployment. This authentication role is referred to as the server admin.
Which of the following are valid connection methods? (Select three)
Select all that apply
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
By default, Azure creates backups for databases in Azure SQL Database Managed Instance and functions like Azure SQL Database.
Manual back ups and restore databases can also be done with Azure SQL Database Managed Instance using the same backup to URL/restore from URL functionality found in SQL Server which requires the use of credentials to access[?].