getcertified4sure.com

Tips for 70 463 pdf




It is more faster and easier to pass the Microsoft microsoft 70 463 exam by using Validated Microsoft Implementing a Data Warehouse with Microsoft SQL Server 2012 questuins and answers. Immediate access to the Avant-garde 70 463 pdf Exam and find the same core area 70 463 dumps questions with professionally verified answers, then PASS your exam with a high score now.

Q31. You are designing an extract, transform, and load (ETL) solution that loads data into dimension tables. The ETL process involves many transformation steps. 

You need to ensure that the design can provide: 

Auditing information for compliance and business user acceptance Tracking and unique identification of records for troubleshooting and error correction 

What should you do? 

A. Create a SQL Common Language Runtime (SQLCLR) component that records all 

transformation steps in a Microsoft SharePoint list. 

B. Create a version control repository for the transformation steps in Team Foundation Server (TFS). 

C. Develop a custom data lineage solution. 

D. Develop a Data Quality Services (DQS) solution. 

Answer:


Q32. You are designing a SQL Server Integration Services (SSIS) data flow to load sales transactions from a source system into a data warehouse hosted on SQL Azure. One of the columns in the data source is named ProductCode. 

Some of the data to be loaded will reference products that need special processing logic in the data flow. 

You need to enable separate processing streams for a subset of rows based on the source product code. 

Which data flow transformation should you use? 

A. Audit 

B. Source Assistant 

C. Script Task 

D. Conditional Split 

Answer:

Explanation: 

http://msdn.microsoft.com/en-us/library/ms137640.aspx http://msdn.microsoft.com/en-us/library/ms141150.aspx http://msdn.microsoft.com/en-us/library/ff929138.aspx http://msdn.microsoft.com/en-us/library/ff929116.aspx 


Q33. Occasionally a job that executes an existing SQL Server Integration Services (SSIS) package does not complete and nothing is processed. 

You need to ensure that package logging occurs. Your solution must minimize deployment and development efforts. 

What should you do? 

A. Create a reusable custom logging component. 

B. Use the gacutil command. 

C. Use the Project Deployment Wizard. 

D. Run the package by using the dtexec /rep /conn command. 

E. Add a data tap on the output of a component in the package data flow. 

F. Create an OnError event handler. 

G. Use the dtutil /copy command. 

H. Deploy the package by using an msi file. 

I. Run the package by using the dtexec /dumperror /conn command. 

J. Run the package by using the dtexecui.exe utility and the SQL Log provider. 

K. Deploy the package to the Integration Services catalog by using dtutil and use SQL Server to store the configuration. 

Answer:

Explanation: References: http://msdn.microsoft.com/en-us/library/ms140246.aspx 

http://msdn.microsoft.com/en-us/library/hh231187.aspx 


Q34. You are deploying a new SQL Server Integration Services (SSIS) package to five servers. 

The package must meet the following requirements: 

. .NET Common Language Runtime (CLR) integration in SQL Server must not be enabled. . The Connection Managers used in the package must be configurable without 

editing and redeploying the package. 

. The deployment procedure must be automated as much as possible. 

. Performance must be maximized. 

You need to set up a deployment strategy that meets the requirements. 

What should you do? 

A. Add an OnError event handler to the SSIS project. 

B. Use an msi file to deploy the package on the server. 

C. Open a command prompt and run the gacutil command. 

D. Open a command prompt and run the dtutil /copy command. 

E. Open a command prompt and run the dtexec /rep /conn command. 

F. Open a command prompt and run the dtexec /dumperror /conn command. 

G. Open a command prompt and execute the package by using the SQL Log provider and running the dtexecui.exe utility. 

H. Create a reusable custom logging component and use it in the SSIS project. 

I. Configure the SSIS solution to use the Project Deployment Model. 

J. Configure the output of a component in the package data flow to use a data tap. 

K. Run the dtutil command to deploy the package to the SSIS catalog and store the configuration in SQL Server. 

Answer:


Q35. A SQL Server Integration Services (SSIS) project has been deployed to the SSIS catalog. The project includes a project Connection Manager to connect to the data warehouse. 

The SSIS catalog includes two Environments: 

. Development 

. QA 

Each Environment defines a single Environment Variable named ConnectionString of type string. The value of each variable consists of the connection string to the development or QA data warehouses. 

You need to be able to execute deployed packages by using either of the defined Environments. 

Which three actions 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: 


Q36. You administer a large and complex SQL Server Integration Services (SSIS) solution in the SSIS catalog. 

You are instructed to execute a package by using PowerShell. You need to create the correct PowerShell command. 

How should you place the four code segments in sequence? (To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.) 

Answer: 


Q37. You are deploying a project to the SQL Server Integration Services (SSIS) catalog. 

You need to ensure that the project is deployed to the production environment with the least amount of administrative effort. 

What should you do? 

A. Create an On Error event handler. 

B. Add a data tap on the output of a component in the package data flow. 

C. Use the gacutil command. 

D. Create a reusable custom logging component. 

E. Run the package by using the dtexecui.exe utility and the SQL Log provider. 

F. Run the package by using the dtexec /rep /conn command. 

G. Use the Integration Services Deployment Wizard. 

H. Run the package by using the dtexec /dumperror /conn command. 

I. Use the dtutil /copy command. 

J. Deploy the package to the Integration Services catalog by using dtutil and use SQL Server to store the configuration. 

K. Deploy the package by using an msi file. 

Answer:

Reference: 

http://msdn.microsoft.com/en-us/library/hh479588.aspx 

http://msdn.microsoft.com/en-us/library/hh213290.aspx 

http://msdn.microsoft.com/en-us/library/hh213373.aspx 


Q38. You are implementing a new SQL Server Integration Services (SSIS) 2012 package that loads data from various flat files and a Windows Azure SQL Database database. 

Daily transactions must be loaded into a staging database. All the SSIS tasks will use the CurrentDate variable as the transaction date. 

You need to set the CurrentDate variable to the current execution date when the package starts. You need to achieve this goal by using the least amount of development effort. 

What should you use to set the variable? 

A. An Expression task 

B. A Script component 

C. A Script task 

D. An Execute SQL task 

Answer:


Q39. You are designing a complex SQL Server Integration Services (SSIS) project that uses the Project Deployment model. 

The project will contain between 15 and 20 packages. All the packages must connect to the same data source and destination. 

You need to define and reuse the connection managers in all the packages by using the least development effort. 

What should you do? 

A. Copy and paste the connection manager details into each package. 

B. Implement project connection managers. 

C. Implement package connection managers. 

D. Implement parent package variables in all packages. 

Answer:


Q40. 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: