nerdexam
Microsoft

70-467 · Question #97

You need to select the appropriate model type for the Finance database. Which model type should you select?

The correct answer is B. Multidimensional. The Multidimensional model in SSAS uses cubes, dimensions, and MDX to support complex analytical queries, making it appropriate for a Finance database with sophisticated aggregation and business logic requirements.

Design BI data models

Question

You need to select the appropriate model type for the Finance database. Which model type should you select?

Options

  • AStar schema
  • BMultidimensional
  • CRelational
  • DTabular with PowerPivot

How the community answered

(31 responses)
  • A
    10% (3)
  • B
    71% (22)
  • C
    3% (1)
  • D
    16% (5)

Why each option

The Multidimensional model in SSAS uses cubes, dimensions, and MDX to support complex analytical queries, making it appropriate for a Finance database with sophisticated aggregation and business logic requirements.

AStar schema

Star schema is a relational database design pattern involving fact and dimension tables - it describes a physical schema layout, not an SSAS model type, and cannot be selected as a model in SSAS.

BMultidimensionalCorrect

The SSAS Multidimensional model stores data in OLAP cubes using the MOLAP, ROLAP, or HOLAP storage modes and is queried via MDX, providing rich support for complex financial calculations, key performance indicators, and hierarchical analysis. It has been the traditional enterprise OLAP platform with mature support for writeback, many-to-many relationships, and advanced cube scripting. For a Finance database requiring sophisticated aggregations and business logic, Multidimensional is the appropriate SSAS model type.

CRelational

Relational is a general database paradigm, not an SSAS model type, and selecting a relational approach would bypass the OLAP capabilities needed for multidimensional financial analysis.

DTabular with PowerPivot

Tabular with PowerPivot uses the VertiPaq in-memory columnar engine and DAX for queries, which is simpler to develop but lacks some of the advanced financial modeling features - such as complex MDX calculations and writeback - available in the Multidimensional model.

Concept tested: SSAS Multidimensional vs Tabular model type selection

Source: https://learn.microsoft.com/en-us/analysis-services/comparing-tabular-and-multidimensional-solutions-ssas

Topics

#multidimensional model#tabular model#SSAS model selection#model type comparison

Community Discussion

No community discussion yet for this question.

Full 70-467 Practice