InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
Explain The Flow Of Creating A Cube? |
|
Answer» STEPS to CREATE a CUBE in ssas:
Steps to create a cube in ssas: |
|
| 52. |
What Is A Data Source Or Ds? |
|
Answer» The data SOURCE is the Physical CONNECTION information that ANALYSIS service USES to connect to the database that host the data. The data source contains the connection string which specifies the server and the database hosting the data as well as any necessary AUTHENTICATION credentials. The data source is the Physical Connection information that analysis service uses to connect to the database that host the data. The data source contains the connection string which specifies the server and the database hosting the data as well as any necessary authentication credentials. |
|
| 53. |
What Is Named Calculation? |
|
Answer» A named calculation is a SQL expression represented as a CALCULATED column. This expression appears and behaves as a column in the table. A named calculation LETS you extend the relational schema of EXISTING tables or views in a data source view without modifying the tables or views in the underlying data source. Named calculation is used to create a new column in the DSV using HARD coded values or by using existing columns or even with both. A named calculation is a SQL expression represented as a calculated column. This expression appears and behaves as a column in the table. A named calculation lets you extend the relational schema of existing tables or views in a data source view without modifying the tables or views in the underlying data source. Named calculation is used to create a new column in the DSV using hard coded values or by using existing columns or even with both. |
|
| 54. |
What Is Data Source View Or Dsv? |
|
Answer» A data source view is a persistent SET of tables from a data source that supply the data for a particular cube. BIDS also includes a wizard for creating data source views, which you can invoke by right-clicking on the Data Source Views FOLDER in Solution EXPLORER.
A data source view is a persistent set of tables from a data source that supply the data for a particular cube. BIDS also includes a wizard for creating data source views, which you can invoke by right-clicking on the Data Source Views folder in Solution Explorer. |
|
| 55. |
What Is Named Query? |
|
Answer» Named query in DSV is SIMILAR to View in Database. This is USED to CREATE Virtual table in DSV which will not impact the underlying database. Named query is MAINLY used to merge the two or more table in the datasource view or to filter COLUMNS of a table. Named query in DSV is similar to View in Database. This is used to create Virtual table in DSV which will not impact the underlying database. Named query is mainly used to merge the two or more table in the datasource view or to filter columns of a table. |
|
| 56. |
Why We Need Named Queries? |
|
Answer» A named query is used to join MULTIPLE tables, to remove unnecessary columns from a table of a database. You can achieve the same in database using VIEWS but this Named Queries will be the best BET WHE you don’t have access to CREATE Views in database. A named query is used to join multiple tables, to remove unnecessary columns from a table of a database. You can achieve the same in database using Views but this Named Queries will be the best bet whe you don’t have access to create Views in database. |
|
| 57. |
How Will You Add A New Column To An Existing Table In Data Source View? |
|
Answer» By using NAMED calculations we can ADD a new COLUMN to an existing table in the data source VIEW. By using named calculations we can add a new column to an existing table in the data source view. |
|
| 58. |
What Is Factless Fact Table? |
|
Answer» This is very important interview question. The “Factless Fact Table” is a table which is similar to Fact Table except for having any measure; I mean that this table just has the links to the dimensions. These tables ENABLE you to track events; INDEED they are for RECORDING events. Factless fact tables are used for tracking a process or collecting stats. They are called so because, the fact table does not have aggregatable numeric values or information. They are MERE key values with REFERENCE to the dimensions from which the stats can be collected This is very important interview question. The “Factless Fact Table” is a table which is similar to Fact Table except for having any measure; I mean that this table just has the links to the dimensions. These tables enable you to track events; indeed they are for recording events. Factless fact tables are used for tracking a process or collecting stats. They are called so because, the fact table does not have aggregatable numeric values or information. They are mere key values with reference to the dimensions from which the stats can be collected |
|
| 59. |
What Is Attribute Relationships, Why We Need It? |
|
Answer» Attribute relationships are the way of telling the analysis service engine that how the attributes are related with each other. It will help to relate two or more attributes to each other.Processing time will be decreased if proper relationships are given. This increases the Cube Processing performance and MDX query performance too. In Microsoft SQL Server Analysis Services, attributes within a dimension are ALWAYS related either directly or indirectly to the KEY attribute. When you define a dimension based on a star schema, which is where all dimension attributes are derived from the same relational table, an attribute relationship is automatically defined between the key attribute and each non-key attribute of the dimension. When you define a dimension based on a snowflake schema, which is where dimension attributes are derived from multiple related tables, an attribute relationship is automatically defined as follows:
Attribute relationships are the way of telling the analysis service engine that how the attributes are related with each other. It will help to relate two or more attributes to each other.Processing time will be decreased if proper relationships are given. This increases the Cube Processing performance and MDX query performance too. In Microsoft SQL Server Analysis Services, attributes within a dimension are always related either directly or indirectly to the key attribute. When you define a dimension based on a star schema, which is where all dimension attributes are derived from the same relational table, an attribute relationship is automatically defined between the key attribute and each non-key attribute of the dimension. When you define a dimension based on a snowflake schema, which is where dimension attributes are derived from multiple related tables, an attribute relationship is automatically defined as follows: |
|
| 60. |
How Many Types Of Attribute Relationships Are There? |
|
Answer» They are 2 types of attribute relationships they are
They are 2 types of attribute relationships they are |
|
| 61. |
How Many Types Of Dimensions Are There And What Are They? |
|
Answer» They are 3 TYPES of dimensions: They are 3 types of dimensions: |
|