getcertified4sure.com

Examples of microsoft sql server 70-463




When it comes to career development, anyone whom wants to become expert throughout IT world realizes the significance regarding certification. Holding a Microsoft Microsoft certification can be a dream in the IT aspirants. Microsoft 70-463 certification examination examines the proficiency of an individual in order to troubleshoot the net during performs. Actualtests.com offers you the Microsoft Microsoft exam instruction course which can be appropriate for that Microsoft exam preparation. Our Microsoft 70-463 practice questions and answers are usually conducted by each of our IT professionals. Your 70-463 exam dumps are a new quick approach in implementation together with high effectiveness.

2021 Oct exam 70-463 number of questions:

Q11. You are building a fact table in a data warehouse. 

The table must have a columnstore index. The table cannot be partitioned. 

You need to design the fact table and load it with data. 

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


Answer: 



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



Q13. You are developing a SQL Server Integration Services (SSIS) package. The package contains a user-defined variable named .Queue which has an initial value of 10. 

The package control flow contains many tasks that must repeat execution until the .Queue variable equals 0. 

You need to enable the tasks to be grouped together for repeat execution. 

Which item should you add to the package? (To answer, select the appropriate item in the answer area.) 


Answer: 



Q14. You are designing a data warehouse with two fact tables. The first table contains sales per month and the second table contains orders per day. 

Referential integrity must be enforced declaratively. 

You need to design a solution that can join a single time dimension to both fact tables. 

What should you do? 

A. Join the two fact tables. 

B. Merge the fact tables. 

C. Create a time dimension that can join to both fact tables at their respective granularity. 

D. Create a surrogate key for the time dimension. 

Answer: C 

Explanation: References: http://msdn.microsoft.com/en-us/library/ms174537.aspx http://technet.microsoft.com/en-us/library/ms174832.aspx http://msdn.microsoft.com/en-us/library/ms174884.aspx http://decipherinfosys.wordpress.com/2007/02/01/surrogate-keys-vs-natural-keys-for-primary-key/ http://www.agiledata.org/essays/keys.html http://www.databasejournal.com/features/mssql/article.php/3922066/SQL-Server-Natural-Key-Verses-Surrogate-Key.htm http://www.jamesserra.com/archive/2012/01/surrogate-keys/ 


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

The package uses a data flow task to source data from a SQL Server database for loading into a dimension table in a data warehouse. 

You need to create a separate data flow path for data that has been modified since it was last processed. 

Which data flow components should you use to identify modified data? (Each correct answer presents a complete solution. Choose all that apply.) 

A. Multicast 

B. Data Conversion 

C. Lookup 

D. Slowly Changing Dimension 

E. Aggregate 

Answer: A,C 

Explanation: A: The transformation that distributes data sets to multiple outputs. 

The transformation that distributes data sets to multiple outputs. 

C: Lookup Transformation 

The transformation that looks up values in a reference table using an exact match. 

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. 

Incorrect: Not B: Data Conversion Transformation The transformation that converts the data type of a column to a different data type. Not D: Slowly Changing Dimension Transformation The transformation that configures the updating of a slowly changing dimension. Not E: The Aggregate transformation applies aggregate functions, such as Average, to column values and copies the results to the transformation output. Besides aggregate functions, the transformation provides the GROUP BY clause, which you can use to specify groups to aggregate across. 


Latest 70-463 exam download:

Q16. You develop a SQL Server Integration Services (SSIS) package that imports SQL Azure data into a data warehouse every night. 

The SQL Azure data contains many misspellings and variations of abbreviations. To import the data, a developer used the Fuzzy Lookup transformation to choose the closest-matching string from a reference table of allowed values. The number of rows in the reference table is very large. 

If no acceptable match is found, the Fuzzy Lookup transformation passes a null value. 

The current setting for the Fuzzy Lookup similarity threshold is 0.50. 

Many values are incorrectly matched. 

You need to ensure that more accurate matches are made by the Fuzzy Lookup transformation without degrading performance. 

What should you do? 

A. Change the Exhaustive property to True. 

B. Decrease the maximum number of matches per lookup. 

C. Change the similarity threshold to 0.85. 

D. Increase the maximum number of matches per lookup. 

Answer: B 


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



Q18. 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 


Q19. 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: B 


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