70-470 Premium Bundle

70-470 Premium Bundle

Recertification for MCSE: Business Intelligence Certification Exam

4.5 
(24105 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 23, 2024Last update

Microsoft 70-470 Free Practice Questions

Q1. - (Topic 10) 

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

A column named City must be added to the table named Customer. The column will be used in the definition of a hierarchy. The City column exists in the Geography table that is related to the Customer table. 

You need to add the City column to the Customer table. 

How should you write the calculation? 

A. City:= LOOKUPVALUE(Geography[City],Geography[GeographyKey],[GeographyKey]) 

B. =RELATED(Geography[City]) 

C. City:=VALUES(Geography[City]) 

D. =VALUES(Geography[City]) 

E. City:=LOCKUP(Geography[City],Geography[GeographyKey],[GeographyKey]) 

F. =RELATED(Geography.City) 

Answer:

Q2. DRAG DROP - (Topic 9) 

You are the administrator of a SQL Server Integration Services (SSIS) catalog. You have access to the original password that was used to create the SSIS catalog. 

A full database backup of the SSISDB database on the production server is made each day. The server used for disaster recovery has an operational SSIS catalog. 

Information that is encrypted in the SSISDB database must not be lost. 

You need to document the disaster recovery solution that restores the production SSIS catalog to the disaster recovery server. 

Which three steps should you document 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:  

Q3. - (Topic 6) 

You need to select the appropriate mode for the Sales database. 

Which mode should you select? 

A. ROLAP 

B. Direct Query 

C. MOLAP 

D. In-Memory 

Answer:

Q4. DRAG DROP - (Topic 10) 

You are planning the installation of PowerPivot for SharePoint that will be used by your company's sales and marketing team. 

You install SharePoint Server 2010 Enterprise Edition with Service Pack 1. 

You need to install the PowerPivot for SharePoint instance. Then you need to configure the Default Account username used to provision shared services in the SharePoint farm. 

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:  

Q5. - (Topic 10) 

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

Users of the cube report that the precision for the TransactionCost measure is five digits. 

You need to ensure that the TransactionCost measure stores values to two digits of precision. 

What should you do? 

A. Add a named calculation in the data source view that casts the data source column to two digits of precision. Bind the TransactionCost measure to the new column. 

B. Add a named query in the data source view that casts the data source column to two digits of precision. Bind the TransactionCost measure to the new query. 

C. Use the FormatString measure property to format TransactionCost as #,##0.00;-#,##0.00. 

D. Use the FormatString measure property to format TransactionCost as Currency. 

E. Use the MeasureExpression measure property to change the precision of TransactionCost to two digits. 

Answer:

241. - (Topic 10) 

You are developing a SQL Server Analysis Services (SSAS) tabular project for a Power View solution. 

You need to grant permission for salespersons to view only the data based on their sales territory. 

What should you do? 

A. Use SQL Server Management Studio to create a role. Then create a Data Analysis Expressions (DAX) filter. 

B. Create a member and then create a Data Analysis Expressions (DAX) filter. 

C. Create a member and then create a Multidimensional Expressions (MDX) filter. 

D. Use SQL Server Management Studio to create a role. Then create a Multidimensional Expressions (MDX) filter. 

Q6. DRAG DROP - (Topic 9) 

You are designing a SQL Server Reporting Services (SSRS) solution. 

An existing report aggregates data from a SQL Azure database in a chart. 

You need to use the chart in a new report and ensure that other users can use the chart in 

their reports. 

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:  

Q7. - (Topic 9) 

You are developing the database schema for a SQL Server Analysis Services (SSAS) BI Semantic Model (BISM). The BISM will be based on the schema displayed in the following graphic. 

You have the following requirements: 

. Ensure that queries of the data model correctly display average student age by 

class. 

. Ensure that the solution supports role-based security and partitions. 

. Minimize development effort. 

You need to design the data model. 

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

A. Create a multidimensional project and define measures and a many-to-many dimensional relationship. Create partitions in SQL Server Management Studio (SSMS). 

B. Create a multidimensional project and define measures and a reference relationship. Create partitions in SQL Server Data Tools (SSDT). 

C. Create a tabular project and define measures. Create partitions in SQL Server Data Tools (SSDT). 

D. Create a tabular project and define calculated columns. Create partitions in SQL Server Management Studio (SSMS). 

Answer:

Q8. - (Topic 9) 

You are designing a customer dimension for a multidimensional OLAP (MOLAP) database. The dimension table will contain millions of rows of data. 

Customer dimension attributes will come from the following two sources: 

. An enterprise resource planning (ERP) system that contains millions of rows of data. Attributes from this source will be updated daily. 

. A marketing database that contains thousands of rows of data representing customers' geographic information. Attributes from this source will be updated monthly. 

Most report queries against the cube use attributes from both sources. Customers in the cube dimension will frequently be filtered by the geographic attributes. 

You need to design the dimension table and cube dimension to ensure that report queries perform well, and minimize the time required to reprocess cube attributes. 

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

A. Create a dimension table for each source. Create one cube dimension that joins the two dimension tables together. 

B. Create one dimension table that combines data from both sources. Create a cube dimension for each source. 

C. Create one dimension table that combines data from both sources. Create one cube dimension that references the dimension table. 

D. Create a dimension table for each source, and a cube dimension for each source. 

Answer:

Q9. - (Topic 9) 

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:

Q10. DRAG DROP - (Topic 10) 

You are developing a SQL Server Analysis Services (S5AS) cube. The cube consists of a 

single measure group. 

The measure group consists of one partition that uses MOLAP. 

The proactive caching policy has the following requirements: 

.. 

The cache must be updated when data is changed in the table named tbIOrders. Changes must be notified through the use of the XML for Analysis (XMLA) NotifyTableChange command. 

You need to configure the proactive caching policy to meet the requirements. 

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:  

Q11. - (Topic 10) 

You are developing a BI Semantic Model (BISM) that retrieves data from several sources. These sources include a SQL Azure database and an OData data feed that includes rainfall data for towns on the east coast of Australia. The model will be deployed to a server with significantly more memory than the total size of the source data. 

You have the data feed URL, which you will use when developing the model in SQL Server Data Tools (SSDT). The model must meet the following requirements: 

. Performance must be maximized. 

. Data latency of up to one month is acceptable. 

You need to choose a project type and a data access mode to meet the requirements. 

What should you do? 

A. In SSDT, select the multidimensional project type and use the MOLAP storage mode. 

B. In SSDT, select the multidimensional project type and use the ROLAP storage mode. 

C. In SSDT, select the tabular project type and use the DirectQuery query mode. 

D. In SSDT, select the tabular project type and use the In-Memory query mode. 

Answer:

Q12. DRAG DROP - (Topic 10) 

You are developing a SQL Server Reporting Services (SSRS) report that sources data from a SQL Azure database and a SQL Server Analysis Services (SSAS) cube. The cube contains a date dimension and other dimensions. The report design includes two report parameters named StartDate and FinishDate as shown in the following diagram. 

The Data Type property of the parameters is set to Date/Time. 

You need to create the dataset based on the SSAS cube. You also need to ensure that the dataset is filtered by the existing report parameters. 

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:  

Q13. - (Topic 10) 

You maintain a multidimensional Business Intelligence Semantic Model (BISM) that was developed with default settings. 

The model has one cube and the cube has one measure group. The measure group is based on a very large fact table and is partitioned by month. The fact table is incrementally loaded each day with approximately 800,000 new rows. 

You need to ensure that all rows are available in the cube while minimizing the processing time. 

Which processing option should you use? 

A. Process Add 

B. Process Clear 

C. Process Default 

D. Process Index 

E. Process Data 

F. Process Full 

Answer:

Q14. DRAG DROP - (Topic 9) 

You are designing a SQL Server Integration Services (SSIS) package to execute 12 Transact-SQL (T-SQL) statements on a SQL Azure database. 

The T-SQL statements may be executed in any order. The T-SQL statements have unpredictable execution times. 

You have the following requirements: 

. The package must maximize parallel processing of the T-SQL statements. . After all the T-SQL statements have completed, a Send Mail task must notify administrators. 

You need to design the SSIS package. 

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:  

Q15. - (Topic 10) 

You are developing a SQL Server Reporting Services (SSRS) report. The report includes a dataset with fields named Year, MonthNumber, and InvCount. The report includes a table that displays the inventory count per year, as shown in the following diagram. 

You need to modify the table to include a graphical item displaying the inventory count trend to the right of the Inv Count column. 

What should you do? 

A. Add an Indicator item to a new column on the right of the Inv Count column. Select the Directional Indicator type and then select the MonthNumber field for Value. 

B. Add a Sparkline item to a new column on the right of the Inv Count column. Then select the InvCount field for Values and the MonthNumber field for Category Groups. 

C. Add an Indicator item to a new column on the right of the Inv Count column. Select the Directional Indicator type and then assign the MonthNumber field to the Start property. 

D. Add a Sparkline item to a new column on the right of the Inv Count column. Then select the InvCount field for Values and the MonthNumber field for Series Groups. 

E. Add a text box to a new column on the right of the Inv Count column. Then use a Go to report action to link to a separate report showing the monthly trend. 

Answer:

Q16. - (Topic 9) 

... 

You are designing a multidimensional OLAP (MOLAP) cube. 

The MOLAP cube must meet the following requirements: 

Ensure that workloads for aggregation tuning can be automatically collected. Require the least amount of effort to perform manual aggregation tuning. Minimize impact on the performance of previously tuned queries. 

You need to design a MOLAP cube that meets the requirements. 

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

A. Enable SQL Server Analysis Services (SSAS) query logging. Run the Usage-Based Optimization Wizard to generate aggregations. Merge the wizard results with existing aggregation designs. 

B. Set up multiple partitions. Run the Aggregation Design Wizard periodically for each measure group. After the wizard finishes, discard the old aggregation design and accept the new one. 

C. Set up multiple partitions. Run the Aggregation Design Wizard on each partition. Schedule the aggregations by using an XMLA script in SQL Server Agent. 

D. Set the AggregationUsage property of all attributes based on natural keys to Full. 

Answer:

START 70-470 EXAM