My Report

SQL Server Practice Test 7


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement

1. Point out the wrong statement.

2. By using Windows Authentication, Windows groups can be created at the _________ level.

3. Which of the following stored procedure will stop the trace?

4. Point out the wrong statement.

5. What is the syntax for fn_my_permissions function in SQL Server 2014?

6. Which of the following pair of technology is supported in SQL Server?

7. Which of the following scenario prefers failover cluster instance over stand alone instance in SQL Server?

8. What is the role of WITH NAME in the following code?

ALTER SERVER ROLE server_role_name 
{
    [ ADD MEMBER server_principal ]
  | [ DROP MEMBER server_principal ]
  | [ WITH NAME = new_server_role_name ]
} [ ; ] 

9. Which of the following tool is used for purpose of data auditing for SQL Server only?

10. Selecting the _________ option can allow unaudited activity which could violate your security policies.


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.