getcertified4sure.com

Dec 2021 updated: Testking Microsoft 70-470 test 131-140




Exact of 70-470 free practice exam materials and preparation exams for Microsoft certification for client, Real Success Guaranteed with Updated 70-470 pdf dumps vce Materials. 100% PASS Recertification for MCSE: Business Intelligence exam Today!

Q131. - (Topic 8) 

You execute the SalesbyCategory report and receive the following error message: "Members, tuples, or sets must use the same hierarchies in the function." 

You need to ensure that the query executes successfully. 

Which two actions should you perform? Each correct answer presents part of the solution. 

A. Move the Product clause from line 08 to line 10. 

B. Move the Date and Product clauses on line 11 to axis 0. 

C. Move the Date clause from line 10 to line 08. 

D. Move the Measures clause on line 02 to axis 1. 

Answer:


Q132. - (Topic 3) 

You need to define the trend calculation for the sales performance KPI. 

Which KPI trend MDX expression should you use? 

A. CASE WHEN [Sales Variance %] < ([Sales Variance %], [Date].[Calendar].PrevMember) THEN -1 WHEN [Sales Variance %] = ([Sales Variance %], [Date].[Calendar].PrevMember) THEN 0 ELSE 1 END 

B. IIF([Sales Variance %3 < ([Sales Variance %], [Date].[Calendar].PrevMember), 1, 0) 

C. IIF([Sales Variance %] < ([Sales Variance %], [Date].[Calendar].PrevMember), 0, 1) 

D. CASE WHEN [Sales Variance %] < ([Sales Variance %], [Date].[Calendar].PrevMember) THEN 1 WHEN [Sales Variance %] = ([Sales Variance %], [Date].[Calendar].PrevMember) THEN 0 ELSE -1 END 

Answer:


Q133. - (Topic 10) 

You are developing a SQL Server Analysis Services (SSAS) tabular project that will be used by the finance, sales, and marketing teams. 

The sales team reports that the model is too complex and difficult to use. The sales team does not need any information other than sales related resources in the tabular model. The finance and marketing teams need to see all the resources in the tabular model. 

You need to implement a solution that meets the needs of the sales team while minimizing development and administrative effort. 

What should you do? 

A. Create a separate partition for each team. 

B. Create a perspective for the sales team. 

C. Create a separate data source for each team. 

D. Enable client side security to filter non-sales data. 

Answer:


Q134. - (Topic 10) 

A production SQL Server Analysis Services (SSAS) cube is processed daily. The users query facts by using a hierarchy named Geography from a dimension named Geography. 

The DimGeography table in the data source view is used as the source of the Geography dimension. The table has the following structure. 

... 

The Geography dimension has three attribute hierarchies: 

City 

State-Province 

Country 

The attributes have the following relationships defined: City > State-Province > Country. Each attribute has a key and a name sourced from the related key and name columns in the DimGeography table. 

During processing, you receive the following error message: "Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table: 'dbo_DimGeography', Column: 'StateProvinceKey', Value: '23'. The attribute is 'State-Province'." 

You verify that the data is accurate. 

You need to ensure that the dimension Processes successfully. 

What should you do? 

A. Delete the Geography hierarchy. 

B. Relate the State-Province and Country attributes directly to the City attribute. 

C. Remove the duplicate data from the DimGeography table. 

D. Remove the State-Province attribute. 

Answer:


Q135. DRAG DROP - (Topic 4) 

You need to upgrade the SSASCluster. 

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: 

45. - (Topic 4) 

You need to configure SSRS to send the required notification messages. 

Which configuration settings should you use? (Each correct answer presents a partial solution. Choose all that apply.) 

A. <SendUsing>2</SendUsing> 

B. <SendUsing>contoso.com</SendUsing> 

C. <SMTPServer>SMTP01/SMTPServer> 

D. <SMTPServerPort>110</SMTPServerPort> 

E. <SMTPServer>SSRS01/SMTPServer> 

F. <From>reports@contoso.com</From> 

G. <PermittedHosts>contoso.com</PermittedHosts> 

Answer: A,C,F,G 

Explanation: 

A: 

*

 In the configuration file, the delivery method is set through the SendUsing configuration setting. 

*

 SendUsing specifies a method for sending messages. You can choose between a network SMTP service or a local SMTP service pickup directory. To use a remote SMTP service, this value must be set to 2 in the RSReportServer.config file. 

C, F: 

*

 From scenario: Email notification for SSRS01 has not been previously configured. Email notification must be configured to use the SMTP server SMTP01 with a From address of reports@contoso.com. 

*

 SMTPServer specifies the remote SMTP server or forwarder. This value is a required value if you are using a remote SMTP server or forwarder. 

G: 

* From scenario: Report distribution must be secured by using SSL and must be limited to the contoso.com domain. 

Note: 

Configuration Options for Remote SMTP Service 

The connection between the report server and an SMTP server or forwarder is determined by the following configuration settings: 

*

 SendUsing specifies a method for sending messages. You can choose between a network SMTP service or a local SMTP service pickup directory. To use a remote SMTP service, this value must be set to 2 in the RSReportServer.config file. 

*

 SMTPServer specifies the remote SMTP server or forwarder. This value is a required value if you are using a remote SMTP server or forwarder. 

*

 From sets the value that appears in the From: line of an e-mail message. This value is a required value if you are using a remote SMTP server or forwarder. 

Other values that are used for remote SMTP service include the following (note that you do not need to specify these values unless you want to override the default values). 

*

 SMTPServerPort is configured for port 25. 

*

 SMTPAuthenticate specifies how the report server connects to the remote SMTP server. 

Reference: Configure a Report Server for E-Mail Delivery (Reporting Services), Configuration Options for Remote SMTP Service 


Q136. 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 largest partition in the cube takes an unacceptably long time to process. 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: 


Q137. - (Topic 10) 

You are developing a SQL Server Analysis Services (SSAS) tabular project. The model has tables named Invoice Line Items and Products. 

The Invoice Line Items table has the following columns: 

.. 

Product Id Unit Sales Price 

The Unit Sales Price column stores the unit price of the product sold. The Products table 

has the following columns: 

. Product Id 

. Minimum Sales Price 

The Minimum Sales Price column is available only in the Products table. 

You add a column named Is Undersell to the Invoice Line Items table. The Is Undersell column must store a value of TRUE if the value of the Unit Sales Price is less than the value of the Minimum Sales Price. Otherwise, a value of FALSE must be stored. 

You need to define the Data Analysis Expressions (DAX) expression for the Is Undersell column. 

Which DAX formula should you use? (Each answer represents a complete solution. Choose all that apply.) 

A. =IF([Unit Sales Price] < RELATED(Products[Minimum Sales Price]), TRUE, FALSE) 

B. =IF(RELATED(Products[Unit Sales Price]) < [Minimum Sales Price], TRUE, FALSE) 

C. =IF([Unit Sales Price] < LOOKUPVALUE(Products[Minimum Sales Price], Products[Product Id], [Product Id]), TRUE, FALSE) 

D. =IF(LOOKUPVALUE(Products[Unit Sales Price], Products[Product Id], [Product Id]) < [Minimum Sales Price]), TRUE, FALSE) 

Answer: A,C 

Explanation: A: RELATED Function Returns a related value from another table. 

* The RELATED function requires that a relationship exists between the current table and 

the table with related information. You specify the column that contains the data that you 

want, and the function follows an existing many-to-one relationship to fetch the value from 

the specified column in the related table. 

C: 

The lookupvalue function returns the value in result_columnName for the row that meets all 

criteria specified by search_columnName and search_value. 

Syntax: 

LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>[, <search_columnName>, <search_value>]…) 

Note: 

The syntax of DAX formulas is very similar to that of Excel formulas, and uses a 

combination of functions, operators, and values. 


Q138. - (Topic 9) 

You have two servers named Served and Server2. Both servers have SQL Server 2012 installed. Both servers have a SQL Server Integration Services (SSIS) catalog. 

You are preparing a disaster recovery plan for a business intelligence (BI) solution. 

You need to ensure that the SSIS catalog from Server1 can be restored to Server2. 

Which two actions should you perform on Server1? Each correct answer presents part of the solution. 

A. Back up the master database. 

B. Run sp.configure 'clr enabled', 0. 

C. Back up the master key of the SSISDB database. 

D. Back up the master key of the master database. 

E. Back up the SSISDB database. 

F. Run sp_configure 'clr enabled', 1. 

Answer: C,E 


Q139. - (Topic 10) 

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

B. ReadDefinition 

C. Read 

D. Process 

E. Explorer 

F. Select 

Answer:


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