getcertified4sure.com

Dec 2021 updated: Pass4sure Microsoft 70-470 free practice test 31-40




Exam Code: 70-470 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Recertification for MCSE: Business Intelligence
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass 70-470 Exam.

2021 Dec 70-470 free exam questions

Q31. - (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: 

. The deployment model must support changing the content of connection strings by 

using parameters at execution time. 

. The deployment model must automatically log events to the SSISDB database. 

. Maximize performance at execution time. 

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. 

B. Use a package deployment model. Save each SSIS package to a file share that can be accessed from all environments. 

C. Use a package 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. 

D. Use a project deployment model. Modify connection manager properties to use package parameters. 

Answer:

Explanation: 

Ref: http://technet.microsoft.com/en-us/library/hh213290.aspx 


Q32. DRAG DROP - (Topic 10) 

You are developing a SQL Server Analysis Services (SSAS) multidimensional project that is configured to source data from a SQL Azure database. The cube is processed each night at midnight. 

The largest partition in the cube takes 12 hours to process, and users are unable to access the cube until noon. The partition must be available for querying as soon as possible after processing commences. 

You need to ensure that the partition is available for querying as soon as possible, without using source data to satisfy the query. 

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: 


Q33. - (Topic 1) 

You need to create the KPI in the AdhocReports project in time for the next production release cycle. 

What should you do? 

A. Create a measure by using the SUM([OrderQuantity]) expression and create a KPI based on the measure. Then set the target value. Check in the changes before the next release cycle. 

B. Create a KPI based on the OrderQuantity column and then set the target value. Check in the changes before the next release cycle. 

C. Create a measure by using the SUM([OrderQuantity]) expression. Then use the CREATE KPI CURRENTCUBE statement to define the KPI and target value. Check in the changes before the next release cycle. 

D. Create a measure by using the COUNT([OrderQuantity]) expression and create a KPI based on the measure. Then set the target value. Check in the changes before the next release cycle. 

Answer:


Q34. DRAG DROP - (Topic 10) 

You are planning the installation of PowerPivot for SharePoint. 

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: 


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


Abreast of the times 70-470 exam engine:

Q36. - (Topic 8) 

You need to configure Library1 to support the planned self-service reports. 

What is the best configuration you should add to Library1? More than one answer choice may achieve the goal. Select the BEST answer. 

A. The Report Builder report content type 

B. The PowerPivot Gallery Document content type 

C. The Report Builder Model content type 

D. The Report content type 

Answer:


Q37. - (Topic 10) 

A multinational retailer has retail locations on several continents. A single SQL Server Reporting Services (SSRS) instance is used for global reporting. 

A SQL Server Analysis Services (SSAS) instance for each continent hosts a multidimensional database named RetailSales. Each RetailSales database stores data only for the continent in which it resides. All of the SSAS instances are configured identically. The cube names and objects are identical. 

Reports must meet the following requirements: 

... 

A report parameter named ServerName must be defined in each report. 

When running a report, users must be prompted to select a server instance. 

The report data source must use the Microsoft SQL Server Analysis Services data 

source type. 

You need to create a data source to meet the requirements. 

How should you define the expression that is assigned to the connection string property of the data source? 

A. ="Server=" &Parameters!ServerName.Value& ";Initial Catalog=RevenueData" 

B. ="Data Source=" &Parameters!ServerName.Value& ";Initial Catalog=RevenueData" 

C. ="Server=" & Parameters!ServerName.Value 

D. ="Data Source=@ServerName;Initial Catalog=RevenueData" 

E. ="Server=@ServerName;Initial Catalog=RevenueData" 

Answer:


Q38. - (Topic 9) 

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:

Explanation: 

Ref: http://technet.microsoft.com/en-us/library/bb895263.aspx 


Q39. - (Topic 2) 

You need to configure the partition storage settings to support the reporting requirements. 

Which partition storage setting should you use? 

A. DirectQuery 

B. In-Memory 

C. MOLAP 

D. Low-latency MOLAP 

E. Scheduled MOLAP 

F. High-latency MOLAP 

Answer:


Q40. - (Topic 10) 

You are developing a tabular Business Intelligence Semantic Model (BISM) database based on a SQL Server database. 

In the data source, the FactInternetSales table is partitioned by month. Data from the current month has been updated and new data has been inserted in the FactInternetSales table, in the DimProduct table, and in the DimCustomer table. 

In the model, the FactInternetSales table is also partitioned by month. 

You need to ensure that the model has the most recent data while minimizing the processing time. 

What should you do? 

A. Process the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer cable with the Process Defrag processing option. Then process the database with the Process Recalc processing option. 

B. Process the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Clear processing option. Then process the database with the Process Data processing option. 

C. Process the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Data processing option. Then process the database with the Process Defrag processing option. 

D. Process the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Clear processing option. Then process the database with the Process Full processing option. 

E. Process the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Data processing option. Then process the database with the Process Recalc processing option. 

Answer:

300. - (Topic 10) 

You are designing a SQL Server Reporting Services (SSRS) report based on a SQL Server Analysis Services (SSAS) cube. The cube is used to measure sales growth by salesperson. 

The cube contains a Key Performance Indicator (KPI) to show if a salesperson's sales are off target, slightly off target, or on target. 

You need to add a report item that visually displays the KPI status value as a red, yellow, or green flag. 

Which report item should you add? 

A. A Sparkline 

B. A Gauge that uses the Radial type 

C. An Indicator 

D. A Gauge that uses the Linear type 

E. A Data Bar 

Answer: