This page was exported from New Real Practice Test With VCE And PDF For Free Download [ http://www.actualtest.info ]
Export date: Thu Mar 28 12:48:55 2024 / +0000 GMT

[100% Pass] Quality Microsoft 70-463 283q Exam Questions Verified By Experts Ensure 100 Percent Pass (16-30)


Being worried about passing your 70-463 exam? Why not trying PassLeader's 70-463 238q vce or pdf dumps? We PassLeader now are offering the accurate 70-463 exam questions and answers, you can get all the real exam questions from our 70-463 exam dumps. All our 70-463 238q practice tests are the newest and same with the real test. We ensure that you can pass 70-463 exam easily after getting our premium 70-463 study guide! Now visit passleader.com to get the valid 70-463 braindumps with free version VCE Player!

keywords: 70-463 exam,70-463 exam dumps,70-463 238q exam questions,70-463 pdf dumps,70-463 238q vce dumps,70-463 brain dumps,Implementing a Data Warehouse with Microsoft SQL Server 2012 Exam

QUESTION 16
You are designing a SQL Server Integration Services (SSIS) package that uses the Fuzzy Lookup transformation. The reference data to be used in the transformation does not change. You need to reuse the Fuzzy Lookup match index to increase performance and reduce maintenance. What should you do?

A.    Select the GenerateAndPersistNewIndex option in the Fuzzy Lookup Transformation Editor.
B.    Select the GenerateNewIndex option in the Fuzzy Lookup Transformation Editor.
C.    Select the DropExistingMatchlndex option in the Fuzzy Lookup Transformation Editor.
D.    Execute the sp_FuzzyLookupTableMaintenanceUninstall stored procedure.
E.     Execute the sp_FuzzyLookupTableMaintenanceInvoke stored procedure.

Answer: A

QUESTION 17
You are using a SQL Server Integration Services (SSIS) project that is stored in the SSIS catalog. An Environment has been defined in the SSIS catalog. You need to add the Environment to the project. Which stored procedure should you use?

A.    catalog.set_environment_reference_type
B.    catalog.set_environment_property
C.    catalog.create_environment_reference
D.    catalog.create_environment

Answer: C

QUESTION 18
Drag and Drop Question
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.)

Answer:

QUESTION 19
Drag and Drop Questions
You are designing a SQL Server Integration Services (SSIS) package. The package moves order-related data to a staging table named Order. Every night the staging data is truncated and then all the recent orders from the online store database are inserted into the staging table. Your package must meet the following requirements:
- If the truncate operation fails, the package execution must stop and report an error.
- If the Data Flow task that moves the data to the staging table fails, the entire refresh operation must be rolled back.
- For auditing purposes, a log entry must be entered in a SQL log table after each execution of the Data Flow task.
The TransactionOption property for the package is set to Required. You need to design the package to meet the requirements. How should you design the control flow for the package? (To answer, drag the appropriate setting from the list of settings to the correct location or locations in the answer area.)

Answer:

QUESTION 20
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

QUESTION 21
Drag and Drop Question
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 22
You are developing a SQL Server Integration Services (SSIS) package that imports data from a relational database to a data warehouse. You are importing data from a relational table named Projects. The table has change data capture enabled on all columns. You need to process only the most recent values from rows that have been inserted or updated since the previous execution of the package. Which query should you use as the data source?

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: D


http://www.passleader.com/70-463.html

QUESTION 23
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.    l. DimCurrency, DimOrganization in parallel
2. DimScenario, DimAccount in parallel
3. FactFinance
C.    1. DimCurrency, FactFinance in parallel
2. DimOrganization, DimScenario, DimAccount in parallel
D.    1. FactFinance
2. DimOrganization, DimScenario, DimAccount in parallel
3. DimCurrency
E.    1. DimCurrency
2. DimOrganization
3. DimScenario, DimAccount in parallel
4. FactFinance

Answer: A

QUESTION 24
You are designing a SQL Server Integration Services (SSIS) package that uploads a file to a table named Orders in a SQL Azure database. The company's auditing policies have the following requirements:
- An entry must be written to a dedicated SQL Server log table named OrderLog.
- The entry must be written as soon as the file upload task completes.
You need to meet the company's policy requirements. Which event handler should you use?

A.    OnPostExecute
B.    OnWarning
C.    OnExecStatusChanged
D.    OnVariableValueChanged

Answer: A

QUESTION 25
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

QUESTION 26
Drag and Drop Question
You are developing a SQL Server Integration Services (SSIS) package. The package uses custom functionality that accesses a SQL Server database. The custom functionality must be implemented by using Language Integrated Query (LINQ). You need to ensure that the LINQ code can be debugged at design time. What should you select from the SSIS Toolbox? (To answer, drag the appropriate item to the correct location in the answer area.)

Answer:

QUESTION 27
Drag and Drop Questions
You are designing an extract, transform, load (ETL) process with SQL Server Integration Services (SSIS). Two packages, Package A and Package B, will be designed. Package A will execute Package B. Both packages must reference a file path corresponding to an input folder where files will be located for further processing. You need to design a solution so that the file path can be easily configured with the least administrative and development effort. Which four 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:

QUESTION 28
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: D

QUESTION 29
Drag and Drop Question
You develop a SQL Server Integration Services (SSIS) project by using the Project Deployment model. The project contains many packages. It is deployed on a server named Development!. The project will be deployed to several servers that run SQL Server 2012. The project accepts one required parameter. The data type of the parameter is a string. A SQL Agent job is created that will call the master.dtsx package in the project. A job step is created for the SSIS package. The job must pass the value of an SSIS Environment Variable to the project parameter. The value of the Environment Variable must be configured differently on each server that runs SQL Server. The value of the Environment Variable must provide the server name to the project parameter. You need to configure SSIS on the Development1 server to pass the Environment Variable to the package. Which four actions should you perform in sequence by using SQL Server Management Studio? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)

Answer:

QUESTION 30
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


http://www.passleader.com/70-463.html

Post date: 2015-03-27 03:21:06
Post date GMT: 2015-03-27 03:21:06
Post modified date: 2015-03-27 03:21:06
Post modified date GMT: 2015-03-27 03:21:06
Powered by [ Universal Post Manager ] plugin. HTML saving format developed by gVectors Team www.gVectors.com