Microsoft Provisioning SQL Databases 70-765 Exam Practice Test

Page: 1 / 14
Total 267 questions
Question 1

A company hosts a default installation of Microsoft SQL Server 2017 on a Linux-based server.

You observe that the performance of the server has degraded. Processes for allocating tables show high latency.

You need to recommend a solution to improve performance when allocating tables.

What should you recommend?



Question 2

You administer a Microsoft SQL Server 2014 instance that has multiple databases. You have a two-node SQL Server failover cluster. The cluster uses a storage area network (SAN). You discover I/O issues. The SAN is at capacity and additional disks cannot be added.

You need to reduce the I/O workload on the SAN at a minimal cost.

What should you do?



Answer : D

The use of local disks for TempDB allows us to have more flexibility when configuring for optimal performance. It is a common performance recommendation to create the TempDB database on the fastest storage available. With the capability to utilize local disk for TempDB placement we can easily utilize disks that are larger, have a higher rotational speed or use SSD disks.

References:https://www.mssqltips.com/sqlservertip/2817/sql-server-2012-cluster-with-tempdb-on-local-disk/


Question 3

You administer a SQL Server 2014 database instance.

You need to configure the SQL Server Database Engine service on a failover cluster.

Which user account should you use?



Question 4

You administer a Microsoft SQL Server 2016 instance.

You need to configure a new database to support FILETABLES.

What should you do? Choose all that apply.



Question 5

You plan to deploy Microsoft SQL Server on a Microsoft Azure virtual machine. The virtual machine will have two databases. Each database will reside on a separate VHD and will be between 600 and 800 GB.

Each database will have the I/O requirements shown in the following table.

You are evaluating whether to use the P30 storage disk type.

What is the minimum number of disks required for each database when using P30 storage disk type? (Select two.)



Answer : C, G

P30 stats: Disk size is 1024 GB (1 TB), IOPS per disk is 5000.

Recommendation: Use a minimum of 2 P30 disks (1 for log files and 1 for data files and TempDB; or stripe two or more disks and store all files in a single volume).

References:

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/premium-storage#scalability-and-performance-targets


Question 6

You administer all the deployments of Microsoft SQL Server 2014 in your company. You have two servers in the same data center that hosts your production database.

You need to ensure that the database remains available if a catastrophic server failure or a disk failure occurs.

You also need to maintain transactional consistency of the data across both servers.

You need to achieve these goals without manual intervention.

Which configuration should you use?



Answer : H

Always On availability groups supports two availability modes---asynchronous-commit mode and synchronous-commit mode

Synchronous-commit mode emphasizes high availability over performance, at the cost of increased transaction latency.

References:https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/availability-modes-always-on-availability-groups#SyncCommitAvMode


Question 7

You administer a Microsoft SQL Server 2014 database named Contoso on a server named Server01.

You need to track all SELECT statements issued in the Contoso database only by users in a role named Sales.

What should you create?



Answer : F

To audit users in a role use a Database Audit Specification.

References:https://docs.microsoft.com/en-us/sql/t-sql/statements/create-database-audit-specification-transact-sql


Page:    1 / 14   
Total 267 questions