SSAS Basics Quiz

Description: SSAS Basics Quiz
Number of Questions: 6
Created by:
Tags: ssas
Attempted 0/6 Correct 0 Score 0

What is Microsoft SQL Server 2005 Analysis Services used for?

  1. Delivers online analytical processing (OLAP)

  2. Delivers data mining functionality

  3. Both 1 and 2


Correct Option: C

_________________ Feature is used to copy database from one source server to a destination server.

  1. Synchronization

  2. Replication

  3. Collation

  4. Copy


Correct Option: B

What is the source of the OLAP cube’s metadata?

  1. Star schema

  2. Snow flake schema

  3. Both a and b

  4. Database


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of OLAP cubes and their metadata.

OLAP (Online Analytical Processing) cubes are multidimensional data structures that are used for analyzing and reporting data. They provide a way to organize and summarize large amounts of data into a format that is easy to understand and analyze.

The metadata of an OLAP cube refers to the information about the cube's structure, dimensions, measures, hierarchies, and relationships between the different elements. This metadata is essential for querying and analyzing the data in the cube.

The source of an OLAP cube's metadata can come from different places, but the most common sources are star schema and snowflake schema.

A star schema is a type of database schema that organizes data into a central fact table surrounded by dimension tables. The fact table contains the measures or numerical data, while the dimension tables contain the descriptive attributes or dimensions. In this schema, the metadata for the OLAP cube can be derived from the star schema.

A snowflake schema is a more complex version of the star schema, where dimension tables are further normalized into sub-dimension tables. In this schema, the metadata for the OLAP cube can be derived from the snowflake schema.

Therefore, the correct answer is C) Both a and b. The metadata of an OLAP cube can be sourced from both star schema and snowflake schema, as they provide the necessary structure and relationships for the cube's dimensions and measures.

What are the applications of OLAP?

  1. Business reporting for sales and marketing

  2. Budgeting

  3. Forecasting

  4. All of the above


Correct Option: D

The basic unit of storage and analysis in Analysis Services is __________

  1. Dimension

  2. Cube

  3. Fact

  4. None


Correct Option: B

In Microsoft SQL Server Analysis Services (SSAS), a ____________ reduces the perceived complexity of a cube in Analysis Services.

  1. Perspective

  2. Attribute

  3. Dimension

  4. All


Correct Option: A
- Hide questions