Microsoft 70-765 Provisioning SQL Databases Online Training
Microsoft 70-765 Online Training
The questions for 70-765 were last updated at Dec 20,2024.
- Exam Code: 70-765
- Exam Name: Provisioning SQL Databases
- Certification Provider: Microsoft
- Latest update: Dec 20,2024
You administer a Microsoft SQL Server 2014 server. The MSSQLSERVER service uses a domain account named CONTOSOSQLService.
You plan to configure Instant File Initialization.
You need to ensure that Data File Autogrow operations use Instant File Initialization.
What should you do? Choose all that apply.
- A . Restart the SQL Server Agent Service.
- B . Disable snapshot isolation.
- C . Restart the SQL Server Service.
- D . Add the CONTOSOSQLService account to the Perform Volume Maintenance Tasks local security policy.
- E . Add the CONTOSOSQLService account to the Server Operators fixed server role.
- F . Enable snapshot isolation.
You administer a Microsoft SQL Server 2014 failover cluster that contains two nodes named Node A and Node B. A single instance of SQL Server is installed on the cluster.
An additional node named Node C has been added to the existing cluster.
You need to ensure that the SQL Server instance can use all nodes of the cluster.
What should you do?
- A . Run the New SQL Server stand-alone installation Wizard on Node C.
- B . Run the Add Node to SQL Server Failover Cluster Wizard on Node C.
- C . Use Node B to install SQL Server on Node C.
- D . Use Node A to install SQL Server on Node C.
You administer a Microsoft SQL Server 2014 database.
The database contains a Product table created by using the following definition:
You need to ensure that the minimum amount of disk space is used to store the data in the Product table.
What should you do?
- A . Convert all indexes to Column Store indexes.
- B . Implement Unicode Compression.
- C . Implement row-level compression.
- D . Implement page-level compression.
You administer a Microsoft SQL Server 2014 instance. After a routine shutdown, the drive that contains tempdb fails.
You need to be able to start the SQL Server.
What should you do?
- A . Modify tempdb location in startup parameters.
- B . Start SQL Server in minimal configuration mode.
- C . Start SQL Server in single-user mode.
- D . Configure SQL Server to bypass Windows application logging.
You administer a single server that contains a Microsoft SQL Server 2014 default instance. You plan to install a new application that requires the deployment of a database on the server. The application login requires sysadmin permissions.
You need to ensure that the application login is unable to access other production databases.
What should you do?
- A . Use the SQL Server default instance and configure an affinity mask.
- B . Install a new named SQL Server instance on the server.
- C . Use the SQL Server default instance and enable Contained Databases.
- D . Install a new default SQL Server instance on the server.
You administer a Microsoft SQL Server 2014 Enterprise Edition server that uses 64 cores.
You discover performance issues when large amounts of data are written to tables under heavy system load.
You need to limit the number of cores that handle I/O.
What should you configure?
- A . Processor affinity
- B . Lightweight pooling
- C . Max worker threads
- D . I/O affinity
You administer a Microsoft SQL Server 2014 instance that contains a financial database hosted on a storage area network (SAN).
The financial database has the following characteristics:
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day.
The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database.
These data load operations must occur in the minimum amount of time.
A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours.
You need to ensure that your backup will continue if any invalid checksum is encountered.
Which backup option should you use?
- A . STANDBY
- B . Differential
- C . FULL
- D . CHECKSUM
- E . BULK_LOGGED
- F . CONTINUE_AFTER_ERROR
- G . SIMPLE
- H . DBO_ONLY
- I . COPY_ONLY
- J . SKIP
- K . RESTART
- L . Transaction log
- M . NO_CHECKSUM
- N . NORECOVERY
You administer a Microsoft SQL Server 2014 instance that contains a financial database hosted on a storage area network (SAN).
The financial database has the following characteristics:
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day.
The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database.
These data load operations must occur in the minimum amount of time.
A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours.
On Wednesday at 10:00 hours, the development team requests you to refresh the database on a development server by using the most recent version.
You need to perform a full database backup that will be restored on the development server.
Which backup option should you use?
- A . NORECOVERY
- B . FULL
- C . NO_CHECKSUM
- D . CHECKSUM
- E . Differential
- F . BULK_LOGGED
- G . STANDBY
- H . RESTART
- I . SKIP
- J . Transaction log
- K . DBO ONLY
- L . COPY_ONLY
- M . SIMPLE
- N . CONTINUE AFTER ERROR
You administer a Microsoft SQL Server 2014 instance that contains a financial database hosted on a storage area network (SAN).
The financial database has the following characteristics:
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day.
The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database.
These data load operations must occur in the minimum amount of time.
A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours.
You need to ensure that the minimum amount of data is lost.
Which recovery model should the database use?
- A . NORECOVERY
- B . FULL
- C . NO_CHECKSUM
- D . CHECKSUM
- E . Differential
- F . BULK_LOGGED
- G . STANDBY
- H . RESTART
- I . SKIP
- J . Transaction log
- K . DBO ONLY
- L . COPY_ONLY
- M . SIMPLE
- N . CONTINUE AFTER ERROR
You administer a Microsoft SQL Server 2014 instance that contains a financial database hosted on a storage area network (SAN).
The financial database has the following characteristics:
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day.
The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database.
These data load operations must occur in the minimum amount of time.
A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours.
You need to ensure that the backup size is as small as possible.
Which backup should you perform every two hours?
- A . NORECOVERY
- B . FULL
- C . NO_CHECKSUM
- D . CHECKSUM
- E . Differential
- F . BULK_LOGGED
- G . STANDBY
- H . RESTART
- I . SKIP
- J . Transaction log
- K . DBO ONLY
- L . COPY_ONLY
- M . SIMPLE
- N . CONTINUE AFTER ERROR