IBM Study Guides - BraindumpsQA Microsoft Practice exam

http://www.braindumpsqa.com/VCP550_braindumps.html

70-463 Valid Practice Test Online & 70-463 Latest Exam Test


Valid 70-463 Dumps shared by Lead1pass for Helping Passing 70-463 Exam! Lead1pass now offer the newest 70-463 exam dumps, the Lead1pass 70-463 exam questions have been updated and answers have been corrected get the newest Lead1pass 70-463 dumps with Test Engine here:

http://https://www.lead1pass.com/Microsoft/70-463-practice-exam-dumps.html (260 Q&As Dumps, 30%OFF Special Discount: 30free ) 







NEW QUESTION NO: 6

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. Create a Subscription View in MDS.

B. Access the product entity tables in the MDS database directly.

C. Use SQL Server Integration Services (SSIS) to extract the data and put it in a staging database.

D. Use change data capture on the product entity tables.

E. Create an OLE DB connection string that sets the Provider property to MDS.

F. Use transactional replication for data synchronization.

Answer: A

Explanation/Reference:

Explanation:

You create a subscription view to export Master Data Services data to a subscribing system such as SQL Server. You use the subscribing system to view the data in the Master Data Services database.

References: https://docs.microsoft.com/en-us/sql/master-data-services/overview-exporting-data-master- data-services?view=sql-server-2017



NEW QUESTION NO: 7

You are creating a SQL Server Master Data Services (MDS) model. This model is used to store a master list of products.

An attribute must be added to the Product entity to define the sales manager responsible for each product.

You need to create an attribute in the Product entity that prevents users from entering invalid sales manager values.

Which type of attribute should you create?

A. Recursive

B. Explicit

C. Domain-based

D. User-defined

E. Derived

F. Parent

Answer: C

Explanation/Reference:

Explanation:

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

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

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

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

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

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

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



NEW QUESTION NO: 8

To support the implementation of new reports, Active Directory data will be downloaded to a SQL Server database by using a SQL Server Integration Services (SSIS) 2012 package.

The following requirements must be met:

All the user information for a given Active Directory group must be downloaded to a SQL Server table.



The download process must traverse the Active Directory hierarchy recursively.



You need to configure the package to meet the requirements by using the least development effort.

What should you use?

A. script component

B. custom component

C. XML source

D. script task

Answer: A

Explanation/Reference:

Explanation:

Creating a Source with the Script Component

You use a source component in the data flow of an Integration Services package to load data from a data source to pass on to downstream transformations and destinations.

References: https://docs.microsoft.com/en-us/sql/integration-services/extending-packages-scripting-data- flow-script-component-types/creating-a-source-with-the-script-component?view=sql-server-2017



NEW QUESTION NO: 9

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

The package consists of several data flow tasks.

The package experiences intermittent errors in the data flow tasks.

If any data flow task fails, all package error information must be captured and written to a SQL Server table by using an OLE DB connection manager.

You need to ensure that the package error information is captured and written to the table.

What should you do?

A. Use an event handler for OnError for the package.

B. Use an event handler for OnError for each data flow task.

C. Use an event handler for OnTaskFailed for the package.

D. View the job history for theS QL Server Agent job.

E. View the All Messages subsection of the All Executions report for the package.

F. Store the System::SourceID variable in the custom log table.

G. Store the System::ServerExecutionID variable in the custom log table.

H. Store the System::ExecutionInstanceGUID variable in the custom log table.

I. Enable the SSIS log provider for SQL Server for OnError in the package control flow.

J. Enable the SSIS log provider for SQL Server for OnTaskFailed in the package control flow.

K. Deploy the project by using dtutil.exe with the /COPY DTS option.

L. Deploy the project by using dtutil.exe with the /COPY SQL option.

M. Deploy the .ispac file by using the Integration Services Deployment Wizard.

N. Create a SQL Server Agent job to execute the SSISDB.catalog.validate_project stored procedure.

O. Create a SQL Server Agent job to execute the SSISDB.catalog.validate_package stored procedure.

P. Create a SQL Server Agent job to execute theSSISDB.catalog.create_execution and SSISDB.catalog.start_execution stored procedures.

Q. Create a table to store error information. Create an error output on each data flow destination that writes OnError event text to the table.

R. Create a table to store error information. Create an error output on each data flow destination that writes OnTaskFailed event text to the table.

Answer: J

Explanation/Reference:

Explanation:

References:

https://docs.microsoft.com/en-us/sql/integration-services/performance/integration-services-ssis-logging



NEW QUESTION NO: 10

You are designing a SQL Server Integration Services (SSIS) solution that will load multiple Online Transactional Processing (OLTP) data sources into a SQL Server data mart.

You have the following requirements:

Ensure that the process supports the creation of an exception report that details possible duplicate key



values, null ratios within columns, and column-length distributions of values.

Ensure that users can generate the exception report in an XML format.



Use the minimum development effort.



You need to design the SSIS solution to meet the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A. Use a Data Profiling task. Use a Data Flow task to extract the XML output of the Data Profiling task into a SQL Server table. Query the table to view the exceptions.

B. Use Data Flow tasks to process the clean data.

C. Use a Data Profiling task. Read the exceptions in Data Profile Viewer.

D. Design a stored procedure that examines data for common dirty data patterns. Use an Execute SQL task.

Answer: C

Explanation/Reference:

Explanation:



NEW QUESTION NO: 11

You are developing a SQL Server Integration Services (SSIS) package to implement an incremental data load strategy.

The package reads data from a source system. Depending on the value in a source column, the package redirects rows to one of five different data flow paths.

You need to add a data flow transformation to support the package redirection.

Which data flow transformation should you use?

A. Conditional Split

B. Pivot

C. Multicast

D. Lookup

Answer: A

Explanation/Reference:

Explanation:



NEW QUESTION NO: 12

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/Reference:

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 data. Destinations load data into data stores or create in-memory datasets.



NEW QUESTION NO: 13

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:

Ensure that the deployment model supports changing the content of connection strings by using



parameters at execution time.

Ensure that the deployment model automatically starts from calls to the catalog.start_execution stored



procedure in the SSISDB database.

Maximize performance at execution time.



Minimize development effort.



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 model. Modify connection manager properties to use project parameters.

Ensure that the SSISDB database is created.

B. Use a project deployment model. Configure connections in an XML configuration file referenced by an environment variable that corresponds to the SQL Server environment of each SSIS package.

C. Use a package deployment model. Use a SQL Server package configuration with a common filter.

Change the contents of the SSIS Configurations table at runtime.

D. Use a package deployment model. Save each SSIS package to a file share that can be accessed from all environments.

Answer: A

Explanation/Reference:

Explanation:



NEW QUESTION NO: 14

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 deploying a project to the SQL Server Integration Services (SSIS) catalog.

You need to ensure that the project is deployed to the production environment with the least amount of administrative effort.

What should you do?

A. Use the gacutil command.

B. Use the dtutil /copy command.

C. Use the Project Deployment Wizard.

D. Create an On Error event handler.

E. Create a reusable custom logging component.

F. Run the package by using the dtexec /rep /conn command.

G. Run the package by using the dtexec /dumperror /conn command.

H. Run the package by using the dtexecui.exe utility and the SQL Log provider.

I. Add a data tap on the output of a component in the package data flow.

J. Deploy the package by using an msi file.

K. Deploy the package to the Integration Services catalog by using dtutil and use SQL Server to store the configuration.

Answer: C

Explanation/Reference:

Explanation:



NEW QUESTION NO: 15

To support the implementation of new reports, Active Directory data will be downloaded to a SQL Server database by using a SQL Server Integration Services (SSIS) 2012 package.

The following requirements must be met:

All the user information for a given Active Directory group must be downloaded to a SQL Server table.



The download process must traverse the Active Directory hierarchy recursively.



You need to configure the package to meet the requirements by using the least development effort.

Which item should you use?

A. Script task

B. Script component configured as a transformation

C. Script component configured as a source

D. Script component configured as a destination

Answer: C

Explanation/Reference:

Explanation:

Creating a Source with the Script Component

You use a source component in the data flow of an Integration Services package to load data from a data source to pass on to downstream transformations and destinations.

References: https://docs.microsoft.com/en-us/sql/integration-services/extending-packages-scripting-data- flow-script-component-types/creating-a-source-with-the-script-component?view=sql-server-2017



NEW QUESTION NO: 16

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) project with multiple packages to copy data to a Microsoft Azure SQL database.

An automated process must validate all related Environment references, parameter data types, package references, and referenced assemblies. The automated process must run on a regular schedule.

You need to establish the automated validation process by using the least amount of administrative effort.

What should you do?

A. Use an event handler for OnError for the package.

B. Use an event handler for OnError for each data flow task.

C. Use an event handler for OnTaskFailed for the package.

D. View the job history for the SQLServer Agent job.

E. View the All Messages subsection of the All Executions report for the package.

F. Store the System::SourceID variable in the custom log table.

G. Store the System::ServerExecutionID variable in the custom log table.

H. Store the System::ExecutionInstanceGUID variable in the custom log table.

I. Enable the SSIS log provider for SQL Server for OnError in the package control flow.

J. Enable the SSIS log provider for SQL Server for OnTaskFailed in the package control flow.

K. Deploy the project by using dtutil.exe with the /COPY DTS option.

L. Deploy the project by using dtutil.exe with the /COPY SQL option.

M. Deploy the .ispac file by using the Integration Services Deployment Wizard.

N. Create a SQL Server Agent job to execute the SSISDB.catalog.validate_project stored procedure.

O. Create a SQL Server Agent job to execute the SSISDB.catalog.validate_package stored procedure.

P. Create a SQL Server Agent job to execute theSSISDB.catalog.create_execution and SSISDB.catalog.start_executionstored procedures.

Q. Create a table to store error information. Create an error output on each data flow destination that writes OnError event text to the table.

R. Create a table to store error information. Create an error output on each data flow destination that writes OnTaskFailed event text to the table.

Answer: N

Explanation/Reference:

Explanation:






Posted 2018/7/14 14:54:19  |  Category: Microsoft  |  Tag: 70-463 Valid Practice Test Online70-463 Latest Exam Test70-463 Latest Mock Exam70-463Microsoft