Microsoft 70-463 Exam Practice Questions (P. 4)
- Full Access (218 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
To facilitate the troubleshooting of SQL Server Integration Services (SSIS) packages, a logging methodology is put in place.
The methodology has the following requirements:
✑ The deployment process must be simplified.
✑ All the logs must be centralized in SQL Server.
✑ Log data must be available via reports or T-SQL.
✑ Log archival must be automated.
You need to configure a logging methodology that meets the requirements while minimizing the amount of deployment and development effort.
What should you do?
The methodology has the following requirements:
✑ The deployment process must be simplified.
✑ All the logs must be centralized in SQL Server.
✑ Log data must be available via reports or T-SQL.
✑ Log archival must be automated.
You need to configure a logging methodology that meets the requirements while minimizing the amount of deployment and development effort.
What should you do?
- AOpen a command prompt and run the gacutil command.
- BOpen a command prompt and execute the package by using the SQL Log provider and running the dtexecui.exe utility.
- CAdd an OnError event handler to the SSIS project.
- DUse an msi file to deploy the package on the server.
- EConfigure the output of a component in the package dataflow to use a data tap.
- FRun the dtutil command to deploy the package to the SSIS catalog and store the configuration in SQL Server.
- GOpen a command prompt and run the dtexec /rep /conn command.
- HOpen a command prompt and run the dtutil /copy command.
- IOpen a command prompt and run the dtexec /dumperror /conn command.
- JConfigure the SSIS solution to use the Project Deployment Model. K. Create a reusable custom logging component and use it in the SSIS project.
Correct Answer:
J
References:
http://msdn.microsoft.com/en-us/library/ms140246.aspx
http://www.element61.be/en/resource/sql-server-integration-services-2012-%E2%80%93-project-deployment-model
J
References:
http://msdn.microsoft.com/en-us/library/ms140246.aspx
http://www.element61.be/en/resource/sql-server-integration-services-2012-%E2%80%93-project-deployment-model
send
light_mode
delete
Question #17
You are developing a SQL Server Integration Services (SSIS) project that copies a large amount of rows from a SQL Azure database. The project uses the
Package Deployment Model. This project is deployed to SQL Server on a test server.
You need to ensure that the project is deployed to the SSIS catalog on the production server.
What should you do?
Package Deployment Model. This project is deployed to SQL Server on a test server.
You need to ensure that the project is deployed to the SSIS catalog on the production server.
What should you do?
- AOpen a command prompt and run the dtexec /dumperror /conn command.
- BCreate a reusable custom logging component and use it inthe SSIS project.
- COpen a command prompt and run the gacutil command.
- DAdd an OnError event handler to the SSIS project.
- EOpen a command prompt and execute the package by using the SQL Log provider and running the dtexecui.exe utility.
- FOpen a command prompt and run the dtexec /rep /conn command.
- GOpen a command prompt and run the dtutil /copy command.
- HUse an msi file to deploy the package on the server.
- IConfigure the SSIS solution to use the Project Deployment Model.
- JConfigure 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.
Correct Answer:
I
References:
http://msdn.microsoft.com/en-us/library/hh231102.aspx
http://msdn.microsoft.com/en-us/library/hh213290.aspx
http://msdn.microsoft.com/en-us/library/hh213373.aspx
I
References:
http://msdn.microsoft.com/en-us/library/hh231102.aspx
http://msdn.microsoft.com/en-us/library/hh213290.aspx
http://msdn.microsoft.com/en-us/library/hh213373.aspx
send
light_mode
delete
Question #18
Note: This question is a part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series.
Information and details provided in a question apply only to that question.
You are developing a SQL Server Integration Services (SSIS) package.
To process complex scientific data originating from a Microsoft Azure SQL Database 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?
Information and details provided in a question apply only to that question.
You are developing a SQL Server Integration Services (SSIS) package.
To process complex scientific data originating from a Microsoft Azure SQL Database 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?
- AAdd an OnError event handler to the SSIS project.
- BUse an msi file to deploy the package on the server.
- COpen a command prompt and run the gacutil command.
- DOpen a command prompt and run the dtutil /copy command.
- EOpen a command prompt and run the dtexec /rep /conn command.
- FOpen a command prompt and run the dtexec /dumperror /conn command.
- GOpen a command prompt and execute the package by using the SQL Log provider and running the dtexecui.exe utility.
- HCreate a reusable custom logging component and use it in the SSIS project.
- IConfigure the SSIS solution to use the Project Deployment Model.
- JConfigure the output of a component in the package data flow to use a data tap. K. Run thedtutil command to deploy the package to the SSIS catalog and store the configuration in SQL Server.
Correct Answer:
C
References:
http://msdn.microsoft.com/en-us/library/ms403356.aspx
C
References:
http://msdn.microsoft.com/en-us/library/ms403356.aspx
send
light_mode
delete
Question #19
DRAG DROP -
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.)
Select and Place:

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.)
Select and Place:

Correct Answer:
We need to add references to the Development and QA environments to the project. Then we can map the variables in the project to the environment variables defined in the environments.
When you execute a package in a project that references multiple environments (Test and Production in this case), we can select which environment the package runs under.

We need to add references to the Development and QA environments to the project. Then we can map the variables in the project to the environment variables defined in the environments.
When you execute a package in a project that references multiple environments (Test and Production in this case), we can select which environment the package runs under.
send
light_mode
delete
Question #20
You develop and deploy a SQL Server Integration Services (SSIS) package.
The package is stored in the file system.
You need to execute the package without importing it to the SSIS server.
What should you use to execute the package? (Each correct answer presents a complete solution. Choose all that apply.)
The package is stored in the file system.
You need to execute the package without importing it to the SSIS server.
What should you use to execute the package? (Each correct answer presents a complete solution. Choose all that apply.)
- Adtexec
- Bcatalog.start_package
- CSQL Server Agent
- DSQL Server Management Studio
Correct Answer:
AC
References: http://technet.microsoft.com/en-us/library/ms141708(v=sql.110).aspx
AC
References: http://technet.microsoft.com/en-us/library/ms141708(v=sql.110).aspx
send
light_mode
delete
All Pages