Question 6 of 153
You are troubleshooting query performance for a SQL Server Analysis Services (SSAS) cube.
A user reports that a Multidimensional Expressions (MDX) query is very slow.
You need to identify the MDX query statement in a trace by using SQL Server Profiler.
Which event class should you use?
    Correct Answer: C

Question 7 of 153
DRAG DROP -
You install a SQL Server Analysis Services (SSAS) instance in tabular mode on a server.
While processing a very large tabular model, you receive an out-of-memory error. You identify that the amount of physical memory in the server is insufficient.
Additional physical memory cannot be installed in the server.
You need to configure the server to allow paging to disk by using the operating system page file (pagefile.sys).
Which four 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.)
Select and Place:
Exam 70-466: Question 7 - Image 1
    Correct Answer:
    Note:
    * View or set configuration properties in Management Studio
    1. In SQL Server Management Studio, connect to an Analysis Services instance.
    2. In Object Explorer, right-click the Analysis Services instance, and then clickProperties. The General page appears, displaying the more commonly used properties.
    3. To view additional properties, click theShow Advanced (All) Propertiescheckbox at the bottom of the page.
    Modifying server properties is supported only for tabular mode and multidimensional mode servers. If you installed PowerPivot for SharePoint, always use the default values unless you are directed otherwise by a Microsoft product support engineer.
    * VertiPaqPagingPolicy
    Specifies the paging behavior in the event the server runs low on memory. Valid values are as follows:
    Zero (0) is the default. No paging is allowed. If memory is insufficient, processing fails with an out-of-memory error.
    1 enables paging to disk using the operating system page file (pagefile.sys).
    When VertiPaqPagingPolicy is set to 1, processing is less likely to fail due to memory constraints because the server will try to page to disk using the method that you specified. Setting the VertiPaqPagingPolicy property does not guarantee that memory errors will never happen. Out of memory errors can still occur under the following conditions:
    There is not enough memory for all dictionaries. During processing, Analysis Services locks the dictionaries for each column in memory, and all of these together cannot be more than the value specified for VertiPaqMemoryLimit.
    There is insufficient virtual address space to accommodate the process.
    To resolve persistent out of memory errors, you can either try to redesign the model to reduce the amount of data that needs processing, or you can add more physical memory to the computer.
    Applies to tabular server mode only
    * Incorrect Answers: VertiPaqMemoryLimit
    If paging to disk is allowed, this property specifies the level of memory consumption (as a percentage of total memory) at which paging starts. The default is 60. If memory consumption is less than 60 percent, the server will not page to disk.
    This property depends on the VertiPaqPagingPolicyProperty, which must be set to 1 in order for paging to occur.
    Applies to tabular server mode only.
    Reference: Memory Properties; Configure Server Properties in Analysis Services Exam 70-466: Question 7 - Image 2
Question 8 of 153
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.)
    Correct Answer: B, D, E
    Power Pivot for SharePoint must be configured before it can be used. After you install Power Pivot for SharePoint using SQL Server Setup, you can configure it using any of the following approaches:
    āœ‘ Power Pivot Configuration Tool or Power Pivot for SharePoint 2013 Configuration tool
    SharePoint Central Administration
    Exam 70-466: Question 8 - Image 1
    āœ‘ PowerShell cmdlets
    References: https://docs.microsoft.com/en-us/sql/analysis-services/power-pivot-sharepoint/power-pivot-server-administration-and-configuration-in-central- administration BDE
Question 9 of 153
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?
    Correct Answer: D

Question 10 of 153
HOTSPOT -
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? (To answer, select the appropriate option in the answer area.)
Hot Area:
Exam 70-466: Question 10 - Image 1
    Correct Answer:
    Exam 70-466: Question 10 - Image 2