0% found this document useful (0 votes)
62 views

MCSA 70-764: Administering An SQL Database Infrastructure

This document contains practice questions for the MCSA 70-764 Administering an SQL Database Infrastructure certification exam. It provides 7 multiple choice questions related to configuring Database Mail, auditing databases, indexing fragmentation, and query performance optimization. The questions are from a series that presents the same scenario, and each contains a unique solution to meet the stated goals.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

MCSA 70-764: Administering An SQL Database Infrastructure

This document contains practice questions for the MCSA 70-764 Administering an SQL Database Infrastructure certification exam. It provides 7 multiple choice questions related to configuring Database Mail, auditing databases, indexing fragmentation, and query performance optimization. The questions are from a series that presents the same scenario, and each contains a unique solution to meet the stated goals.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

MCSA 70-764

Administering an SQL Database Infrastructure

Thank You for Downloading 70-764 Updated Exam


Questions

https://www.certs4sale.com/microsoft/70-764-pdf-exam-dumps

https://www.certs4sale.com/
Version: 9.0
Question: 1

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
You need to configure a Microsoft SQL Server instance to ensure that a user named Mail1 can send mail
by using Database Mail.
Solution: You add the DatabaseMailUserRole to Mail1 in the tempdb database.
Does the solution meet the goal?

A. Yes
B. No

Answer: B

Database Mail is guarded by the database role DatabaseMailUserRole in the msdb database, not the
tempdb database, in order to prevent anyone from sending arbitrary emails. Database users or roles
must be created in the msdb database and must also be a member of DatabaseMailUserRole in order to
send emails with the exception of sysadmin who has all privileges.
Note: Database Mail was first introduced as a new feature in SQLServer 2005 and replaces the SQL Mail
feature found in previous versions.
References:http://www.idevelopment.info/data/SQLServer/DBA_tips/Database_Administration/DBA_2
0.shtml

Question: 2

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
You need to configure a Microsoft SQL Server instance to ensure that a user named Mail1 can send mail
by using Database Mail.
Solution: You add the DatabaseMailUserRole to Mail1 in the msdb database.
Does the solution meet the goal?

A. Yes
B. No

Answer: A

Database Mail is guarded by the database role DatabaseMailUserRole in the msdb database in order to
prevent anyone from sending arbitrary emails. Database users or roles must be created in the msdb

https://www.certs4sale.com/
database and must also be a member of DatabaseMailUserRole in order to send emails with the
exception of sysadmin who has all privileges.
Note: Database Mail was first introduced as a new feature in SQL Server 2005 and replaces the SQL Mail
feature found in previous versions.
References:http://www.idevelopment.info/data/SQLServer/DBA_tips/Database_Administration/DBA_2
0.shtml

Question: 3

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
You need to configure a Microsoft SQL Server instance to ensure that a user named Mail1 can send mail
by using Database Mail.
Solution: You add the DatabaseMailUserRole to Mail1 in the master database.
Does the solution meet the goal?

A. Yes
B. No

Answer: B

Database Mail is guarded by the database role DatabaseMailUserRole in the msdb database, not the
master database, in order to prevent anyone from sending arbitrary emails. Database users or roles
must be created in the msdb database and must also be a member of DatabaseMailUserRole in order to
send emails with the exception of sysadmin who has all privileges.
Note: Database Mail was first introduced as a new feature in SQL Server 2005 and replaces the SQL Mail
feature found in previous versions.
References:http://www.idevelopment.info/data/SQLServer/DBA_tips/Database_Administration/DBA_2
0.shtml

Question: 4

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
A company has a server that runs Microsoft SQL Server 2016 Web edition. The server has a default
instance that hosts a database named DB1.
You need to ensure that you can perform auditing at the database level for DB1.
Solution: You migrate DB1 to the default instance on a server that runs Microsoft SQL Server 2016
Standard edition.
Does the solution meet the goal?

A. Yes

https://www.certs4sale.com/
B. No

Answer: B

All editions of SQL Server support server level audits. All editions support database level audits
beginning with SQL Server 2016 SP1. Prior to that, database level auditing was limited to Enterprise,
Developer, and Evaluation editions.
References:https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-
audit-database-engine

Question: 5

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
A company has a server that runs Microsoft SQL Server 2016 Web edition. The server has a default
instance that hosts a database named DB1.
You need to ensure that you can perform auditing at the database level for DB1.
Solution: You migrate DB1 to a named instance on a server that runs Microsoft SQL Server 2016
Enterprise edition.
Does the solution meet the goal?

A. Yes
B. No

Answer: A

All editions of SQL Server support server level audits. All editions support database level audits
beginning with SQL Server 2016 SP1. Prior to that, database level auditing was limited to Enterprise,
Developer, and Evaluation editions.
References:https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-
audit-database-engine

Question: 6

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
A company has a server that runs Microsoft SQL Server 2016 Web edition. The server has a default
instance that hosts a database named DB1.
You need to ensure that you can perform auditing at the database level for DB1.
Solution: You migrate DB1 to a named instance on a server than runs Microsoft SQL Server 2016
Standard edition.
Does the solution meet the goal?

https://www.certs4sale.com/
A. Yes
B. No

Answer: B

All editions of SQL Server support server level audits. All editions support database level audits
beginning with SQL Server 2016 SP1. Prior to that, database level auditing was limited to Enterprise,
Developer, and Evaluation editions.
References: https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-
audit-database-engine

Question: 7

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
A company has an on-premises Microsoft SQL Server environment and Microsoft Azure SQL Database
instances. The environment hosts several customer databases.
One customer reports that their database is not responding as quickly as the service level agreements
dictate. You observe that the database is fragmented.
You need to optimize query performance.
Solution: You reorganize all indexes.
Does the solution meet the goal?

A. Yes
B. No

Answer: A

You can remedy index fragmentation by either reorganizing an index or by rebuilding an index.
References: https://msdn.microsoft.com/en-us/library/ms189858(v=sql.105).aspx

Question: 8

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
A company has an on-premises Microsoft SQL Server environment and Microsoft Azure SQL Database
instances. The environment hosts several customer databases.
One customer reports that their database is not responding as quickly as the service level agreements
dictate. You observe that the database is fragmented.
You need to optimize query performance.
Solution: You rebuild all indexes.

https://www.certs4sale.com/
Does the solution meet the goal?

A. Yes
B. No

Answer: A

You can remedy index fragmentation by either reorganizing an index or by rebuilding an index.
References:https://msdn.microsoft.com/en-us/library/ms189858(v=sql.105).aspx

Question: 9

Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
A company has an on-premises Microsoft SQL Server environment and Microsoft Azure SQL Database
instances. The environment hosts several customer databases.
One customer reports that their database is not responding as quickly as the service level agreements
dictate. You observe that the database is fragmented.
You need to optimize query performance.
Solution: You run the DBCC CHECKDB command.
Does the solution meet the goal?

A. Yes
B. No

Answer: B

DBCC CHECKDB only checks the logical and physical integrity of all the objects in the specified database.
It does not update any indexes, and does not improve query performance.
References:https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-checkdb-
transact-sql

Question: 10

Note: This question is part of a series of questions that use the same or similar answer choices. An
answer choice may be correct for more than one question in the series. Each question is independent of
the other questions in this series. Information and details provided in a question apply only to that
question.
You are the database administrator for a company that hosts Microsoft SQL Server. You manage both
on-premises and Microsoft Azure SQL Database environments.
One instance hosts a user database named HRDB. The database contains sensitive human resources
data.
You need to grant an auditor permission to view the SQL Server audit logs while following the principle
of least privilege.
Which permission should you grant?

https://www.certs4sale.com/
A. DDLAdmin
B. db_datawriter
C. dbcreator
D. dbo
E. View Database State
F. View Server State
G. View Definition
H. sysadmin

Answer: F

Unless otherwise specified, viewing catalog views requires a principal to have one of the following:
References: https://technet.microsoft.com/en-us/library/cc280386(v=sql.110).aspx

Question: 11

Note: This question is part of a series of questions that use the same or similar answer choices. An
answer choice may be correct for more than one question in the series. Each question is independent of
the other questions in this series. Information and details provided in a question apply only to that
question.
You manage a Microsoft SQL Server environment. You implement Transparent Data Encryption (TDE).
A user will assist in managing TDE.
You need to ensure that the user can view the TDE metadata while following the principle of lease
privilege.
Which permission should you grant?

A. DDLAdmin
B. db_datawriter
C. dbcreator
D. dbo
E. View Database State
F. View Server State
G. View Definition
H. sysadmin

Answer: G

Viewing the metadata involved with TDE requires the VIEW DEFINITION permissionon the certificate.
References: https://docs.microsoft.com/en-us/sql/relational-
databases/security/encryption/transparent-data-encryption-tde

https://www.certs4sale.com/
THANK YOU FOR DOWNLOADING 70-764
UPDATED EXAM QUESTIONS

Note: Thanks For Trying The Demo Of Our 70-764 Exam Product

Visit Our Site to Purchase the Full Set of Actual 70-764 Exam Questions
With Answers.

Money Back Guarantee

Click The Link Below

https://www.certs4sale.com/microsoft/70-764-pdf-exam-dumps

https://www.certs4sale.com/

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy