|
<Question 1> You are developing a security strategy for a new
installation of SQL. You want to
minimize the administration required of login. What should you do?
a) Use Windows NT Authentication Add Windows NT accounts as SQL Server
login.
b) Use Windows NT Authentication Add Windows NT groups as SQL Server
login.
c) Use SQL Server Authentication Add SQL Server login for authorized
users.
d) Use SQL Server Authentication. Add Windows NT accounts as SQL Server
login.
Answer: B
<Question 2> Your domain has two SQL Server computers named SQL1 and
SQL2. Two related
databases are on SQL1 and SQL2. You have standard logins on both
servers. You are able to connect to both databases on both servers, and
you are able to execute queries on both databases
on both servers. You are attempting to execute a distributed query that
joins data on SQL2 to data
on SQL1. On SQL1, you add SQL2 as a linked server. However, when you try
to execute the distributed query on SQL1, you receive a message that
your login failed. What is the most likely
cause of the problem?
A. You did not execute the query on SQL2.
B. You did not map your login on SQL1 to your login on SQL2.
C. You did not use a Windows NT login for the distributed query.
D. You did not establish a direct connection to SQL2, so you are not
authenticated for the
distributed query.
Answer: B
<Question 3> A user who has a SQL Server login forgot his password. How
should you restore his ability to connect to SQL Server?
A. Drop and re-create both his Windows NT account and his SQL Server
login with a new password.
B. Drop and re-create only his SQL Server login with a new password.
C. Change his account password in Windows NT User Manager.
D. Change the password in the SQL Server Login properties dialog box.
Answer: D
<Question 4>You plan to give users in the Windows NT Sales group limited
access to the Sales and Inventory databases. All access for data
modifications and reporting will be through a Microsoft Excel
Application. How should you set up access for the Sales group in both
databases?
a) Create a single application role. Grant the Sales group permissions
on that role in each database.
b) Create an application role for each database. Grant the Sales group
permissions in each database.
c) Create a single application role, and grant it permissions in each
database.
d) Create an application role in each database, and grant it the
appropriate permissions.
Answer: D
<Question 5> You want to increase security on the Finance Database so
that only members of the FINANCE group can run and execute applications.
You create a Test login that is not a member of the finance group but is
able to query and get results "finance.costs."
a) Disable the guest login
b) Deny permission for the Finance Db to all NT groups except the
Finance users
c) & d) not related
Answer: A
<Question 6> K and S have Win NT accounts but they are not members of
administrators. They need to access the Marketing database. You want to
identify actions of both. How?
a) Create seperate SQL logins with dbo permission.
b) Create seperate SQL logins and add logins to db_owner role in DB.
c) Add Win NT accounts to db_owner role.
d) Create SQL login account for K and add to dbo, add S's Win NT account
to db_owner role in
DB.
Answer: C
<Question 7> In order to tighten security on SQL Server, you remove the
Windows NT Administrators group from its default membership in the
sysadmin role. You create a local group
named SQLadmins and add it to the sysadmin role. You add your Windows NT
account to SQLadmins. Now, the SQLServerAgent service will not start and
your scheduled jobs will not run.
What is the most likely cause of the problem?
A. The SQLServerAgent service does not have the Windows NT
administrative privileges that are required in order for it to run.
B. The SQLServerAgent service does not have permission to connect to SQL
Server.
C. The SQLServerAgent service account does not have the right to log on
as a service.
D. T |
|