070-768 Exam Question 41

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You deploy a tabular data model to an instance of Microsoft SQL Server Analysis Services (SSAS). The model uses an in-memory cache to store and query data.
The data set is already the same size as the available RAM on the server. Data volumes are likely to continue to increase rapidly.
Your data model contains multiple calculated tables.
The data model must begin processing each day at 2:00 and processing should be complete by
4:00 the same day.
You observe that the data processing operation often does not complete before 7:00. This is adversely affecting team members.
You need to improve the performance.
Solution: Enable Buffer Cache Extensions.
Does the solution meet the goal?
  • 070-768 Exam Question 42

    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 named MovementQuantity contains quantities of stock.
    A positive quantity is used for input and negative quantity is used for output.
    A column named MovementDate 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?
  • 070-768 Exam Question 43

    You are managing a SQL Server Analysis Services (SSAS) tabular database.
    The database must meet the following requirements:
    *
    The processing must load data into partitions or tables.
    *
    The processing must not rebuild hierarchies or relationships.
    *
    The processing must not recalculate calculated columns.
    You need to implement a processing strategy for the database to meet the requirements.
    Which processing mode should you use?
  • 070-768 Exam Question 44

    Drag and Drop Question
    You need to configure the CoffeeSale fact table environment.
    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. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

    070-768 Exam Question 45

    You are a business analyst for a retail company that uses a Microsoft SQL Server Analysis Services (SSAS) multidimensional database for reporting.
    The database contains the following objects:

    You must create a report that shows, for each month, the Internet sales for that month and the total Internet sales for the calendar year up to and including the current month.
    You create the following MDX statement (Line numbers are included for reference only.):

    You need to complete the MDX statement to return data for the report.
    Which MDX segment should you use in line 01?