Topic 6: Misc. Questions
You have an Azure SQL database.
You need to implement a disaster recovery solution that meets the following requirements:
• Minimizes how long it takes to recover the database if a datacenter fails
• Minimizes administrative effort
What should you include in the solution?
A. Azure Backup
B. active geo-replication
C. Azure Site Recovery
D. auto-failover groups
You have an Azure SQL database named DB1.
You have a table name Table1 that has 20 columns of type CHAR(400). Row compression
for Table1 is enabled.
During a database audit, you discover that none of the fields contain more than 150
characters.
You need to ensure that you can apply page compression to Table1.
What should you do?
A. Configure the columns as sparse.
B. Change the column type to nvarchar (MAX).
C. Change the column type to varchar (MAX).
D. Change the column type to varchar (200).
You have a SQL pool in Azure Synapse that contains a table named dbo.Customers. The
table contains a column name Email.
You need to prevent nonadministrative users from seeing the full email addresses in the
Email column. The users must see values in a format of aXXX@XXXX.com instead.
What should you do?
A. From the Azure portal, set a mask on the Email column.
B. From the Azure portal, set a sensitivity classification of Confidential for the Email column.
C. From Microsoft SQL Server Management Studio, set an email mask on the Email column.
D. From Microsoft SQL Server Management Studio, grant the SELECT permission to the users for all the columns in the dbo.Customers table except Email.
You have a SQL Server on Azure Virtual Machines instance named SQLVM1 that was deployed by using an Azure Marketplace SQL Server 2019 Enterprise image.
You need to change the Microsoft SQL Server instance on SQLVM1 to the Standard
edition. The solution must ensure licensing compliance.
What should you do first?
A. From the SQL Server Installation Center on SQLVM1. run the Edition Upgrade wizard.
B. From SQLVM1, uninstall the SQL Server instance.
C. From the SQL Server Installation Center on SQLVM1. run the Repair wizard.
D. From the Azure portal, reconfigure SQLVM1.
You have an Azure SQL logical server.
You run the following script.
Your company analyzes images from security cameras and sends alerts to security teams
that respond to unusual activity. The solution uses Azure Databricks.
You need to send Apache Spark level events, Spark Structured Streaming metrics, and
application metrics to Azure Monitor.
Which three actions should you perform in sequence? To answer, move the appropriate
actions from the list of actions in the answer area and arrange them in the correct order.
You plan to deploy two instances of SQL Server on Azure virtual machines in a highly
available configuration that will use an Always On availability group.
You need to recommend a deployment solution that meets the following requirements:
• Provides a Service Level Agreement (SLA) of at least 99.95%
• Replicates databases in the same group synchronously
• Minimizes the latency of database writes
What should you recommend?
A. Create a proximity group and an availability set. Deploy each virtual machine to the availability set Add both virtual machines to the proximity group.
B. Create two proximity groups and a single availability set. Deploy both virtual machines to the availability set. Add one virtual machine to each proximity group.
C. Create two proximity groups and two availability sets. Deploy each virtual machine to a unique availability set. Add one virtual machine to each proximity group.
D. Create a proximity group and two availability sets. Deploy each virtual machine to a unique availability set. Add both virtual machines to the proximity group.
You have an Azure subscription that contain an Azure SQL managed instance named
SQLMI1 and a Log Analytics workspace named Workspace1.
You need to collect performance metrics for SQLMI1 and stream the metrics to
Workspace1.
A. Create the private endpoint connection on SQLMI1.
B. Configure Azure SQL Analytics to use Workspace1.
C. Modify the Computer + storage settings for SQLMI1.
D. Modify the diagnostic settings for SQLMI1.
You have a Microsoft SQL Server 2019 instance in an on-premises datacenter. The
instance contains a 4-TB database named DB1.
You plan to migrate DB1 to an Azure SQL Database managed instance.
What should you use to minimize downtime and data loss during the migration?
A. database mirroring
B. distributed availability groups
C. Always On Availability Group
D. Azure Database Migration Service
From a website analytics system, you receive data extracts about user interactions such as
downloads, link clicks, form submissions, and video plays.
The data contains the following columns:
You need to design a star schema to support analytical queries of the data. The star
schema will contain four tables including a date dimension.
To which table should you add each column? To answer, select the appropriate options in
the answer area.
NOTE: Each correct selection is worth one point.
| Page 7 out of 34 Pages |