Download Implementing a Data Warehouse with Microsoft SQL Server 2012-2014.70-463.ActualTests.2018-10-06.140q.vcex

Vendor: Microsoft
Exam Code: 70-463
Exam Name: Implementing a Data Warehouse with Microsoft SQL Server 2012/2014
Date: Oct 06, 2018
File Size: 3 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

ProfExam Discount

Demo Questions

Question 1
You develop 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 Development1. 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 master.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 Development1 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.) 
Correct answer: To work with this question, an Exam Simulator is required.
Explanation:
References: http://msdn.microsoft.com/en-us/library/hh479588.aspxhttp://msdn.microsoft.com/en-us/library/hh213230.aspxhttp://msdn.microsoft.com/en-us/library/hh213214.aspxhttp://sqlblog.com/blogs/jamie_thomson/archive/2010/11/13/ssis-server-catalogs-environments-environment-variables-in-ssis-in-denali.aspx
References: http://msdn.microsoft.com/en-us/library/hh479588.aspx
http://msdn.microsoft.com/en-us/library/hh213230.aspx
http://msdn.microsoft.com/en-us/library/hh213214.aspx
http://sqlblog.com/blogs/jamie_thomson/archive/2010/11/13/ssis-server-catalogs-environments-environment-variables-in-ssis-in-denali.aspx
Question 2
You are developing a SQL Server Integration Services (SSIS) package that imports data into a data warehouse. You add an Execute SQL task to the control flow. 
The task must execute a simple INSERT statement. The task has the following requirements:
  • The INSERT statement must use the value of a string package variable. The variable name is StringVar. 
  • The Execute SQL task must use an OLE DB Connection Manager. 
In the Parameter Mapping tab of the Execute SQL task, StringVar has been added as the only parameter. 
You must configure the SQLStatement property of the Execute SQL task. 
Which SQL statement should you use?
  1. INSERT INTO dbo.Table (variablevalue) VALUES($StringVar)
  2. INSERT INTO dbo.Table (variablevalue) VALUES (0)
  3. INSERT INTO dbo.Table (variablevalue) VALUES (@0)
  4. INSERT INTO dbo.Table (variablevalue) VALUES (?)
Correct answer: D
Explanation:
References: http://msdn.microsoft.com/en-us/library/ms141003.aspxhttp://msdn.microsoft.com/en-us/library/ms140355.aspxhttp://msdn.microsoft.com/en-us/library/cc280502.aspx
References: http://msdn.microsoft.com/en-us/library/ms141003.aspx
http://msdn.microsoft.com/en-us/library/ms140355.aspx
http://msdn.microsoft.com/en-us/library/cc280502.aspx
Question 3
You are building a SQL Server Integration Services (SSIS) package to load product data sourced from a SQL Azure database to a data warehouse. Before the product data is loaded, you create a batch record by using an Execute SQL task named Create Batch. After successfully loading the product data, you use another Execute SQL task named Set Batch Success to mark the batch as successful. 
   
You need to create and execute an Execute SQL task to mark the batch as failed if either the Create Batch or Load Products task fails. 
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.)
Correct answer: To work with this question, an Exam Simulator is required.
Explanation:
References: http://msdn.microsoft.com/en-us/library/ms141003.aspxhttp://msdn.microsoft.com/en-us/library/ms141261.aspxhttp://msdn.microsoft.com/en-us/library/ms141722.aspxhttp://msdn.microsoft.com/en-us/library/ms139895.aspx
References: http://msdn.microsoft.com/en-us/library/ms141003.aspx
http://msdn.microsoft.com/en-us/library/ms141261.aspx
http://msdn.microsoft.com/en-us/library/ms141722.aspx
http://msdn.microsoft.com/en-us/library/ms139895.aspx
Question 4
You are developing a SQL Server Integration Services (SSIS) package to insert new data into a data mart. The package uses a Lookup transformation to find matches between the source and destination. 
The data flow has the following requirements:
  • New rows must be inserted. 
  • Lookup failures must be written to a flat file. 
In the Lookup transformation, the setting for rows with no matching entries is set to Redirect rows to no match output. You need to configure the package to direct data into the correct destinations. 
How should you design the data flow outputs? (To answer, drag the appropriate transformation from the list of answer options to the correct location in the answer area.) 
Correct answer: To work with this question, an Exam Simulator is required.
Explanation:
Records that have no match in the destination are new records and so should be inserted. Any errors should be recorded in the flat file. References: http://msdn.microsoft.com/en-us/library/ms141821.aspxhttp://msdn.microsoft.com/en-us/library/bb895366.aspxhttps://www.simple-talk.com/sql/ssis/implementing-lookup-logic-in-sql-server-integration-services/
Records that have no match in the destination are new records and so should be inserted. 
Any errors should be recorded in the flat file. 
References: http://msdn.microsoft.com/en-us/library/ms141821.aspx
http://msdn.microsoft.com/en-us/library/bb895366.aspx
https://www.simple-talk.com/sql/ssis/implementing-lookup-logic-in-sql-server-integration-services/
Question 5
You are installing the Data Quality Client on user desktops. 
You need to ensure that the prerequisite software components are installed. 
Which two components must be present to meet this goal? Each correct answer presents part of the solution.
  1. Internet Explorer 6.0 SP1 or later
  2. Microsoft Silverlight 4
  3. SQL Server Management Studio
  4. SQL Server Data Tools
  5. .NET Framework 4.0
  6. Microsoft Silverlight 5
  7. NET Framework 3.5 SP1
Correct answer: AE
Explanation:
Before installing DQS, make sure that your computer meets the minimum system requirements. Data Quality Client requirement:.NET Framework 4.0 (installed during the Data Quality Client installation, if not already installed) Internet Explorer 6.0 SP1 or later References: https://msdn.microsoft.com/en-us/library/gg492277.aspx#PreInstallationTasks
Before installing DQS, make sure that your computer meets the minimum system requirements. 
Data Quality Client requirement:
  • .NET Framework 4.0 (installed during the Data Quality Client installation, if not already installed) 
  • Internet Explorer 6.0 SP1 or later 
References: https://msdn.microsoft.com/en-us/library/gg492277.aspx#PreInstallationTasks
Question 6
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?
  1. Recursive
  2. Explicit
  3. Domain-based
  4. User-defined
  5. Derived
  6. Parent
Correct answer: C
Explanation:
References: http://msdn.microsoft.com/en-us/library/bb190163.aspxhttp://msdn.microsoft.com/en-us/library/ee633737.aspxhttp://msdn.microsoft.com/en-us/library/ee633759.aspxhttp://msdn.microsoft.com/en-us/library/ee633745.aspxhttp://msdn.microsoft.com/en-us/library/ee633724.aspxhttp://msdn.microsoft.com/en-us/library/ee633733.aspxhttp://msdn.microsoft.com/en-us/library/ff487058.aspx
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
Question 7
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?
  1. Run the DQSInstaller.exe command.
  2. Install the data providers that are used for data refresh.
  3. Install ADOMD.NET.
  4. Run the dbimpexp.exe command.
Correct answer: A
Explanation:
Note: DQS stands for Data Quality Server.References: http://msdn.microsoft.com/en-us/library/ff877917.aspxhttp://msdn.microsoft.com/en-us/library/gg492277.aspx
Note: DQS stands for Data Quality Server.
References: http://msdn.microsoft.com/en-us/library/ff877917.aspx
http://msdn.microsoft.com/en-us/library/gg492277.aspx
Question 8
You are creating a SQL Server Master Data Services (MDS) model for a company. 
The source data for the company is stored in a single table that contains the manager-to-subordinate relationships. 
You need to create a hierarchy representing the organizational structure of the company. 
Which hierarchy type should you use?
  1. Organizational
  2. Recursive
  3. Non-Mandatory Explicit
  4. Many-to-Many
  5. Natural
  6. Explicit
  7. Parent
Correct answer: B
Explanation:
References: http://technet.microsoft.com/en-us/library/ff487006.aspxhttp://msdn.microsoft.com/en-us/library/ee633747.aspxhttp://technet.microsoft.com/en-us/library/ee633759.aspx
References: http://technet.microsoft.com/en-us/library/ff487006.aspx
http://msdn.microsoft.com/en-us/library/ee633747.aspx
http://technet.microsoft.com/en-us/library/ee633759.aspx
Question 9
You are the data steward for a Business Intelligence project. 
You must identify duplicate rows stored in a SQL Server table and output discoveries to a CSV file. A Data Quality Services (DQS) knowledge base has been created to support this project. 
You need to produce the CSV file with the least amount of development effort. 
What should you do?
  1. Create an Integration Services package and use a Data Profiling transform.
  2. Create a custom .NET application based on the Knowledgebase class.
  3. Create a data quality project.
  4. Create a CLR stored procedure based on the Knowledgebase class.
  5. Create a Master Data Services (MDS) business rule.
Correct answer: C
Explanation:
References: http://msdn.microsoft.com/en-us/library/hh213052.aspx
References: http://msdn.microsoft.com/en-us/library/hh213052.aspx
Question 10
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?
  1. Create a Subscription View in MDS.
  2. Access the product entity tables in the MDS database directly.
  3. Use SQL Server Integration Services (SSIS) to extract the data and put it in a staging database.
  4. Use change data capture on the product entity tables.
  5. Create an OLE DB connection string that sets the Provider property to MDS.
  6. Use transactional replication for data synchronization.
Correct answer: A
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
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
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!