Plan and implement data platform resourcesImplement a secure environmentMonitor, configure, and optimize database resourcesConfigure and manage automation of tasksPlan and configure a high availability and disaster recovery (HA/DR) environment
You need to deploy an Azure SQL resource that supports cross-database queries by using an Azure Resource Manager (ARM) template. How should you complete the ARM template?
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
You have an Azure subscription.
You plan to deploy a new Azure virtual machine that will host a Microsoft SQL Server instance.
You must configure the virtual machine disks to meet these requirements:
Minimize latency for transaction logs.
Minimize the impact on the virtual machine's IO throughput.
Which disk type should be used for each workload?
Each disk type may be used once, more than once, or not at all.
Drag & Drop
Local
Premium SSD
Standard HDD
Standard SSD
Ultra Disk
TempDB:
Transaction logs:
You have an Azure SQL database that includes an Employees table with a Salary column.
You need to encrypt the Salary column. The solution must prevent database administrators from reading the Salary data and provide the most secure encryption.
Which three actions should you perform in sequence?
Drag & Drop
Encrypt the Salary column by using the randomized encryption type.
Create a column encryption key.
Enable Transparent Data Encryption (TDE).
Encrypt the Salary column by using the deterministic encryption type.
Apply a dynamic data mask to the Salary column.
Create a column master key.
You have 50 Azure SQL databases.
You need to notify the database owner when Azure modifies database settings, such as database size and pricing tier.
What should you do?
ACreate a diagnostic setting for the activity log that has the Security log enabled.
BFor the database, create a diagnostic setting that has the InstanceAndAppAdvanced metric enabled.
CCreate an alert rule that uses a Metric signal type.
DCreate an alert rule that uses an Activity Log signal type.
You have an on-premises Microsoft SQL Server database named DB1 and an Azure subscription.
You need to migrate DB1 to an Azure SQL service that meets these requirements:
Protect the confidentiality of sensitive data from malware and unauthorized database administrators with high privileges.
Support pattern matching for server-side database operations.
Use hardware-based encryption technology.
Which Azure SQL service and attestation service should be included in the solution?
Select
Azure SQL service:
Attestation service:
You have a SQL Server instance running on Azure Virtual Machines that contains a database named DB1.
You plan to implement Azure SQL Data Sync for DB1.
Which isolation level should you configure?
ASERIALIZABLE
BSNAPSHOT
CREAD UNCOMMITTED
DREAD COMMITTED
You have an Azure virtual machine named Server1 running Windows Server 2022. Server1 hosts a Microsoft SQL Server 2022 instance named SQL1 and a database named DB1.
You create a master key in the master database on SQL1.
You need to create an encrypted backup of DB1.
What should you do?
ACreate a symmetric key in DB1.
BEnable virtualization-based security (VBS) on Server1.
CCreate a certificate in DB1.
DCreate a certificate in the master database of SQL1.
You have an on-premises Microsoft SQL Server instance named SQL1 that hosts five databases.
You need to migrate the databases to an Azure SQL managed instance. The solution must:
Minimize downtime
Prevent data loss
What should you use?
AAlways On availability groups
BBackup and Restore
Clog shipping
DDatabase Migration Assistant
You have an Azure subscription containing a SQL Server on Azure Virtual Machines instance named SQLVM1 and a Windows Server virtual machine named Server1. SQLVM1 and Server1 are joined to an Active Directory Domain Services (AD DS) domain. Server1 hosts a file share named Share1.
Ensure that a SQL Server Agent job step on SQLVM1 can access the files in Share1 while following the principle of least privilege.
Which three actions should you perform, in order?
Drag & Drop
Assign the proxy to the job step.
Create a login.
Create a database user.
Create a credential.
Create a proxy.
You have an Azure subscription containing a storage account named databasebackups.
You have an Azure SQL Managed Instance named DB1.
You need to back up DB1 to databasebackups.
How should you complete the commands?
Select
CREATE CREDENTIAL
[https://databasebackups.blob.core.windows.net/Backups]
WITH IDENTITY = ,
SECRET = 'sp=r&st=2023-02-02T19:23:08Z&se=2033-02-
02T19:30:08Z&spr=https&sv=2021-06-
08&sr=b&sig=B%2FxEYQiOC%4BqyYCeqwHSz2QpRI%2FKcg3ZABz78J2kix3JZjk%3D'
BACKUP DATABASE DB1
TO URL =
'https://databasebackups.blob.core.windows.net/Backups/db1.bak'
WITH
You have an Azure SQL database named DB1 that includes a nonclustered index named index1.
End users report slow queries when using index1.
You need to identify the operations being performed on the index.
Which dynamic management view should you use?
ASys.dm_exec_query_plan_stats
BSys.dm_db_index_physical_stats
CSys.dm_db_index_operational_stats
DSys.dm_db_index_useage_stats
You have SQL Server 2019 on an Azure virtual machine running Windows Server 2019. The virtual machine has 4 vCPUs and 28 GB of memory.
You scale up the virtual machine to 16 vCPUs and 64 GB of memory.
You need to deliver the lowest latency for tempdb.
What total number of data files should tempdb contain?
A2
B4
C8
D64
You manage an enterprise data warehouse in Azure Synapse Analytics.
Users report slow performance when running commonly used queries. They do not report performance changes for infrequently used queries.
You need to monitor resource utilization to identify the source of the performance issues.
Which metric should you monitor?
ALocal tempdb percentage
BDWU percentage
CData Warehouse Units (DWU) used
DCache hit percentage
You have an Azure SQL Database managed instance that begins to experience performance problems.
You need to identify the query causing the problem and obtain that query’s execution plan. The solution must minimize administrative effort.
What should you use?
ASQL Profiler
BExtended Events
CQuery Store
Ddynamic management views
You have an Azure SQL Database elastic pool that includes 10 databases.
You receive the following alert:
Msg 1132, Level 16, state 1, Line 1
The elastic pool has reached its storage limit. The storage used for the elastic pool cannot exceed (76800) MBs.
You need to resolve the alert while minimizing administrative effort.
Which three actions can you take? Each correct answer provides a complete solution.
NOTE: Each correct selection is worth one point.
Choose three
AIncrease the maximum storage of the elastic pool.
BDelete data from a database.
CRemove a database from the pool.
DEnable data compression.
EShrink individual databases.
You plan to migrate two 100-GB databases to Azure.
You need to dynamically scale resource consumption according to workloads. The solution must minimize downtime during scaling operations.
What should you use?
Atwo Azure SQL Databases in an elastic pool
Btwo databases hosted in SQL Server on an Azure virtual machine
Ctwo databases in an Azure SQL Managed instance
Dtwo single Azure SQL databases
You have an Azure SQL database named DB1. You need to determine how much unused space, in megabytes, has been allocated to DB1. How should you complete the Transact-SQL query?
Select
SELECT SUM(size/ - CAST(FILEPROPERTY(name, 'SpaceUsed') AS int)/128.0)
AS DatabaseDataSpaceAllocatedUnusedInMB
FROM
GROUP BY type_desc
HAVING type_desc = 'ROWS';
You have a Microsoft SQL Server 2019 instance in an on-premises datacenter. The instance hosts 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?
Adistributed availability groups
Bdatabase mirroring
CAlways On Availability Group
DAzure Database Migration Service
You have an Azure subscription.
You need to deploy two SQL Server instances on Azure virtual machines in a highly available configuration that uses an Always On availability group. The solution must meet these requirements:
Minimize the time required for failover.
Preserve existing connections to the primary replica during failover.
What should you do?
AConnect each virtual machine to a different subnet on a virtual network. Deploy a basic Azure load balancer.
BConnect each virtual machine to a different subnet on a single virtual network.
CConnect each virtual machine to a single subnet on a single virtual network.
DConnect each virtual machine to a single subnet on a virtual network. Deploy a standard Azure load balancer.
You have an Azure subscription.
You need to deploy an Azure SQL Managed Instance that meets these requirements:
Optimize latency.
Maximize the memory-to-vCore ratio.
Which service tier and hardware generation should you use?
Select
Service tier:
Hardware generation:
You have an Azure SQL database named DB1.
You have a table named Table1 that contains 20 columns of type CHAR(400). Row compression is enabled for Table1.
During a database audit, you find that none of the fields contains more than 150 characters.
You need to ensure that page compression can be applied to Table1.
Community Discussion