Exam Number/Code: 70-463. Exam Name: Implementing a Data. Version: Demo. Warehouse with Microsoft SQL Server 2012



Similar documents
MICROSOFT EXAM QUESTIONS & ANSWERS

Correct Answer: J Explanation. Explanation/Reference: According to these references, this answer looks correct.

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者

Implementing a Data Warehouse with Microsoft SQL Server 2012

Microsoft. MCSA upgrade to SQL Server 2012 Certification Courseware. Version 1.0

Implementing a Data Warehouse with Microsoft SQL Server 2012

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Exam : Transition Your MCTS on SQL Server 2008 to MCSA: SQL Server 2012, Part 2. Title : The safer, easier way to help you pass any IT exams.

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Course Outline. Module 1: Introduction to Data Warehousing

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

SQL Server Administrator Introduction - 3 Days Objectives

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)

Implementing a Data Warehouse with Microsoft SQL Server

Working with SQL Server Integration Services

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

LearnFromGuru Polish your knowledge

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

East Asia Network Sdn Bhd

TS:MS SQL Server 2005 Business Intelligence-Implem & Mainte

IS466 Decision Support Systems. SQL Server Business Intelligence Development Studio 2008 User Guide

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012

SQL Server Integration Services. Design Patterns. Andy Leonard. Matt Masson Tim Mitchell. Jessica M. Moss. Michelle Ufford

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

SQL Server Integration Services Design Patterns

For Sales Kathy Hall

Panorama NovaView. Load Balancing Installation Guide

Implementing a Data Warehouse with Microsoft SQL Server

Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014

Microsoft SQL Business Intelligence Boot Camp

LEARNING SOLUTIONS website milner.com/learning phone

COURSE SYLLABUS COURSE TITLE:

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen.

SQL Server 2012 Business Intelligence Boot Camp

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Updating Your SQL Server Skills from Microsoft SQL Server 2008 to Microsoft SQL Server 2014

Implementing a Data Warehouse with Microsoft SQL Server 2014

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va

Course 40009A: Updating your Business Intelligence Skills to Microsoft SQL Server 2012

Enterprise Integration Management with Microsoft SQL Server 2012

Updating Your SQL Server Skills to Microsoft SQL Server 2014

ACCESSING IBM iseries (AS/400) DB2 IN SSIS

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited

Updating Your SQL Server Skills to Microsoft SQL Server 2014

Exploring SQL Server Data Tools in Visual Studio 2013

MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014

How to Copy A SQL Database SQL Server Express (Making a History Company)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days

Utilizing SFTP within SSIS

SAP Data Services 4.X. An Enterprise Information management Solution

10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014

Introduction to the Data Migration Framework (DMF) in Microsoft Dynamics WHITEPAPER

Solving Business Pains with SQL Server Integration Services. SQL Server 2005 / 2008

Microsoft Exam MB2-702 Microsoft Dynamics CRM 2013 Deployment Version: 6.1 [ Total Questions: 90 ]

Course 10977: Updating Your SQL Server Skills to Microsoft SQL Server 2014

Master Data Services. SQL Server 2012 Books Online

SQL Server Master Data Services A Point of View

<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server

Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) H8B96S

SAP BO 4.1 COURSE CONTENT

Exam Number/Code : Exam Name: Name: PRO:MS SQL Serv. 08,Design,Optimize, and Maintain DB Admin Solu. Version : Demo.

Foundations of Business Intelligence: Databases and Information Management

Implementing a SQL Data Warehouse 2016

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2

Connectivity Pack for Microsoft Guide

Jet Data Manager 2012 User Guide

SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION

und ch/

agileworkflow Manual 1. agileworkflow 2. The repository 1 of 29 Contents Definition

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014

Lab 02 Working with Data Quality Services in SQL Server 2014

Microsoft SQL Database Administrator Certification

Implementation & Administration

Microsoft. Microsoft SQL Server Integration Services. Wee-Hyong Tok. Rakesh Parida Matt Masson. Xiaoning Ding. Kaarthik Sivashanmugam

SQL Server Training Course Content

Decreases the magnification of your chart. Changes the magnification of the displayed chart.

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

ibolt V3.2 Release Notes

Microsoft SQL Server Features that can be used with the IBM i

Advanced BIAR Participant Guide

ETL Overview. Extract, Transform, Load (ETL) Refreshment Workflow. The ETL Process. General ETL issues. MS Integration Services

Structure of the presentation

Agenda. SSIS - enterprise ready ETL

Transcription:

Exam Number/Code: 70-463 Exam Name: Implementing a Data Warehouse with Microsoft SQL Server 2012 Version: Demo

QUESTION: 1 You are using SQL Server Data Tools to develop a SQL Server Integration Services (SSIS) project. The first package that you create in this project contains a package connection that accesses a flat file. Additional packages in the project must also access this file. You need to define and reuse the flat file connection in all project packages. What should you do? A. Convert the package Connection Manager in the first package to a project Connection Manager. B. Copy the package Connection Manager and paste it into the second package. C. Convert the project to the Package Deployment model. D. Set the ProtectionLevel property of the package Connection Manager to DontSaveSensitive to reuse the flat file connection. Answer: A QUESTION: 2 You are reviewing the design of a customer dimension table in an existing data warehouse hosted on SQL Azure. The current dimension design does not allow the retention of historical changes to customer attributes such as Postcode. You need to redesign the dimension to enable the full historical reporting of changes to multiple customer attributes including Postcode. What should you do? A. Add StartDate and EndDate columns to the customer dimension. B. Add an IsCurrent column to the customer dimension. C. Enable Snapshot Isolation on the data warehouse. D. Add CurrentValue and PreviousValue columns to the customer dimension. Answer: A QUESTION: 3

You are developing a SQL Server Integration Services (SSIS) package to load data into a data warehouse. You need to establish the correct order for loading each table to maximize parallel processing. Which order should you use? A. 1. DimCurrency, DimScenario, DimAccount in parallel 2. DimOrganization 3. FactFinance B. C. DimCurrency, DimOrganization in parallel 2. DimScenario, DimAccount in parallel 3. FactFinance D. 1. DimCurrency, FactFinance in parallel 2. DimOrganization, DimScenario, DimAccount in parallel E. 1. FactFinance 2. DimOrganization, DimScenario, DimAccount in parallel 3. DimCurrency F. 1. DimCurrency 2. DimOrganization 3. DimScenario, DimAccount in parallel 4. FactFinance

Answer: A Explanation: References: http://msdn.microsoft.com/en-us/library/ms139892.aspx http://msdn.microsoft.com/en-us/library/ms141261.aspx QUESTION: 4 DRAG DROP You are building a SQL Server Integration Services (SSIS) package to load data from all files that are automatically copied to a directory each night through an external FTP process. You need to load data from all copied files to a destination table in SQL Server. Which three steps should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.) Answer:

QUESTION: 5 You are the data steward for a Business Intelligence project. You must identify duplicate rows stored in a SQL Server table and output discoveries to a CSV file. A Data Quality Services (DQS) knowledge base has been created to support this project. You need to produce the CSV file with the least amount of development effort. What should you do? A. Create an Integration Services package and use a Data Profiling transform. B. Create a custom.net application based on the Knowledgebase class. C. Create a data quality project. D. Create a CLR stored procedure based on the Knowledgebase class. E. Create a Master Data Services (MDS) business rule. Answer: C Reference: http://msdn.microsoft.com/en-us/library/hh213052.aspx QUESTION: 6

You are editing a SQL Server Integration Services (SSIS) package that contains three Execute SQL tasks and no other tasks. The package and all three Execute SQL tasks have their TransactionOption property set to Supported. You need to ensure that if any of the Execute SQL tasks fail, all three tasks will roll back their changes. What should you do? A. Move the three Execute SQL tasks into a Sequence container. B. Move the three Execute SQL tasks into a Foreach Loop container. C. Change the TransactionOption property of all three Execute SQL tasks to Required. D. Change the TransactionOption property of the package to Required. Answer: D Reference: http://msdn.microsoft.com/en-us/library/ms137749.aspx http://msdn.microsoft.com/enus/library/microsoft.sqlserver.dts.runtime.dtstransactionoption.aspx QUESTION: 7 You are creating a SQL Server Master Data Services (MDS) model for a company. The source data for the company is stored in a single table that contains the manager-tosubordinate relationships. You need to create a hierarchy representing the organizational structure of the company. Which hierarchy type should you use? A. Natural B. Explicit C. Parent D. Recursive Answer: D Reference: http://technet.microsoft.com/en-us/library/ff487006.aspx

Reference: http://msdn.microsoft.com/en-us/library/ee633747.aspx Reference: http://technet.microsoft.com/en-us/library/ee633759.aspx QUESTION: 8 You are developing a SQL Server Integration Services (SSIS) package that imports data into a data warehouse. You add an Execute SQL task to the control flow. The task must execute a simple INSERT statement. The task has the following requirements: - The INSERT statement must use the value of a string package variable. The variable name is StringVar. - The Execute SQL task must use an OLE DB Connection Manager. In the Parameter Mapping tab of the Execute SQL task, StringVar has been added as the only parameter. You must configure the SQLStatement property of the Execute SQL task. Which SQL statement should you use? A. INSERT INTO dbo.table (variablevalue) VALUES ($StringVar) B. INSERT INTO dbo.table (variablevalue) VALUES (0) C. INSERT INTO dbo.table (variablevalue) VALUES (@0) D. INSERT INTO dbo.table (variablevalue) VALUES (?) Answer: D Explanation: References: http://msdn.microsoft.com/en-us/library/ms141003.aspx http://msdn.microsoft.com/en-us/library/ms140355.aspx http://msdn.microsoft.com/en-us/library/cc280502.aspx QUESTION: 9 You are creating a SQL Server Master Data Services (MDS) model for a company. The source data for the company is stored in a single table that contains the manager-tosubordinate relationships. You need to create a hierarchy representing the organizational structure of the company. Which hierarchy type should you use?

A. Organizational B. Recursive C. Non-Mandatory Explicit D. Many-to-Many Answer: B QUESTION: 10 You are developing a SQL Server Integration Services (SSIS) package that imports data into a data warehouse hosted on SQL Azure. The package uses a Foreach container to process text files found in a folder. The package must be deployed to a single server by using the Project Deployment model. Multiple SQL Server Agent jobs call the package. Each job is executed on a different schedule. Each job passes a different folder path to the package. You need to configure the package to accept the folder path from each job. Which package configuration should you use? A..dtsConfig file B. Registry Entry C. Environment Variable D. Parent Package Variable E. XML Configuration File Answer: C Reference: http://msdn.microsoft.com/en-us/library/ms345179.aspx http://msdn.microsoft.com/en-us/library/ms141708.aspx http://msdn.microsoft.com/en-us/library/hh213214.aspx http://msdn.microsoft.com/en-us/library/hh213296.aspx http://msdn.microsoft.com/en-us/library/hh213293.aspx