getcertified4sure.com

microsoft 70 463 [May 2021]




Act now and download your Microsoft microsoft 70 463 test today! Do not waste time for the worthless Microsoft microsoft 70 463 tutorials. Download Update Microsoft Implementing a Data Warehouse with Microsoft SQL Server 2012 exam with real questions and answers and begin to learn Microsoft exam 70 463 with a classic professional.

Q31. 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? 

A. Organizational 

B. Recursive 

C. Non-Mandatory Explicit 

D. Many-to-Many 

Answer:


Q32. 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.) 

A. catalog.start_package 

B. dtexec 

C. SQL Server Management Studio 

D. SQL Server Agent 

Answer: B,D 


Q33. You are developing a SQL Server Integration Services (SSIS) package that imports data into a data warehouse. You are developing the part of the SSIS package that populates the ProjectDates dimension table. 

The business key of the ProjectDates table is the ProjectName column. The business user has given you the dimensional attribute behavior for each of the four columns in the ProjectDates table: 

ExpectedStartDate - New values should be tracked over time. 

ActualStartDate - New values should not be accepted. 

ExpectedEndDate - New values should replace existing values. 

ActualEndDate - New values should be tracked over time. 

You use the SSIS Slowly Changing Dimension Transformation. 

You must configure the Change Type value for each source column. 

Which settings should you select? (To answer, select the appropriate setting or settings in the answer area. Each Change Type may be used once, more than once, or not at all.) 

Answer: 


Q34. 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 MDS. 

Answer:


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

The package control flow will contain many tasks. The tasks will execute consecutively and none will execute more than once. Certain groups of tasks will share variable and transaction scope. 

You need to group tasks together while enabling them to be collapsed and expanded as a group. 

Which item should you use from the SSIS Toolbox? (To answer, select the appropriate item in the answer area.) 

Answer: 


Q36. A SQL Server Integration Services (SSIS) package is designed to download data from a financial database hosted in SQL Azure. 

The connection string to the financial database is defined as a project parameter named FinConStr. The parameter value must be stored securely and must be set explicitly every time the package is executed. 

You need to configure the parameter to meet the requirements. 

What should you do? (To answer, configure the appropriate option or options in the dialog box in the answer area.) 

Answer: 


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


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

The package uses custom functionality that accesses a SQL Server database. The custom 

functionality must be implemented by using Language Integrated Query (LINQ). 

You need to ensure that the LINQ code can be debugged at design time. 

What should you select from the SSIS Toolbox? (To answer, drag the appropriate item to the correct location in the answer area.) 

Answer: 


Q39. You administer a Microsoft SQL Server 2012 server that has SQL Server Integration Services (SSIS) installed. 

You plan to deploy new SSIS packages to the server. The SSIS packages use the Project Deployment Model together with parameters and Integration Services environment variables. 

You need to configure the SQL Server environment to support these packages. 

What should you do? 

A. Create SSIS configuration files for the packages. 

B. Create an Integration Services catalog. 

C. Install Data Quality Services. 

D. Install Master Data services. 

Answer:

Reference: http://msdn.microsoft.com/en-us/library/hh479588.aspx http://msdn.microsoft.com/en-us/library/hh213290.aspx http://msdn.microsoft.com/en-us/library/hh213373.aspx 


Q40. You are designing a SQL Server Integration Services (SS1S) package that uploads a file to a table named Orders in a SQL Azure database. 

The company's auditing policies have the following requirements: 

. An entry must be written to a dedicated SQL Server log table named OrderLog. 

. The entry must be written as soon as the file upload task completes. 

You need to meet the company's policy requirements. Which event handler should you use? 

A. OnProgress 

B. Onlnformation 

C. OnPostExecute 

D. OnComplete 

Answer:

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