Which of the following database instances are created by default when SQL Server is installed? (Choose two.)
(A database administrator wants users to be able to access resources remotely from home. Which of the following best describes how the administrator can enable this access without compromising the security of the stored data?)
Which of the following computer services associates IP network addresses with text-based names in order to facilitate identification and connectivity?
A company wants to deploy a new application that will distribute the workload to five different database instances. The database administrator needs to ensure that, for each copy of the database, users are able to read and write data that will be synchronized across all of the instances.
Which of the following should the administrator use to achieve this objective?
(A database administrator has configured a Resource Governor with three resource pools. The first resource pool is assigned a minimum CPU and memory value of 25%. The second resource pool is assigned a minimum CPU and memory value of 35%. The database administrator wants to assign the maximum CPU and the maximum resource pool to the third resource. Which of the following is the maximum the database administrator should assign to the third resource?)
An on-premises application server connects to a database in the cloud. Which of the following must be considered to ensure data integrity during transmission?
A database administrator wants to remove inactive customers from a database. Which of the following statements should the administrator use?
A)

B)

C)

D)

(Which of the following is used to store product quantities in a table while ensuring the minimal amount of storage is consumed?)
(A database administrator wants to create a database that does not have a predefined schema. Which of the following tools should the administrator use to create this type of database? Select two.)
Given the following customer table:

Which of the following ORM snippets would return the ID, state, and country of all customers with the newest customers appearing first?
A)

B)

C)

D)

A database administrator needs to ensure that a newly installed corporate business intelligence application can access the company’s transactional data. Which of the following tasks should the administrator perform first?
A database administrator needs to ensure continuous availability of a database in case the server fails. Which of the following should the administrator implement to ensure high availability of the database?
A database administrator needs a tool to document and explain the relationships between data in an organization's database. Which of the following is the best tool to accomplish this task?
(Which of the following is a CPU-intensive operation that improves database performance and information retrieval?)
Which of the following sets the age requirement for data that should be recovered after a major disaster?
A database administrator would like to create a table named XYZ. Which of the following queries should the database administrator use to create the table?
A)

B)

C)

D)

Which of the following have data manipulation and procedural scripting power? (Choose two.)
A database's daily backup failed. Previous backups were completed successfully. Which of the following should the database administrator examine first to troubleshoot the issue?
Which of the following firewall types allows an administrator to control traffic and make decisions based on factors such as connection information and data flow communications?
A new retail store employee needs to be able to authenticate to a database. Which of the following commands should a database administrator use for this task?
(New users at a company are reporting that the system is not accepting new credentials when the users are asked to change the credentials for the first time. Which of the following is the reason the credentials are being rejected?)
(A developer needs to integrate a trigger to execute an action in a database. Which of the following SQL snippets is a correct use of a trigger?)
A database administrator manages a database server that is running low on disk space. A lot of backup files are stored on the server's disks.
Which of the following is the best action for the administrator to take?
A database administrator is migrating the information in a legacy table to a newer table. Both tables contain the same columns, and some of the data may overlap.
Which of the following SQL commands should the administrator use to ensure that records from the two tables are not duplicated?
A database administrator is concerned about transactions in case the system fails. Which of the following properties addresses this concern?
An automated script is using common passwords to gain access to a remote system. Which of the following attacks is being performed?