Loading your practice set…
Loading your practice set…
Explanation: The correct answer is B because you must first create the Azure SQL Managed Instance with the specified endpoint and then configure the virtual network integration to allow the managed instance to communicate with the virtual network. Option A is incorrect because it does not address the need for virtual network integration. Option C is incorrect as it suggests creating the virtual network before the managed instance, which is not necessary and could lead to misconfiguration. Option D is incorrect because it implies that the virtual network integration can be done after the managed instance is created without any prior steps.
Explanation: The correct answer is B because configuring the storage account with the appropriate access tier and performance level ensures optimal performance and helps comply with data governance policies. Option A is incorrect as it does not mention the importance of setting the access tier and performance level. Option C is incorrect because it focuses on the wrong aspect; the primary concern is the storage account configuration rather than the managed instance itself. Option D is incorrect as it suggests enabling encryption without mentioning the need for setting the access tier and performance level.
Explanation: The correct answer is B because configuring Microsoft Entra-only authentication ensures that only users with valid Microsoft Entra identities can access the database. Option A is incorrect because it involves creating SQL Server logins, which is not necessary when using Microsoft Entra-only authentication. Option C is incorrect because it suggests enabling Windows authentication, which is not relevant in this context. Option D is incorrect because it refers to contained database users, which are not suitable for Microsoft Entra-only authentication.
Explanation: The correct answer is B because contained database users are appropriate for ledger tables as they do not require server-level logins and are scoped to the database. Option A is incorrect because Microsoft Entra-only authentication is used for authenticating users against Microsoft Entra ID, not for authorizing ledger table access. Option C is incorrect because Windows authentication is used for authenticating users against the Windows domain, not for authorizing ledger table access. Option D is incorrect because SQL Server logins are used for authenticating users at the server level, not for authorizing ledger table access.
Explanation: The correct answer is B. Query Performance Insight provides detailed insights into query performance, including execution plans, wait statistics, and resource usage. It helps identify the root cause of performance issues. Intelligent Insights and Automatic Tuning are broader tools that provide monitoring and tuning recommendations across multiple resources, while Extended Events are used for more granular event tracking but not specifically for query performance analysis.
Explanation: The correct answer is C. Extended Events can be configured to capture detailed performance metrics over extended periods, allowing for long-term monitoring and historical analysis. Intelligent Insights and Query Performance Insight are more focused on providing real-time insights and recommendations, while Automatic Tuning is designed to automatically optimize database performance based on observed workload patterns.
Explanation: Failover groups allow you to create a group of databases that can fail over to each other in case of a failure, ensuring high availability and disaster recovery. Active Geo-Replication provides a way to replicate data between regions but does not support automatic failover. Automated Point-in-Time Restore (PITR) allows you to restore a database to a specific point in time but does not provide a failover mechanism. Long-term Retention (LTR) is used for archiving data and does not support failover or replication.
Explanation: Active Geo-Replication is designed to replicate data between Azure regions and supports automatic failover in case of a failure in the primary region. Failover groups are not suitable for cross-region replication, PITR is for restoring to a specific point in time, and LTR is for long-term data retention and does not support failover or replication.