70-463 Premium Bundle

70-463 Premium Bundle

Implementing a Data Warehouse with Microsoft SQL Server 2012 Certification Exam

4.5 
(18300 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 23, 2024Last update

Microsoft 70-463 Free Practice Questions

Q1. You are completing the installation of the Data Quality Server component of SQL Server Data Quality Services (DQS). 

You need to complete the post-installation configuration. 

What should you do? 

A. Run the Data Quality Server Installer. 

B. Install the data providers that are used for data refresh. 

C. Run the dbimpexp.exe command. 

D. Install the Analysis Services OLE DB Provider. 

Answer:

Q2. You administer a Microsoft SQL Server database. Service accounts for SQL Agent are configured to use a local user. A Microsoft SQL Server Integration Services (SSIS) job step has been created within a SQL Server Agent job. The SSIS package accesses a network share when exporting data from a SQL Server database. 

When you execute the SQL Server Agent job, it fails due to a permissions failure on a share on a remote server. You need to ensure that the SQL Server Agent job can execute the SSIS package. 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:  

Q3. A new dedicated server is used to execute resource-intensive SQL Server Integration Services (SSIS) 2012 packages. The environment that you are deploying the packages to has the following constraints: 

The operating system is Windows Server 2008 R2. The SSIS packages are stored in the SSIS catalog. Some of these SSIS packages use 32-bit custom components. 

You need to install only the components that are required to deploy and run the packages on the new server. 

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:  

Q4. 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 data source will be polled once per hour. The data is updated with multiple important status changes per minute. 

For each captured data change, the before and after values must be included. 

You need to configure the CDC Source component. 

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

Answer:  

Q5. You are designing a package control flow. The package moves sales order data from a SQL Azure transactional database to an on-premise reporting database. The package will run several times a day, while new sales orders are being added to the transactional database. The current design of the package control flow is shown in the answer area. (Click the Exhibit button.) 

The Insert New Orders Data Flow task must meet the following requirements: 

Usage of the tempdb database should not be impacted. 

Concurrency should be maximized, while only reading committed transactions. 

If the task fails, only that task needs to be rolled back. 

You need to configure the Insert New Orders Data Flow task to meet the requirements. 

How should you configure the transaction properties? (To answer, select the appropriate setting or settings in the answer area.) 

Select “IsolationLeve as Choas” References: 

http://msdn.microsoft.com/en-us/library/ms137690.aspx http://msdn.microsoft.com/en-us/library/ms137749.aspx http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.dtscontainer.isolationlevel.aspx http://msdn.microsoft.com/en-us/library/ms173763.aspx 

Answer:  

Q6. You are reviewing the design of a student dimension table in an existing data warehouse hosted on SQL Azure. 

The current dimension design does not allow the retention of historical changes to student attributes such as ParentOccupation. 

You need to redesign the dimension to enable the full historical reporting of changes to multiple student attributes including ParentOccupation. 

What should you do? 

A. Add CurrentValue and PreviousValue columns to the student dimension. 

B. Enable Snapshot Isolation on the data warehouse. 

C. Add an IsCurrent column to the student dimension. 

D. Add StartDate and EndDate columns to the student dimension. 

Answer:

Explanation: Adding a start and end date will give you this ability as when a record is inserted and given a start and end date, you’ll have the ability to determine when they were active therefore giving you a retention of historical changes 

Q7. You are performance tuning a SQL Server Integration Services (SSIS) package to load sales data from a source system into a data warehouse that is hosted on Windows Azure SQL Database. The package contains a data flow task that has 10 source-to-destination execution trees. 

Only five of the source-to-destination execution trees are running in parallel. 

You need to ensure that all the execution trees run in parallel. 

What should you do? 

A. Add OnError and OnWarning event handlers. 

B. Create a new project and add the package to the project. 

C. Query the ExecutionLog table. 

D. Add an Execute SQL task to the event handlers. 

Answer:

Q8. You maintain a SQL Server Integration Services (SSIS) package. The package was developed by using SQL Server 2008 Business Intelligence Development Studio (BIDS). 

The package includes custom scripts that must be upgraded. 

You need to upgrade the package to SQL Server 2012. 

Which tool should you use? 

A. SQL Server Integration Services Deployment Wizard 

B. SQL Server Configuration Manager 

C. SSIS Upgrade Wizard in SQL Server Management Studio 

D. SSIS Upgrade Wizard in SQL Server 2008 BIDS 

Answer:

Explanation: You can upgrade packages that were created in earlier versions of Integration Services to the Integration Services format that SQL Server 2012 uses. SQL Server provides the SSIS Package Upgrade Wizard to help in this process. Because you can configure the wizard to backup up your original packages, you can continue to use the original packages if you experience upgrade difficulties. 

You can run the SSIS Package Upgrade Wizard from SQL Server Data Tools (SSDT), from SQL Server Management Studio, or at the command prompt. 

Note: 

* When you upgrade an instance of SQL Server 2005 or SQL Server 2008 to the current release of SQL Server, your existing SQL Server 2008 Integration Services (SSIS) packages are not automatically upgraded to the package format that the current release SQL Server Integration Services uses. You will have to select an upgrade method and manually upgrade your packages. 

Q9. You are the data steward at your company. 

Duplicate customers exist in a Microsoft Excel workbook. You create a Data Quality Services (DQS) knowledge base and matching policy to identify these duplicate customers. 

You need to identify the duplicate customers. 

Which option should you use? (To answer, select the appropriate option in the answer area.) 

Answer:  

Q10. You are implementing a SQL Server Integration Services (SSIS) package that imports Microsoft Excel workbook data into a Windows Azure SQL Database database. The package has been deployed to a production server that runs Windows Server 2008 R2 and SQL Server 2012. 

The package fails when executed on the production server. 

You need to ensure that the package can load the Excel workbook data without errors. You need to use the least amount of administrative effort to achieve this goal. 

What should you do? 

A. Create a custom SSIS source component that encapsulates the 32-bit driver and compile it in 64-bit mode. 

B. Install a 64-bit ACE driver and execute the package by using the 64-bit run-time option. 

C. Execute the package by using the 32-bit run-time option. 

D. Replace the SSIS Excel source with a SSIS Flat File source. 

Answer:

Explanation: * See step 3 below. 

To publish an Excel worksheet to Azure SQL Database, your package will contain a Data 

Flow Task, Excel Source task, and ADO NET Destination. 

1) Create an SSIS project. 

2) Drop a.Data Flow Task.onto the.Control Flow.design surface, and double click the 

Data Flow Task. 

3) Drop an.Excel Source.onto the Data Flow design surface. 

Note.When using the.Excel Source.task on a 64-bit machine, set Run64BitRuntime to 

False. 

* Incorrect: 

Not D: The Flat File source reads data from a text file. The text file can be in delimited, 

fixed width, or mixed format. 

Q11. You use SQL Server Integration Services (SSIS) for extract, transformation, load (ETL) processing. 

Issues concerning addresses are discovered in the data warehouse that you manage. Validation must separate the addresses into three categories: 

Valid addresses 

Autocorrected addresses 

Invalid addresses 

You need to enhance the SSIS packages to perform address validation by using an external service. 

Which transformation should you use? (To answer, drag the appropriate transformation from the list of options to the correct location or locations in the answer area.) 

Answer:  

Q12. You are completing the installation of the Data Quality Server component of SQL Server 

Data Quality Services (DQS). You need to complete the post-installation configuration. 

What should you do? 

A. Install the Analysis Services OLE DB Provider. 

B. Run the DQSInstaller.exe command. 

C. Run the Configuration component in the Data Quality Client. 

D. Make the data available for DQS operations. 

Answer:

Q13. 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 

Q14. 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. Force packages to load all settings in the configuration. Support Encrypting File System (EFS) formats. 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:  

Q15. You maintain a SQL Server Integration Services (SSIS) package. The package was developed by using SQL Server 2008 Business Intelligence Development Studio (BIDS). The package includes custom scripts that must be upgraded. 

You need to upgrade the package to SQL Server 2012. 

Which tool should you use? 

A. SQL Server dtexec utility (dtexec.exe) 

B. SQL Server DTExecUI utility (dtexecui.exe) 

C. SSIS Upgrade Wizard in SQL Server Data Tools 

D. SQL Server Integration Services Deployment Wizard 

Answer:

Explanation: Use the SSIS Package Upgrade Wizard to upgrade SQL Server 2005 Integration Services (SSIS) packages and SQL Server 2008 Integration Services (SSIS) packages to the package format for the current (2012) release of SQL Server Integration Services. 

Q16. You are developing a SQL Server Integration Service (SSIS) package. The package loads a customer dimension table by using a data flow task. 

Changes to the customer attributes must be tracked over time. 

You need to produce a checksum value to identify the rows that have changed since the last Extract, Transform and Load (ETL) process execution. You need to use the least amount of development effort to achieve this goal. 

Which transformation should you use? (To answer, select the appropriate transformation in the answer area.) 

Answer:  

START 70-463 EXAM