05 Chapter 05 DP-300T00A-Trainer-Files-Administering-Relational

05 Chapter 05 DP-300T00A-Trainer-Files-Administering-Relational

Assessment

Quiz

Education

Professional Development

Medium

Created by

Jomesh Joseph Veliyath

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of execution plan is stored in the plan cache?
Estimated execution plan
Actual execution plan
Live Query Stats

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which DMV should you use to find index utilization?
sys.dm_db_index_usage_stats
sys.dm_db_missing_index_details
sys.dm_exec_query_plan_stats

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following wait types would indicate excessive CPU consumption?
SOS_SCHEDULER_YIELD
RESOURCE_SEMAPHORE
PAGEIOLATCH_SH

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of database design should you use for a data warehouse when you want to reduce the data volume of your dimensions?
Snowflake schema
3rd normal form
Star Schema

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the minimum number rows do you need to bulk insert into a columnstore index?
102400
1000000
1000

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which compression type offers the highest level of compression?
Columnstore Archival
Row Compression
Page Compression

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of index is best used on a data warehouse fact table?
Clustered Columnstore
Nonclustered Columnstore
Clustered b-tree

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which DMV provides information about server level wait statistics?
Sys.dm_os_wait_stats
Sys.dm_exec_session_wait_stats
Sys.dm_db_index_physical_stats

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which DMV can you use to capture the actual execution plan for a given query?
sys.dm_exec_query_plan_stats
sys.dm_exec_cached_plans
sys.dm_exec_query_plan