1 / 11

2021 Azure Database Administrator DP-300 Real Questions

PassQuestion offers you the most updated and accurate 2021 Azure Database Administrator DP-300 Real Questions to help you pass your exam in only one attempt.

Download Presentation

2021 Azure Database Administrator DP-300 Real Questions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DP-300 Free Questions DP-300 Free Questions Administering Relational Databases on Administering Relational Databases on Microsoft Azure Microsoft Azure https://www.passquestion.com/ https://www.passquestion.com/DP-300 DP-300.html .html

  2. Question 1 Question 1 You are designing a streaming data solution that will ingest variable volumes of data. You are designing a streaming data solution that will ingest variable volumes of data. You need to ensure that you can change the partition count after creation. You need to ensure that you can change the partition count after creation. Which service should you use to ingest the data? Which service should you use to ingest the data? A. Azure Event Hubs Standard A. Azure Event Hubs Standard B. Azure Stream Analytics B. Azure Stream Analytics C. Azure Data Factory C. Azure Data Factory D. Azure Event Hubs Dedicated D. Azure Event Hubs Dedicated Answer: D Answer: D

  3. Question 2 Question 2 You have 50 Azure SQL databases. You have 50 Azure SQL databases. You need to notify the database owner when the database settings, such as the database You need to notify the database owner when the database settings, such as the database size and pricing tier, are modified in Azure. size and pricing tier, are modified in Azure. What should you do? What should you do? A. Create a diagnostic setting for the activity log that has the Security log enabled. A. Create a diagnostic setting for the activity log that has the Security log enabled. B. For the database, create a diagnostic setting that has the InstanceAndAppAdvanced B. For the database, create a diagnostic setting that has the InstanceAndAppAdvanced metric enabled. metric enabled. C. Create an alert rule that uses a Metric signal type. C. Create an alert rule that uses a Metric signal type. D. Create an alert rule that uses an Activity Log signal type. D. Create an alert rule that uses an Activity Log signal type. Answer: D Answer: D

  4. Question 3 Question 3 You have an Azure SQL database. You have an Azure SQL database. Users report that the executions of a stored procedure are slower than usual. You suspect that a Users report that the executions of a stored procedure are slower than usual. You suspect that a regressed query is causing the performance issue. regressed query is causing the performance issue. You need to view the query execution plan to verify whether a regressed query is causing the issue. You need to view the query execution plan to verify whether a regressed query is causing the issue. The solution must minimize effort. The solution must minimize effort. What should you use? What should you use? A. Performance Recommendations in the Azure portal A. Performance Recommendations in the Azure portal B. Extended Events in Microsoft SQL Server Management Studio (SSMS) B. Extended Events in Microsoft SQL Server Management Studio (SSMS) C. Query Store in Microsoft SQL Server Management Studio (SSMS) C. Query Store in Microsoft SQL Server Management Studio (SSMS) D. Query Performance Insight in the Azure portal D. Query Performance Insight in the Azure portal Answer: C Answer: C

  5. Question 4 Question 4 You have SQL Server on an Azure virtual machine that contains a database named DB1. DB1 You have SQL Server on an Azure virtual machine that contains a database named DB1. DB1 contains a table named CustomerPII. contains a table named CustomerPII. You need to record whenever users query the CustomerPII table. You need to record whenever users query the CustomerPII table. Which two options should you enable? Each correct answer presents part of the solution. NOTE: Which two options should you enable? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. Each correct selection is worth one point. A. server audit specification A. server audit specification B. SQL Server audit B. SQL Server audit C. database audit specification C. database audit specification D. a server principal D. a server principal Answer: A,C Answer: A,C

  6. Question 5 Question 5 You have SQL Server on Azure virtual machines in an availability group. You have SQL Server on Azure virtual machines in an availability group. You have a database named DB1 that is NOT in the availability group. You have a database named DB1 that is NOT in the availability group. You create a full database backup of DB1. You create a full database backup of DB1. You need to add DB1 to the availability group. You need to add DB1 to the availability group. Which restore option should you use on the secondary replica? Which restore option should you use on the secondary replica? A. Restore with Recovery A. Restore with Recovery B. Restore with Norecovery B. Restore with Norecovery C. Restore with Standby C. Restore with Standby Answer: B Answer: B

  7. Question 6 Question 6 You have an Azure virtual machine named VM1 on a virtual network named VNet1. You have an Azure virtual machine named VM1 on a virtual network named VNet1. Outbound traffic from VM1 to the internet is blocked. Outbound traffic from VM1 to the internet is blocked. You have an Azure SQL database named SqlDb1 on a logical server named SqlSrv1. You have an Azure SQL database named SqlDb1 on a logical server named SqlSrv1. You need to implement connectivity between VM1 and SqlDb1 to meet the following requirements: You need to implement connectivity between VM1 and SqlDb1 to meet the following requirements: ✑ ✑ Ensure that all traffic to the public endpoint of SqlSrv1 is blocked. Ensure that all traffic to the public endpoint of SqlSrv1 is blocked. ✑ ✑ Minimize the possibility of VM1 exfiltrating data stored in SqlDb1. Minimize the possibility of VM1 exfiltrating data stored in SqlDb1. What should you create on VNet1? What should you create on VNet1? A. a VPN gateway A. a VPN gateway B. a service endpoint B. a service endpoint C. a private link C. a private link D. an ExpressRoute gateway D. an ExpressRoute gateway Answer: C Answer: C

  8. Question 7 Question 7 You have an Azure SQL managed instance. You have an Azure SQL managed instance. You need to gather the last execution of a query plan and its runtime statistics. The solution must You need to gather the last execution of a query plan and its runtime statistics. The solution must minimize the impact on currently running queries. minimize the impact on currently running queries. What should you do? What should you do? A. Generate an estimated execution plan. A. Generate an estimated execution plan. B. Generate an actual execution plan. B. Generate an actual execution plan. C. Run sys.dm_exec_query_plan_scacs. C. Run sys.dm_exec_query_plan_scacs. D. Generate Live Query Statistics. D. Generate Live Query Statistics. Answer: C Answer: C

  9. Question 8 Question 8 You have SQL Server 2019 on an Azure virtual machine that runs Windows Server 2019. The virtual You have SQL Server 2019 on an Azure virtual machine that runs Windows Server 2019. The virtual machine has 4 vCPUs and 28 GB of memory. machine has 4 vCPUs and 28 GB of memory. You scale up the virtual machine to 8 vCPUSs and 64 GB of memory. You scale up the virtual machine to 8 vCPUSs and 64 GB of memory. You need to provide the lowest latency for tempdb. You need to provide the lowest latency for tempdb. What is the total number of data files that tempdb should contain? What is the total number of data files that tempdb should contain? A. 2 A. 2 B. 4 B. 4 C. 8 C. 8 D. 64 D. 64 Answer: C Answer: C

  10. Question 9 Question 9 You have an Azure data solution that contains an enterprise data warehouse in Azure Synapse You have an Azure data solution that contains an enterprise data warehouse in Azure Synapse Analytics named DW1. Analytics named DW1. Several users execute adhoc queries to DW1 concurrently. Several users execute adhoc queries to DW1 concurrently. You regularly perform automated data loads to DW1. You regularly perform automated data loads to DW1. You need to ensure that the automated data loads have enough memory available to complete quickly You need to ensure that the automated data loads have enough memory available to complete quickly and successfully when the adhoc queries run. and successfully when the adhoc queries run. What should you do? What should you do? A. Assign a smaller resource class to the automated data load queries. A. Assign a smaller resource class to the automated data load queries. B. Create sampled statistics to every column in each table of DW1. B. Create sampled statistics to every column in each table of DW1. C. Assign a larger resource class to the automated data load queries. C. Assign a larger resource class to the automated data load queries. D. Hash distribute the large fact tables in DW1 before performing the automated data loads. D. Hash distribute the large fact tables in DW1 before performing the automated data loads. Answer: C Answer: C

  11. Question 10 Question 10 You have a Microsoft SQL Server 2019 instance in an on-premises datacenter. The instance contains You have a Microsoft SQL Server 2019 instance in an on-premises datacenter. The instance contains a 4-TB database named DB1. a 4-TB database named DB1. You plan to migrate DB1 to an Azure SQL Database managed instance. 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? What should you use to minimize downtime and data loss during the migration? A. distributed availability groups A. distributed availability groups B. database mirroring B. database mirroring C. log shipping C. log shipping D. Database Migration Assistant D. Database Migration Assistant Answer: D Answer: D

More Related