70-466 Premium Bundle

70-466 Premium Bundle

Implementing Data Models and Reports with Microsoft SQL Server 2012 Certification Exam

4.5 
(23130 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 21, 2024Last update

Microsoft 70-466 Free Practice Questions

Q1. DRAG DROP - (Topic 4) 

You are using Multidimensional Expressions (MDX) to query a SQL Server Analysis Services (SSAS) cube. 

You need to compute the aggregate value of the 10 most-ordered produces in the Product Categories hierarchy. The Product level is the lowest in the hierarchy. 

Which functions should you use to complete the MDX query? (To answer, drag the appropriate functions from the list of functions to the correct locations in the answer area.) 

Answer:  

Q2. - (Topic 4) 

You are developing a BI Semantic Model (BISM) that will be used to analyze complex budgeting and forecast data sourced from a financial database. The model will be deployed to a server with 28 GB of RAM. 

The source data, located in a SQL Server data warehouse, is currently using 15 terabytes of disk space and is doubling in size every month. The model will be queried by staff in the accounting department by using Microsoft Excel 2010. 

You need to ensure the highest query performance and scalability for the accounting department queries. 

Which project type should you choose? 

A. Tabular project that uses the In-Memory query mode 

B. PowerPivot workbook deployed to SharePoint 

C. Tabular project that uses the DirectQuery query mode 

D. Multidimensional project 

Answer:

Q3. - (Topic 4) 

You are developing a SQL Server Analysis Services (SSAS) cube. 

The data warehouse has a table named FactStock that is used to track movements of stock. A column namedMovementQuantity contains quantities of stock. A positive quantity is used for input and negative quantity is used for output. A column named Movement Date is related to the time dimension. The quantity in stock, at a given point in time, can be evaluated as the sum of all MovementQuantity values at that point in time. 

You need to create a measure that calculates the quantity in stock value. 

What should you do? 

A. Use role playing dimensions. 

B. Use the Business Intelligence Wizard to define dimension intelligence. 

C. Add a measure that uses the Count aggregate function to an existing measure group. 

D. Add a measure that uses the DistinctCount aggregate function to an existing measure group. 

E. Add a measure group that has one measure that uses the DistinctCount aggregate function. 

F. Add a calculated measure based on an expression that counts members filtered by the Exists and NonEmpty functions. 

G. Add a hidden measure that uses the Sum aggregate function. Add a calculated measure aggregating the measure along the time dimension. 

H. Create several dimensions. Add each dimension to the cube. 

I. Create a dimension. Then add a cube dimension and link it several times to the measure group. 

J. Create a dimension. Create regular relationships between the cube dimension and the measure group. Configure the relationships to use different dimension attributes. 

K. Create a dimension with one attribute hierarchy. Set the IsAggrcgatable property to False and then set the DefaultMember property. Use a regular relationship between the dimension and measure group. 

L. Create a dimension with one attribute hierarchy. Set the IsAggregatable property to False and then set the DefaultMember property. Use a many-to-many relationship to link the dimension to the measure group. 

M. Create a dimension with one attribute hierarchy. Set the IsAggregatable property to False and then set the DefaultMember property. Use a many-to-many relationship to link the dimension to the measure group. 

N. Create a dimension with one attribute hierarchy. Set the ValueColumn property, set the IsAggregatable property to False, and then set the DefaultMember property. Configure the cube dimension so that it does not have a relationship with the measure group. Add a calculated measure that uses the MemberValue attribute property. 

O. Create a new named calculation in the data source view to calculate a rolling sum. Add a measure that uses the Max aggregate function based on the named calculation. 

Answer:

Q4. - (Topic 4) 

You are developing a SQL Server Reporting Services (SSRS) report that renders in HTML. The report includes a dataset with fields named Description. Price, and Color. The report layout includes a table that displays product details and also includes columns named Description, Price, and Color. 

You need to modify the report so that users can sort products by the Price column. 

What should you do? 

A. Set the SortExpression value to = Fields!Price.Description for the Price text box. 

B. Set the SortExpression property to =Fields!Price.Name for the Price text box. 

C. Set the SortExpression property to =Fields!Price.Value for the Price text box. 

D. Add a custom action to the Price text box. 

Answer:

Q5. - (Topic 3) 

You need to develop the multidimensional project to meet the requirements of the Excel users. 

What should you do? 

A. Create a separate cube for the executive team so that it contains only the data they want to see. 

B. Create a perspective for the executive team. 

C. Create security roles to restrict access to the executive team. 

D. Create a view for the executive team. 

Answer:

Q6. - (Topic 4) 

You deploy a tabular model in DirectQuery mode to a server named Server1. Server1 has SQL Server Analysis Services (SSAS) installed. The model uses a relational data source named DB1. 

You need to ensure that Server1 passes the credentials of the current user browsing the model to DB1. 

What should you do? 

A. Register a Service Principal Name (SPN) for Server1. 

B. From the SQL Server Data Tools, modify the impersonation settings. 

C. From the Web.config file, modify the impersonation settings. 

D. Register a Service Principal Name (SPN) for DB1. 

Answer:

Q7. - (Topic 4) 

Topic 4, Mix Questions

You are developing a SQL Server Analysis Services (SSAS) tabular project. The model includes a table named Sales. The Sales table includes a single date column. 

The Sales table must meet the following requirements: 

. Queries must be able to return all rows. . Must be able to support four different processing schedules for different date ranges. . Date ranges must not include any overlapping data. 

You need to implement a solution that meets the requirements. 

What should you do? 

A. Create four partitions for the Sales table. Create four roles. Use the same row filter queries for each role and partition. 

B. Convert the Sales table into four smaller tables by using row filter queries. Use one perspective for all four tables. 

C. Create four partitions for the Sales table. Use row filter queries for each partition. 

D. Convert the Sales table into four smaller tables by using row filter queries. Use one perspective for each of the four tables. 

Answer:

Q8. - (Topic 4) 

You are developing a SQL Server Analysis Services (SSAS) tabular project. 

You need to grant the minimum permissions necessary to enable users to query data in a tabular model. 

Which role permission should you use? 

A. Explorer 

B. Select 

C. Process 

D. Browser 

E. Read Definition 

F. Read 

Answer:

Q9. - (Topic 4) 

You are modifying a SQL Server Analysis Services (SSAS) cube that aggregates mobile phone usage data from a Microsoft Azure SQL Database database. The existing database contains a device dimension. 

The Research and Development team has requested that capabilities be added to the database. 

The capabilities must meet the following requirements: 

... 

A device member must be able to have multiple capability members. 

A capability member must be able to belong to several device members. 

The Research and Development team must be able to create new capabilities 

every quarter in the data source. 

You need to implement the appropriate solution to meet the requirements while ensuring that the amount of development and maintenance time is minimized. 

What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.) 

A. Create a dimension named Capability Name and then configure a many-to-many relationship. 

B. Add an attribute hierarchy for each capability to the customer dimension. Configure each hierarchy to have two members named Yes and No. 

C. Create a dimension named Capability Name and then configure a regular relationship. 

D. Add an attribute hierarchy named Capability Name to the customer dimension. 

Answer:

Q10. - (Topic 4) 

You are administrating a SQL Server Analysis Services (SSAS) tabular database. 

You need to create a new role that allows its members to query data and to refresh data in the model. 

Which permission should you use? (More than one answer choice may achieve the goal. Select the BEST answer.) 

A. Browse and Manage 

B. Administrator 

C. Read and Process 

D. Explore and Manage 

Answer:

Explanation: 

* Giving a database role permission to process an Analysis Services database means that the role has permission to perform all processing options on the database. This includes the processing of all cubes, dimensions, mining structures, and mining models in the database. However, the role does not have permission to read database metadata or access any data in the database itself. 

Q11. HOTSPOT - (Topic 4) 

A sales cube contains two years of data. 

The sales team must see year-over-year (YOY) and month-over-month (MOM) sales 

metrics. 

You need to modify the cube to support the sales team's requirements. 

Which Business Intelligence Wizard enhancements should you use? (To answer, configure 

the appropriate option or options in the dialog box in the answer area.) 

Answer:  

Q12. - (Topic 4) 

You are developing a new SQL Server Reporting Services (SSRS) report in SQL Server Data Tools (SSDT). 

The report must define a report parameter to prompt the user for the business unit. Each business unit has a unique font scheme combination of font and size properties. 

You need to ensure that all of the text boxes in the table headers use the correct business unit font properties. 

What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.) 

A. Add one report variable for FontFamily Assign it with an expression to return the appropriate colors. For each header text box, set the Color and FontSize properties by using the variables. 

B. For each header text box, assign expressions to the FontFamily and FontSize properties. 

C. Add two report variables named FontFamily and FontSize. Assign them with expressions to return the appropriate colors. For each header text box, use expressions to set the FontFamily and FontSize properties by using the variables. 

D. Add two Microsoft Visual C# functions to the code block of the report to implement FontFamily and FontSize functions. For each header text box, use expressions to set the FontFamily and FontSize properties by using the functions. 

Answer:

Q13. HOTSPOT - (Topic 4) 

You are developing a SQL Server Analysis Services (SSAS) cube. 

You create a degenerate dimension. 

You need to define a relationship type for the dimension. 

Which relationship type should you select? (To answer, configure the appropriate option or 

options in the dialog box in the answer area.) 

Answer:  

Q14. - (Topic 1) 

You need to modify the environment before you create the QuarterSales report. 

What should you do? 

A. Add a date table to the model that contains columns for the fiscal and calendar quarters. 

B. Add a date table to the model that contains measures for the fiscal and calendar quarters. 

C. Configure a time dimension by using the Time Intelligence Wizard. 

D. Configure SSAS to use a server time dimension. 

Answer:

Q15. - (Topic 2) 

You need to configure the format of the Sales Total measure. 

Which value should you use for the FormatString property? 

A. $#,##0.00;($#,##0.00) 

B. #,##0.00;-#,##0.00 

C. Currency 

D. A custom-entered value 

Answer:

Q16. - (Topic 4) 

You maintain SQL Server Analysis Services (SSAS) instances. 

You need to configure an installation of PowerPivot for Microsoft SharePoint in a SharePoint farm. 

Which tool should you use? (Each correct answer presents a complete solution. Choose all that apply.) 

A. SQL Server Configuration Manager 

B. PowerPivot Configuration Tool 

C. SharePoint Products Configuration Wizard 

D. SharePoint Central Administration 

E. PowerShell 

Answer: A,B,D 

START 70-466 EXAM