getcertified4sure.com

Advanced Guide: 70-463 vtc




Proper study guides for Most up-to-date Microsoft Implementing a Data Warehouse with Microsoft SQL Server 2012 certified begins with Microsoft 70-463 preparation products which designed to deliver the High quality 70-463 questions by making you pass the 70-463 test at your first time. Try the free 70-463 demo right now.

2021 Oct training kit (exam 70-463) pdf download:

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

Reference: 

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

http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.dtstransactionoption.aspx 


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

. Test 

. Production 

Each Environment defines a single Environment Variable named ConnectionString of type 

string. The value of each variable consists of the connection string to the test or production data warehouses. 

You need 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: 


Q83. You develop a SQL Server Integration Services (SSIS) package that imports SQL Azure data into a data warehouse every night. 

The SQL Azure data contains many misspellings and variations of abbreviations. To import the data, a developer used the Fuzzy Lookup transformation to choose the closest-matching string from a reference table of allowed values. The number of rows in the reference table is very large. 

If no acceptable match is found, the Fuzzy Lookup transformation passes a null value. 

The current setting for the Fuzzy Lookup similarity threshold is 0.50. 

Many values are incorrectly matched. 

You need to ensure that more accurate matches are made by the Fuzzy Lookup transformation without degrading performance. 

What should you do? 

A. Decrease the maximum number of matches per lookup. 

B. Change the similarity threshold to 0.55. 

C. Change the Exhaustive property to True. 

D. Increase the maximum number of matches per lookup. 

Answer:

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


Q84. You are developing a SQL Server Integration Services (SSIS) package. 

The package sources data from an HTML web page that lists product stock levels. 

You need to implement a data flow task that reads the product stock levels from the HTML web page. 

Which data flow source should you use? 

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

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

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

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

Answer:


Q85. You are developing a SQL Server Integration Services (SSIS) package. 

To process complex scientific data originating from a SQL Azure database, a custom task component is added to the project. You need to ensure that the custom component is deployed on a test environment 

correctly. What should you do? 

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

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

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

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

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

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

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

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

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

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

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

Answer:

Reference: 

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


Replace sql server 70-463:

Q86. 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 Windows Azure SQL Database. 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. Multicast 

B. Conditional Split 

C. Script Task 

D. Data Conversion 

Answer:


Q87. You are developing a SQL Server Integration Services (SSIS) package to load data into a SQL Server 2012 database. 

The name of the target instance is passed to the package via an Environment variable. The Environment variable provides the server name to the Project parameter named ServerName. 

The OLE DB Project Connection Manager has been parameterized. 

You need to configure the Connection Manager property to accept the parameter. 

Which property and parameter should you use? (To answer, configure the appropriate option or options in the dialog box in the answer area.) 

Answer: 


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


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


Q90. You are editing a SQL Server Integration Services (SSIS) package that contains a task with a sensitive property. 

You need to create a project parameter and configure it so that its value is encrypted when it is deployed to the SSIS catalog. 

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: