Question 36

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a Microsoft SQL Server Analysis Services (SSAS) instance that is configured to use multidimensional mode. You create the following cube:

Users need to be able to analyze sales by color.
You need to create a dimension that contains all of the colors for products sold by the company.
Which relationship type should you use between the InternetSales table and the new dimension?
  • Question 37

    Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
    You have a Microsoft SQL Server Analysis Services (SSAS) instance that is configured to use multidimensional mode. You create the following cube:

    You need to create a new dimension that allows users to list shipments by the country where the product is shipped.
    Which relationship type should you use between the Shipment table and the new dimension?
  • Question 38

    You are responsible for installing new database server instances.
    You must install Microsoft SQL Server Analysis Services (SSAS) to support deployment of the following projects. You develop both projects by using SQL Server Data Tools.
    You need to install the appropriate services to support both projects.
    Which two actions should you perform? Each correct answer presents part of the solution.
  • Question 39

    You are developing a SQL Server Analysis Services (SSAS) tabular project.
    A model defines a measure named Profit and includes a table named Date.
    The table includes year, semester, quarter, month, and date columns.
    The Date column is of data type Date.
    The table contains a set of contiguous dates.
    You need to create a measure to report on year-over-year growth of profit.
    What should you do? (Each answer presents a complete solution. Choose all that apply.)
  • Question 40

    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: Change the storage mode for the data model to DirectQuery.
    Does the solution meet the goal?