MS SQL Server 2012 (Administrator) Assessment Test

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Cripstwick
C
Cripstwick
Community Contributor
Quizzes Created: 635 | Total Attempts: 840,637
| Attempts: 274 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. Which of these is not a type of trigger? 

Explanation

not-available-via-ai

Submit
Please wait...
About This Quiz
MS SQL Server 2012 (Administrator) Assessment Test - Quiz

As an MS SQL Server database administrator, your role is to be efficient in the datacenter to the cloud, Platform as a Service, and Linux as you administer... see moredatabases in SQL Server on a number of platforms. see less

2. SQL supports__ types of authentication modes

Explanation

SQL supports two types of authentication modes.

Submit
3. What type of subquery can you use to return multiple rows? 

Explanation

A subquery that can be used to return multiple rows is known as a correlated subquery. In a correlated subquery, the inner query depends on the outer query for its execution. This allows the subquery to be executed multiple times, once for each row returned by the outer query. As a result, the subquery can return multiple rows of data.

Submit
4. How can you trace traffic hitting an SQL server? It can be traced using

Explanation

SQL profiler is a tool provided by Microsoft SQL Server that allows you to trace and monitor the activity on an SQL server. It captures and records SQL statements, stored procedures, and other database activities, providing valuable information for troubleshooting and performance tuning. With SQL profiler, you can trace the traffic hitting an SQL server by capturing events such as queries, stored procedure executions, and errors, helping you to analyze and optimize the performance of your database system.

Submit
5. How can you schedule jobs to run at set time or when a specific event occurs? 

Explanation

The SQL Agent in SQL Server allows you to schedule jobs to run at specific times or in response to specific events. It provides a centralized tool for managing and automating various tasks such as backups, data imports, and report generation. By using the SQL Agent, you can define job schedules and specify the actions to be performed, ensuring that jobs are executed at the desired time or triggered by specific events.

Submit
6. Which of these functions is function is used to round up a non-integer value to the previous least integer? 

Explanation

The FLOOR function is used to round up a non-integer value to the previous least integer. It returns the largest integer that is less than or equal to the specified value.

Submit
7. Which of these is not a type of SQL Replication?

Explanation

The question asks for a type of SQL Replication that is not included in the given options. Among the options provided, Merge, Snapshot, and Transaction are all types of SQL Replication. However, Transformation is not a type of SQL Replication. Therefore, the correct answer is Transformation.

Submit
8. What is a correlated sub-query?

Explanation

A correlated subquery is a nested subquery that is linked to an outer query. In this type of subquery, the inner query references a column from the outer query, allowing the subquery to be executed multiple times, once for each row processed by the outer query. The result of the subquery is dependent on the values from the outer query, making it "correlated" to the outer query. This allows for more complex and specific filtering and retrieval of data.

Submit
9. What do we use collation for? 

Explanation

Collation is used to specify the order in which data is sorted and compared in a table. It determines how string values are compared, taking into account factors such as character set, case sensitivity, and accent sensitivity. By specifying the collation for a table, we can control the sorting order of the data, ensuring that it is displayed in a specific way.

Submit
10. Which of these Replication uses a snapshot to seed the replication?

Explanation

Merge replication uses a snapshot to seed the replication. This means that initially, a snapshot of the entire database is taken and then applied to the subscriber database. This snapshot includes all the data and schema objects that are required for replication. After the initial snapshot, any changes made to the publisher database are then replicated to the subscriber databases. Merge replication is commonly used in scenarios where multiple subscribers need to make changes to the data, and those changes need to be synchronized with the publisher and other subscribers.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 20, 2018
    Quiz Created by
    Cripstwick
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which of these is not a type of trigger? 
SQL supports__ types of authentication modes
What type of subquery can you use to return multiple rows? 
How can you trace traffic hitting an SQL server? It can be traced...
How can you schedule jobs to run at set time or when a specific event...
Which of these functions is function is used to round up a non-integer...
Which of these is not a type of SQL Replication?
What is a correlated sub-query?
What do we use collation for? 
Which of these Replication uses a snapshot to seed the replication?
Alert!

Advertisement