Certification Exam Prep Questions For
Implementing a Microsoft SQL 2016 Data Warehouse (MS-20767)
QuickStart is now offering you assessment questions for Implementing a Microsoft SQL 2016 Data Warehouse (MS-20767). Whether you are deciding which exam to sign up for, or simply want to practice the materials necessary to complete certification for this course, we have provided a practice assessment to better aid in certification. 100% of the questions are real questions from a recent version of the test you will take for Implementing a Microsoft SQL 2016 Data Warehouse (MS-20767).
Module 1
Introduction to Data Warehousing
What are the components of Data Warehousing Solution?
- A. Data Sources
-
Incorrect.
- B. Master Data Management (MDM)
-
Incorrect.
- C. Data Models
-
Incorrect.
- D. All of the above
-
Correct!
Column-based index has the following property.
- B. It is best to use in OLTP database
-
Incorrect.
- C. It is best to use in Data Warehouse
-
Correct!
- D. All the data in a row is processed
-
Incorrect.
Row-based index has the following property
- B. It is best to use in OLTP database
-
Correct!
- C. It is best to use in Data Warehouse
-
Incorrect.
- D. Both rows and columns are processed
-
Incorrect.
Back To Top
Module 2
Planning Data Warehouse Infrastructure
How much Data Volume is required for a Small BI System?
- A. 10 TB to hundreds of TB
-
Incorrect.
- B. 100 GB Max
-
Incorrect.
- C. Hundreds of GB to 1 TB
-
Correct!
- D. 1 to 10 TB
-
Incorrect.
How much Data Volume is required for a Medium BI System?
- A. 10 TB to hundreds of TB
-
Incorrect.
- B. 100 GB Max
-
Incorrect.
- C. Hundreds of GB to 1 TB
-
Incorrect.
- D. 1 to 10 TB
-
Correct.
What is the specific formula for applying cores in a system?
- B. ((Average query size in MB ÷ MCR) x Concurrent users)
-
Incorrect.
- C. ((Average query size in MB + MCR) x Concurrent users)
-
Incorrect.
Back To Top
Module 3
Designing and Implementing a Data Warehouse
What properties are true regarding snowflake schema?
In dimension table the business key is retained as?
- A. Surrogate Key
-
Incorrect.
- B. Alternate Key
-
Correct!
- C. Special Key
-
Incorrect.
- D. BI Key
-
Incorrect.
Which of the following statement is true for tempdb?
- D. tempdb does not work with temporary stored procedures
-
Incorrect!
Back To Top
Module 4
Columnstore Indexes
Columnstore indexes can...
- A. process data in batches instead of row by row
-
Incorrect.
- D. All of the above
-
Correct!
Which of the following is NOT the characteristic of Clustered Columnstore indexes
- A. It must contain all columns
-
Incorrect.
- B. It Optimizes data for storage and performance
-
Incorrect.
- C. It can be filtered
-
Correct!
- D. On top the row bases indexes can be added
-
Incorrect.
What does this statement do “sys.dm_db_index_physical_stats”?
- A. The statement is incorrect
-
Incorrect.
- B. Helps to determine the index fragmentation
-
Correct!
- C. The correct statement is dm.sys_db_index_physical_stats
-
Incorrect.
Back To Top
Module 5
Implementing an Azure SQL Data Warehouse
) What is the key characteristic of PolyBase?
- A. PolyBase can access structured data in other systems
-
Incorrect.
Hash distribution is a part of?
- A. Memory Distribution
-
Incorrect.
- B. Data Distribution
-
Correct!
- C. Round- Robin Distribution
-
Incorrect.
- D. None of the above
-
Incorrect.
) What are the data types that are NOT supported in Azure SQL Data Warehouse?
- A. varchar(max)
-
Correct!
- B. nvarchar(4000)
-
Incorrect.
- C. varchar(8000)
-
Incorrect.
- D. all of the above
-
Incorrect.
Back To Top
Module 6
Creating an ETL Solution
_______ is the primary ETL tool for SQL Server.
In which deployment model multiple packages are deployed in a single project?
- A. Package deployment model
-
Incorrect.
- B. Project deployment model
-
Correct!
- C. Product deployment model
-
Incorrect.
- D. Single deployment model
-
Incorrect.
In which deployment model SSIS packages are deployed and managed individually?
- A. Package deployment model
-
Correct!
- B. Project deployment model
-
Incorrect.
- C. Product deployment model
-
Incorrect.
- D. Single deployment model
-
Incorrect.
Back To Top
Module 7
Implementing Control Flow in an SSIS Package
In Control Flow task, what WMI stands for?
- A. Windows Message Instrumentation
-
Incorrect.
- B. Windows Management Instrumentation
-
Correct!
- C. Windows Monitor Instrumentation
-
Incorrect.
- D. Windows Monitor Integration
-
Incorrect.
In Database Tasks, what CDC stands for?
- A. Change Data Capture
-
Correct!
- B. Capture Data Control
-
Incorrect.
- C. Change Data Control
-
Incorrect.
- D. Change Deployment Control
-
Incorrect.
Following is NOT the part of System Variable?
Back To Top
Module 8
Debugging and Troubleshooting SSIS Packages
“dtutil” helps to ..
- A. Deploy packages
-
Incorrect.
- B. Generate dump file
-
Correct!
- C. Delete log files
-
Incorrect.
- D. All of the above
-
Incorrect.
Mark the following events that are the part of SSIS logging supports?
- A. OnError
-
Correct!
- B. OnStart
-
Incorrect.
- C. OnInformation
-
Incorrect.
- D. None of the above
-
Incorrect.
In Log Schema mark the appropriate integer value with respect to its execution result of the following DataCode?
- A. 0 = Failure
-
Incorrect.
- B. 1 = Success
-
Incorrect.
- C. 3 = Cancelled
-
Correct!
- D. All of the above
-
Incorrect.
Back To Top
Module 9
Implementing a Data Extraction Solution
Which statement is true for Single-Stage ETL?
- A. Data is staged for a coordinated load
-
Incorrect.
- D. None of the above
-
Incorrect.
Which statement is true for Two-Stage ETL?
- A. Data is staged for a coordinated load
-
Correct!
- D. None of the above
-
Incorrect.
Which statement is true for Three-Stage ETL?
- A. Data is staged for a coordinated load
-
Incorrect.
- D. None of the above
-
Incorrect.
Back To Top
Module 10
Enforcing Data Quality
In SQL what does DQS stands for?
- A. Data Query Service
-
Incorrect.
- B. Data Quality Server
-
Incorrect.
- C. Data Quality Service
-
Correct!
- D. None of the above
-
Incorrect.
Which statement is true for DQS
- D. DQS stands for Data Quantity Service
-
Incorrect.
What does Data Cleansing do?
- A. Finds duplicate data entities
-
Incorrect.
- B. Applies data quality rules to data
-
Incorrect.
- D. Creates and Manages data quality services knowledge
-
Incorrect.
Back To Top
Module 11
Master Data Services
What statements are true for Master Data Services?
- A. Entity-focused
-
Incorrect.
- B. Domain-focused
-
Incorrect.
- C. Applicable to any dataset that contains domains
-
Incorrect.
- D. Applicable to specific instances
-
Correct!
What statements are true for Data Quality Services?
- A. Entity-focused
-
Incorrect.
- B. Applicable to any dataset that contains domains
-
Correct!
- C. Applicable to specific instances
-
Incorrect.
- D. None of the above
-
Incorrect.
What are the components of Master Data Services?
- A. Master Data Services database
-
Incorrect.
- B. Master Data Manager web application
-
Incorrect.
- C. Master Data Services Configuration Manager
-
Incorrect.
- D. All of the above
-
Correct!
Back To Top
Module 12
Extending SQL Server Integration Services
What following settings can be configured using Script Task Editor?
- A. EntryPoint
-
Incorrect.
- B. ReadOnlyVariables
-
Incorrect.
- C. ReadWriteVariables
-
Incorrect.
- D. All of the above
-
Correct!
What are the custom components through which you can extend SSIS?
- A. Control flow tasks
-
Incorrect.
- B. Log providers
-
Correct!
- C. Enumerators
-
Incorrect.
- D. All of the above
-
Incorrect.
Which statement is true regarding ScriptLanguage?
- D. None of the above is true
-
Incorrect.
Back To Top
Module 13
Deploying and Configuring SSIS Packages
Which following statement is NOT true regarding SSIS catalogue?
- A. SSIS catalog is a storage repository for SSIS projects
-
Incorrect.
If a package is being executed with “dtexec”, which means?
- A. The debug dump file is deleted
-
Incorrect.
- B. The debug dump file is created
-
Correct!
- C. It will create .exe file
-
Incorrect.
- D. All of the above
-
Incorrect.
Which statement is true regarding Dtexecui.
- A. Dtexecui is a GUI that runs Dtexe.
-
Correct!
- B. Dtexecui helps you to open command prompt
-
Incorrect.
- C. There is no utility or syntax like Dtexecui
-
Incorrect.
- D. Dtexecui is a GUI that runs Dtexe.
-
Incorrect.
Back To Top
Module 14
Consuming Data in a Data Warehouse
Data _________ improves decision making by revealing patterns in data.
What does Self-Service Reporting means?
- B. Reports are integrated into an application or portal to provide contextualized business information at a glance
-
Incorrect.
- D. None of the above
-
Incorrect.
ROLAP Stands for?
- A. Relational Online Analytical Processing
-
Correct!
- B. Relational Online Analytical Point
-
Incorrect.
- C. Relational Online Analytical Procedure
-
Incorrect.
- D. Relational Online Analytical Partition
-
Incorrect.
Back To Top
- Home
- Practice Exam - Implementing a Microsoft SQL 2016 Data Warehouse
Practice Exam - Implementing a Microsoft SQL 2016 Data Warehouse
More Information:
- Learning Style: On Demand
- Learning Style: Practice Exam
- Difficulty: Beginner
- Course Duration: 1 Hour
- Course Info: Download PDF
- Certificate: See Sample
Contact a Learning Consultant
Need Training for 5 or More People?
Customized to your team's need:
- Annual Subscriptions
- Private Training
- Flexible Pricing
- Enterprise LMS
- Dedicated Customer Success Manager
Course Information