Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
SQL Server professionals often use files and filegroups to [?] performance through physical file placement.
The latest changes and updates from the administration for this exam.
Latest Update: Jun 25 2026
All questions are working fine.
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
SQL Server professionals often use files and filegroups to [?] performance through physical file placement.
Azure SQL maintains a service-level agreement (SLA) that provides financial backing to the commitment to achieve and maintain service levels. The Business Critical tier is the only option in the industry that provides RPO and RTO SLAs of 5 seconds and 30 seconds, respectively. RPO stands for …
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
[?] creates a replica of the database in another region that is asynchronously kept up to date. That replica is also readable, similar to an AG in IaaS. Underneath the surface, Azure is using the same methods as an AG.
Which of the following threats is analyzed by Advanced Threat Protection?
Before they migrate their existing e-commerce system from their datacentre to production environments on Azure, the ANVIL team wants to first set up environments for development and testing.
Here's a diagram that shows the basic compute, database, and networking components found in each environment:

An e-commerce system might require a website, the products database, a payment system, and so on. Because developers can't always run the entire service from their local development environment, the Dev environment is the first place where everything the app needs comes together.
After the development team verifies changes to the Dev environment, they promote changes to the Test environment. The Test environment is where the testing team verifies new app features and also verifies that no regressions, or breaks to existing features, happen as new features are added.
The team will map each component in their existing infrastructure to the appropriate Azure service.
Resources in the Dev and Test environments are each paid for by different departments. What's the best way to categorize costs by department?
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
Custom roles can be created at the server or database level. However, server roles cannot be granted access to objects within a database directly. Server roles are not available in [?].
Typical activities that you can schedule for regular SQL Server maintenance include:
• Database and transaction log backups
• Database Consistency Checks
• Index maintenance
• Statistics updates
Maintenance plans also allow you to specify that older database backups should be removed from disk. Removing old backup files helps your SQL Server by reducing the size of your backup volume and helps manage the size of the msdb database. Ensure that your backup retention period is longer than your consistency check window. This means if you run a consistency check weekly, you should retain eight days of backups.
True or False: This practice is highly critical as the backup operation will detect corruption in a database.
Which type of storage should be used in conjunction with Azure VMs for SQL Server data files?
Azure SQL services supports which of the following CLIs? (Select two)
Select all that apply
SQL Server has always had configuration options that were set at the database level. For example, the recovery model has always been a database setting, but as more complex features have been introduced to the database, more options have been added. Many of these options are tied to the compatibility level of the database, which is itself a database level configuration option. Database configuration options break down into two groups, with a minor difference:
• Options configured by the ALTER DATABASE SCOPED CONFIGURATION syntax in T-SQL
• Options configured by the ALTER DATABASE syntax in T-SQL
Which options are set using ALTER DATABASE? (Select five
Select all that apply