Modelling Functions Flashcards

1
Q

Restricted Col can be created in

A

Star Join Node or Aggregation Node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Restricted Col( Multiple restriction)

A
  1. Multiple Restriction on Same Col are added as OR
  2. Different col are added as AND.
  3. Order does not matter.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Restricted Columns can include SQL Expressions

A
  1. Yes, and can also include String or Date function.
  2. Calculated Columns,
  3. Default value for variables and input parameter.
  4. Filters.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Calculated Column.

1) Try to do the calculation before aggregation , specially if it is Multiplacation or Division.
2) If calculations are just additions or substractions it is not required.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Persistence of the Calculated columns

A
  1. Materilazed Table using Write optimized Procedure.

2. SLT or DS to load it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Expression in the calculated Column

A
  1. SQL.

2. Column Engine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Filters can be applied to following

A
  1. Projection
  2. Union
  3. Join
  4. Rank
  5. Aggregation( New capability 2.0 SPS03)
  6. Star Join.( New capability 2.0 SPS03)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Recommendation in Filer Node

1) SQL Engine
2) Col Engine expression

A

SQL Engine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Filter Applied on Top Node

A

E.g Star Node or Aggregation Node , filter is applied before the data processing of that node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Filter on Non Top Nodes

A

Filter is applied after the Aggregation of the node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Ignore Multiple Output for filters Property

A

Nodes Consumed by multiple Nodes , prevent Filter Pushdown.

Property “Ignore Multiple Outputs for Filters” can be set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

“Ignore Multiple Output Property” at View level on Semantics

A

Scenarios where view is consumed multiple times by others.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Variables allow filtering Measures.

A

False only allow attribute.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Client Information in XSA

A
  1. we need to define which col is the Client in the table.

2. Need to set the client information in the Semantics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Variables can be

A
  1. Single value
  2. Range
  3. Interval
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

One variable can be assigned to multiple columbs

A

True.

17
Q

Variables Value help using Hierarchy

A
  1. If Parent Child hierarchy is used, Variable attribute col must be defined as Parent Attribute.
  2. If Level hierarchy is reffered , the variable attribuet must be defined as Leaf Level.
18
Q

Input parameter

A
  1. Calculated Columns.
  2. Restricted Measures.
  3. Filter Expression.
  4. Scalar/ Table function.
19
Q

Without mapping of the Input parameter and variables are ignored .

A

True.

20
Q

Level Hierarchy Options

A
  1. Root Nodes.
  2. Error- Throw error.
  3. Ignore- Will be ignored.
  4. Step Parent.
21
Q

Time dependeny Hierarchy

A

Only possible in Cal View for Parent Child Hierarchy.

22
Q

Currency Conversion

A

Reuse-

  1. reference
  2. Copy
23
Q

Currency Conversion

A

Decimal Shift using TCURX