Practice Free DP-300 Exam Online Questions
SIMULATION
Task 9
You need to ensure that when non-administrative users query the SalesLT.Customer table in db1, email addresses are obscured. For example, an email address of [email protected] must appear as [email protected].
You may need to use SQL Server Management Studio and the Azure portal.
A company plans to use Apache Spark analytics to analyze intrusion detection data.
You need to recommend a solution to analyze network and system activity data for malicious activities and policy violations. The solution must minimize administrative efforts.
What should you recommend?
- A . Azure Data Lake Storage
- B . Azure Databricks
- C . Azure HDInsight
- D . Azure Data Factory
DRAG DROP
You have an Azure subscription that contains the resources shown in the following table.

You need to back up db1 to mysqlbackups, and then restore the backup to a new database named db2 that is hosted on SQL1. The solution must ensure that db1 is backed up to a stripe set.
Which three Transact-SQL statements should you execute in sequence? To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.

You have an Azure subscription that contains the resources shown in the following table.

You plan louse SQLDB11 as an elastic job database to run jobs on SQlDb11 andSOtDB22.
What is the minimum number of database scoped credentials required tor the elastic jobs?
- A . 1
- B . 2
- C . 3
- D . 4
HOTSPOT
You plan to deploy Instance1 by using the following script.

You need to specify the license Type and storagenedundancy parameters. The deployment must meet the availability requirements and the business requirements for DB1 and DB2.
To what should you set each parameter? To answer, select the appropriate options in the answer area.

You have an Azure subscription that contains an Azure SQL managed instance named Server! You need to ensure the availability of Server1 if an Azure region fails.
What should you do?
- A . Create a read only replica in a different Azure region and configure Server1 to use the replica.
- B . Migrate the databases hosted on Server1 to the Hyperscale service tier and enable locally-redundant storage (LRS)
- C . Create a failover group and deploy a logical server for Azure SQL Database to a different Azure region.
- D . Create a failover group and deploy a new SQL managed instance to a different Azure region.
You have an Azure subscription.
You need to deploy a new Azure SQL database by using Azure Command-Line Interface (CLI).
Which three parameters are required?
A)
![]()
B)
![]()
C)
![]()
D)
![]()
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibit.

You have an Azure subscription that contains an Azure SQL Database server named SQL1. SQL1 contains two databases named DB1 and DB2. You need to configure access to DB1 and DB2.
The solution must meet the following requirements:
• Ensure that DB1 can be accessed only by users in Branch1.
• Ensure that DB2 can be accessed only by users in Branch2.
Solution: You connect to the master of SQL1 and run the following command.
execute sp_set_firewall_rule ‘Allow dbl and db2 users", ‘131.107.11.0’, "131.107.11.255′
Does this meet the goal?
- A . Yes
- B . No
HOTSPOT
You have a 50-TB Microsoft SQL Server database named DB1.
You need to reduce the time it takes to perform database consistency checks of DB1.
Which Transact-SQL command should you run? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

You have an Azure SQL database.
You discover that the plan cache is full of compiled plans that were used only once.
You run the select * from sys.database_scoped_configurations Transact-SQL command and receive the results shown in the following table.

You need relieve the memory pressure.
What should you configure?
- A . LEGACY_CARDINALITY_ESTIMATION
- B . QUERY_OPTIMIZER_HOTFIXES
- C . OPTIMIZE_FOR_AD_HOC_WORKLOADS
- D . ACCELERATED_PLAN_FORCING

