Which element of a template allows for you to build dependencies into resources?
The latest changes and updates from the administration for this exam.
Latest Update: Jun 25 2026
All questions are working fine.
Which element of a template allows for you to build dependencies into resources?
True or False: The goal of the high availability architecture in Azure SQL Database and SQL Managed Instance is to guarantee that your data will retain a minimum of 99.99% of the content uploaded to the servers.
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
Azure SQL Database allows you to track and analyze the changes to your data using a feature called [?]. This feature requires that the tables themselves be converted to have special properties and will also have a corresponding history table which allows you rollback the data.
How does backup to URL in SQL Server or Azure SQL Server Database Managed Instance store the backup file?
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
Firewalls are used to prevent unauthorized users from accessing the protected resources. Each Azure SQL Database maps to a public IP address which is hosted by Microsoft.
In Azure SQL Database there are two sets of Firewall Rules:
• [A]
• [B]
Both use IP Address rules instead of SQL Server Logins. This allows all users at the same public IP Address to access the SQL Server. At most companies this will be the outbound IP address of the company.
Happy Hogan was hired at Hammer Advanced Systems to build a mission-critical cloud application that requires 99.995 percent availability because downtime might be life threatening.
High performance is required, because any delay in response carries high risk and can be life-threatening. Given the sensitivity of the collected personal information, data sovereignty must be guaranteed. His main mission is to ensure that the app is designed and deployed with the appropriate data redundancy and fault resilience to meet the availability and data sovereignty goals.
The emergency dispatch system coordinators are concerned about protecting sensitive data (PII) while allowing database analysts (DBAs) to perform their jobs.
DBAs must not be able to see sensitive data stored in specific columns, and all access to tables that contain sensitive data must be monitored.
At the same time, DBAs need to be able to troubleshoot performance by using the Azure portal, SQL Server Management Studio, and Azure Data Studio. They also need the ability to create new contained database users who must be mapped to Azure AD principals.
How can you track access to tables that contain sensitive data?
Happy Hogan was hired at Hammer Advanced Systems to build a mission-critical cloud application that requires 99.995 percent availability because downtime might be life threatening.
High performance is required, because any delay in response carries high risk and can be life-threatening. Given the sensitivity of the collected personal information, data sovereignty must be guaranteed. His main mission is to ensure that the app is designed and deployed with the appropriate data redundancy and fault resilience to meet the availability and data sovereignty goals.
The emergency dispatch system coordinators are concerned about protecting sensitive data (PII) while allowing database analysts (DBAs) to perform their jobs.
DBAs must not be able to see sensitive data stored in specific columns, and all access to tables that contain sensitive data must be monitored.
At the same time, DBAs need to be able to troubleshoot performance by using the Azure portal, SQL Server Management Studio, and Azure Data Studio. They also need the ability to create new contained database users who must be mapped to Azure AD principals.
Which Azure SQL deployment option potentially offers the best fit for this scenario?
Consider SQL Server high availability and disaster recovery (HADR) architectures in Azure.
Which method is described below?
"One of the biggest considerations would be the witness resource for the Windows Server Failover Clustering cluster. This architecture would require AD DS and DNS to be available in every region and potentially on premises as well if this is a hybrid solution."
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
The path most DBAs take to troubleshoot query performance is to first identify the problematic query (typically the query consuming the highest amount of system resources), and then retrieve that query’s execution plan.
There are two scenarios.
1. The query consistently performs poorly.
2. The query performs well for some executions, but not others.
[?] will not manifest themselves with single query executions but will be evident when production load is applied and there is a limited number of CPU threads and a limited amount of memory to be shared among the queries
SQL Server has two types of databases: system and user. System databases are the ones used by SQL Server such as master and msdb. User databases are the ones created by users that store the data for applications.
Which backup methods are able to restore to a specific point-in-time to achieve your RPO? (Select two)
Select all that apply