Dear Readers, Welcome to SQL Server DBA Objective Questions and Answers have been designed specially to get you acquainted with the nature of questions you may encounter during your Job interview for the subject of SQL Server DBA Multiple choice Questions. These Objective type SQL Server DBA are very important for campus placement test and job interviews. As per my experience good interviewers hardly plan to ask any particular question during your Job interview and these model questions are asked in the online technical test and interview of many IT & Non IT Industry.
A. DELETE LOGIN login_name
B. DROP LOGIN login_name
C. A login cannot be deleted but only disabled
D. DISABLE LOGIN login_name
Ans: B
A. OFFLINE
B. SUSPECT
C. EMERGENCY
D. All of the above
Ans: C
A. 1
B. 2
C. 3
D. None
Ans: A
A. Does not create any index
B. clustered index for that column
C. index for that column
D. non-clustered index for that column
Ans: D
A. “The database could not be exclusively locked to perform the operation”
B. DELETE database
C. DROP database
D. Rename database
E. DISABLE database
Ans: D
A. USE LOGIN login_id WITH PASSWORD password
B. CREATE LOGIN login_id WITH USE password
C. CREATE LOGIN login_id USE password
D. CREATE LOGIN login_id WITH PASSWORD password
Ans: D
A. True
B. False
Ans: B
A. SINGLE_USER
B. MULTI_USER
C. RESTRICTED_USER
D. ROOT_USER
Ans: B
A. Master
B. Model
C. Both a and b
D. Root
Ans: C
A. True
B. False
Ans: A
A. OFFLINE
B. SUSPECT
C. EMERGENCY
D. All of the above
Ans: D
A. Yes
B. No
Ans: A
A. users that have the appropriate permissions to connect to the database are allowed
B. One user at a time is allowed to connect to the database
C. Only some members are allowed to access the database
D. Only the system admin and some members are allowed to access the database
Ans: A
A. Adhoc queries are placed embedded in the business logic code
B. Stored procedures are placed embedded in the business logic code
C. There is no difference as both are fired on the databases
D. None of the above
Ans: A
A. True
B. False
Ans: B