getcertified4sure.com

Ideas to 70 463 exam




we provide Highest Quality Microsoft 70 463 exam exam engine which are the best for clearing exam 70 463 test, and to get certified by Microsoft Implementing a Data Warehouse with Microsoft SQL Server 2012. The 70 463 exam Questions & Answers covers all the knowledge points of the real 70 463 training kit pdf exam. Crack your Microsoft exam 70 463 Exam with latest dumps, guaranteed!

Q111. 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 Fuzzy Lookup transform. 

B. Create a Master Data Services (MDS) model. 

C. Create a Data Quality Project. 

D. Create an Integration Services package and use a DQS Cleansing transform. 

E. Create an Integration Services package and use a Fuzzy Grouping transform. 

Answer:

Explanation: The DQS Cleansing transformation uses Data Quality Services (DQS) to correct data from a connected data source, by applying approved rules that were created for the connected data source or a similar data source. To determine whether the data has to be corrected, the DQS Cleansing transformation processes data from an input column when the following conditions are true: 

* The column is selected for data correction. 

* The column data type is supported for data correction. 

* The column is mapped a domain that has a compatible data type. 

* The transformation also includes an error output that you configure to handle row-level errors 


Q112. You are developing a SQL Server Integration Services (SSIS) package that imports unsorted data into a data warehouse hosted on SQL Azure. 

You have the following requirements: 

. A destination table must contain all of the data in two source tables. 

. Duplicate records must be inserted into the destination table. 

You need to develop a data flow that imports the data while meeting the requirements. 

How should you develop the data flow? (To answer, drag the appropriate transformation from the list of transformations to the correct location in the answer area.) 

Answer: 


Q113. You are developing a SQL Server Integration Services (SSIS) package that imports data into a data warehouse. You are developing the part of the SSIS package that populates the ProjectDates dimension table. 

The business key of the ProjectDates table is the ProjectName column. The business user has given you the dimensional attribute behavior for each of the four columns in the ProjectDates table: 

ExpectedStartDate - New values should be tracked over time. 

ActualStartDate - New values should not be accepted. 

ExpectedEndDate - New values should replace existing values. 

ActualEndDate - New values should be tracked over time. 

You use the SSIS Slowly Changing Dimension Transformation. 

You must configure the Change Type value for each source column. 

Which settings should you select? (To answer, select the appropriate setting or settings in the answer area. Each Change Type may be used once, more than once, or not at all.) 

Answer: 


Q114. You are developing a SQL Server Integration Services (SSIS) package. The data source 

for the data flow task is a table that has been configured as a change data capture (CDC) table. You are using a CDC Source component to obtain the CDC data. 

The CDC Source component has the following requirements: 

. The output must include metadata columns that indicate which source columns have changed. . The output must return only one change row per source row that is modified in the current CDC processing range. 

You need to configure the CDC Source component. 

Which CDC processing mode should you select? (To answer, configure the appropriate option or options in the dialog box in the answer area.) 

Answer: 


Q115. You are creating a Data Quality Services (DQS) solution. You must provide statistics on the accuracy of the data. 

You need to use DQS profiling to obtain the required statistics. 

Which DQS activity should you use? 

A. Cleansing 

B. Matching 

C. Knowledge Discovery 

D. Matching Policy 

Answer:


Q116. You are using the Knowledge Discovery feature of the Data Quality Services (DQS) client application to modify an existing knowledge base. 

In the mapping configuration, two of the three columns are mapped to existing domains in the knowledge base. The third column, named Group, does not yet have a domain. 

You need to complete the mapping of the Group column. 

What should you do? 

A. Map a composite domain to the source column. 

B. Create a composite domain that includes the Group column. 

C. Add a domain for the Group column. 

D. Add a column mapping for the Group column. 

Answer:


Q117. You are reviewing the design of an existing fact table named factSales, which is loaded incrementally from a SQL Azure database by a SQL Server Integration Services (SSIS) package each hour. The fact table has approximately 4 billion rows and is dimensioned by product, sales date, and sales time of day. 

The database administrator is concerned about the rapid growth of the database and users experience poor reporting performance against this database. Reporting requirements have recently changed and the only remaining report that uses this fact table reports sales by product name, sale month, and sale year. No other reports will be created against this table. 

You need to reduce the report processing time and minimize the growth of the database. 

What should you do? 

A. Create an indexed view over the fact table to sum orderTotal by month. 

B. Create a view over the fact table to sum orderTotal by month. 

C. Change the granularity of the fact table to month. 

D. Partition the fact table by productKey. 

Answer:


Q118. pic 2) 

You are designing a SQL Server Integration Services (SSIS) package configuration strategy. 

The package configuration must meet the following requirements: 

. Include multiple properties in a configuration. 

. Support several packages with different configuration settings. You need to select the appropriate configuration. Which configuration type should you use? 

To answer, select the appropriate option from the drop-down list in the dialog box. 

Answer: 


Q119. You develop a SQL Server Integration Services (SSIS) project by using the Package Deployment Model. A package in the project extracts data from a Windows Azure SQL Database database. 

The package is deployed to SQL Server. 

The package is not producing the desired results. 

You need to generate the .mdmp and .tmp debug files in order to troubleshoot the issues. 

What should you do? 

A. Execute the catalog.add_data_tap stored procedure with the package execution_id. 

B. Execute the catalog.create_execution_dump stored procedure with the package execution_id. 

C. Run the DTEXEC utility with the /DumpOnError option. 

D. Run the DTEXEC utility with the /Reporting V option. 

Answer:


Q120. You are creating a SQL Server Integration Services (SSIS) package that implements a Type 3 Slowly Changing Dimension (SCD). 

You need to add a task or component to the package that allows you to implement the SCD logic. 

What should you use? 

A. a Script component 

B. an SCD component 

C. an Aggregate component 

D. a Merge component 

Answer: