Microsoft 70-463 Dumps Questions 2021
70 463 training kit pdf are updated and 70 463 training kit pdf are verified by experts. Once you have completely prepared with our 70 463 pdf you will be ready for the real 70-463 exam without a problem. We have exam 70 463. PASSED 70 463 pdf First attempt! Here What I Did.
Check 70-463 free dumps before getting the full version:
NEW QUESTION 1
DRAG DROP
You are developing a SQL Server Integration Services (SSIS) package that is ready for deployment to a production server. The package contains sensitive information secured by using the EncryptSensitiveWithUserKey package protection level.
You are preparing the package for deployment by the production operations team.
You need to ensure that the production operations team can open and execute the package without re-entering the sensitive information.
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:
Explanation: 
NEW QUESTION 2
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 optio
Answer: C
NEW QUESTION 3
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
NEW QUESTION 4
DRAG DROP
You administer a Microsoft SQL Server database. Service accounts for SQL Agents 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:
Explanation: References:
http://msdn.microsoft.com/en-us/library/ms175834.aspx http://msdn.microsoft.com/en-us/library/ms189522.aspx http://msdn.microsoft.com/en-us/library/ms190703.aspx http://msdn.microsoft.com/en-us/library/ms161950.aspx
NEW QUESTION 5
HOTSPOT
You have a data warehouse that is hosted in a SQL Server instance. The data in the data warehouse is loaded by running bcp.exe.
You discover that the transaction logs regularly fill up the local hard disk on the server and that a WRITELOG wait is present.
You need to reduce the amount of disk space used to store the transaction logs and to remove the WRITELOG wait.
Which two database property settings should you modify? To answer, select the appropriate settings in the answer area.
Answer:
Explanation: 
NEW QUESTION 6
You have a SQL server integration Services (SSIS) package named package1. You discover that the Data Flow task for Package1 runs slower than expected. You need to reduce the amount of time required to run the Data Flow task. Which two actions should you perform? (Select Two)
- A. Configure the package to run by using the CallerInfo option.
- B. Modify the DefaultBufferSize package setting.
- C. Modify the ForceExecutionResult Package setting.
- D. Modify the DefaultBufferMaxRows package setting.
- E. Configure the package to run by using MaxConcurrent optio
Answer: DE
NEW QUESTION 7
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. Source Assistant
- B. Destination Assistant
- C. Audit
- D. Script Component
Answer: D
Explanation: Script Component Transformation:
The transformation that uses script to extract, transform, or load data. Note:
* SQL Server Integration Services provides three different types of data flow components: sources, transformations, and destinations. Sources extract data from data stores such as tables and views in relational databases, files, and Analysis Services databases. Transformations modify, summarize, and clean dat
A. Destinations load data into data stores or create in-memory datasets. Incorrect:
Not A, Not B: No Data Transforms called Source Assistant or Destination Assistant Not C: Not related to auditing
NEW QUESTION 8
You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project that includes several SSIS packages. Each SSIS package will define the same connection managers and variables.
You have the following requirements:
• The deployment model must support changing the content of connection strings by using parameters at execution time.
• The deployment model must automatically log events to the SSISDB database.
• Maximize performance at execution time.
You need to design a solution that meets the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
- A. Use a project deployment mode
- B. Modify connection manager properties to use project parameters.
- C. Use a package deployment mode
- D. Save each SSIS package to a file share that can be accessed from all environments.
- E. Use a package deployment mode
- F. Configure connections in an XML configuration file referenced by an environment variable that corresponds to the SQL Server environment of each SSIS package.
- G. Use a project deployment mode
- H. Modify connection manager properties to use package parameters.
Answer: A
NEW QUESTION 9
HOTSPOT
You are developing a SQL Server Integration Services (SSIS) package. An Execute SQL task in the package checks product stock levels and sets a package variable named InStock to TRUE or FALSE depending on the stock level found.
After the successful execution of the Execute SQL task, one of two data flow tasks must run, depending on the value of the InStock variable.
You need to set the precedence constraints.
Which value for the evaluation operation should you use? (To answer, select the appropriate option for the evaluation operation in the answer area.)

Answer:
Explanation: 
NEW QUESTION 10
HOTSPOT
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:
Explanation: 
NEW QUESTION 11
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
Explanation:
Reference: http://msdn.microsoft.com/en-us/library/bb522511.aspx Reference: http://msdn.microsoft.com/en-us/library/bb510627.aspx Reference: http://msdn.microsoft.com/en-us/library/cc645937.aspx
NEW QUESTION 12
Which of the following T-SQL functions is not very useful for capturing lineage information?
- A. APP_NAME()
- B. USER_NAME()
- C. DEVICE_STATUS()
- D. SUSER_SNAME()
Answer: C
NEW QUESTION 13
You are developing a data flow transformation to merge two data sources. One source contains product data and the other source contains data about the country in which the product was manufactured. Both data sources contain a two-character CountryCode column and both use SQL Server. Both data sources contain an ORDER BY clause to sort the data by the CountryCode column in ascending order.
You use a Merge Join transformation to join the data.
You need to ensure that the Merge Join transformation works correctly without additional transformations. What should you do? (Each answer presents a part of the solution. Choose all that
apply.)
- A. set the appropriate SortKeyPosition properties on the data sources.
- B. set the ValidateExternalMetaData property on the Merge Join transformation to True.
- C. set the IsSorted property on both data sources.
- D. Set the MaxBuffersPerlnput property on the Merge Join transformation to 2.
Answer: AC
Explanation: References:
http://msdn.microsoft.com/en-us/library/ms141775.aspx http://msdn.microsoft.com/en-us/library/ms137653.aspx http://siddhumehta.blogspot.com/2009/05/validateexternalmetadata-property.html http://msdn.microsoft.com/en-us/library/ms135950.aspx
NEW QUESTION 14
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: A
Explanation: Ref: http://msdn.microsoft.com/en-gb/library/hh213055(v=sql.110).aspx
NEW QUESTION 15
DRAG DROP
You are developing 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 SQLTest1. 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 Loading.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 SQLTest1 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:
Explanation: 
NEW QUESTION 16
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. SSIS Upgrade Wizard in SQL Server 2008 BIDS
- B. SSIS Upgrade Wizard in SQL Server Data Tools
- C. SQL Server DTExecUI utility (dtexecui.exe)
- D. SQL Server dtexec utility (dtexec.exe)
Answer: B
NEW QUESTION 17
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 Data Conversion component
- B. an Execute SQL task that executes a MERGE statement on the database
- C. a Merge component
- D. an Expression task
Answer: C
Explanation: Note: Type of Slowly Changing Dimensions
Slowly Changing Dimensions are categorized into three types named: Type 1, Type 2, and Type3. The Type 1 SCD does not maintain the history of changing attributes, it overwrites values of the attributes. Type 2 maintains historical values for changing attributes. Type 3 that we do not use much maintains separate columns for changed attributes. SSIS SCD wizard supports both Type 1 and Type 2.
Using MERGE instead of SCD wizard
Replacement of SCD wizard with MERGE is not a straightforward technique. If the SCD has both Type 1 and Type 2 types attributes, they need to be handled separately.
NEW QUESTION 18
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. Parent Package Variable
- B. XML Configuration File
- C. Environment Variable
- D. .dtsConfig file
- E. Registry Entry
Answer: C
NEW QUESTION 19
You manage a SQL Server Master Data Services (MDS) environment.
A new application requires access to the product data that is available in the MDS repository. You need to design a solution that gives the application access to the product data with the least amount of development effort.
What should you do?
- A. Use sp_addlinkedserver to add a linked server to access the MDS database tables directly.
- B. Create an OLE DB connection string that sets the Provider property to MDS.
- C. Use transactional replication for data synchronization.
- D. Create a Subscription View in MD
Answer: D
NEW QUESTION 20
A part of your data consolidation process involves extracting data from Excel workbooks. Occasionally, the data contains errors that cannot be corrected automatically.
How can you handle this problem by using SSIS?
- A. Redirect the failed data flow task to an External Process task, open the problematic Excel file in Excel, and prompt the user to correct the file before continuing the data consolidation process.
- B. Redirect the failed data flow task to a File System task that moves the erroneous file to a dedicated location where an information worker can correct it later.
- C. If the error cannot be corrected automatically, there is no way for SSIS to continue with the automated data consolidation process.
- D. None of the answers above are correc
- E. Due to Excel's strict data validation rules, an Excel file cannot ever contain erroneous data.
Answer: B
Explanation: References:
http://www.techbrothersit.com/2014/09/ssis-what-is-delay-validation-property.html
Thanks for reading the newest 70-463 exam dumps! We recommend you to try the PREMIUM DumpSolutions 70-463 dumps in VCE and PDF here: https://www.dumpsolutions.com/70-463-dumps/ (270 Q&As Dumps)