General Flashcards

1
Q

Does the staging database have security?

A

No

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

What is the language the cube is stored in?

A

XMLA

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

How do you strip security out of the cube?

A

When you run the cube, set load security to false on the cube settings screen. Alternatively you can have it run as custom user in ZapBi

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

WIP

A

Work in Process

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

Current Assets

A

Total Cash (and Equivalents) Securities, Other Current Assets, Production inventory including WIP, and Intangible Assets

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

Current Assets Accounting Definition

A

A current asset is cash and any other company asset that will be turning to cash within one year from the date shown in the heading of the company’s balance sheet.

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

Total Assets (formula)

A

Current Assets + Non Current Assets

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

When is Lite Mode automatically selected?

A

The dimension has more than 1 million rowsOnly the corresponding measure group has relations to the dimension. (only one measure group relates)

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

When Lite Mode is enabled

A

All row-level detail is removed. Only attribute, level, and hierarchy attribute types will be available.Non-fact relationships are removedAll attributes are removed that have more than 200 distinct values, or if the values are more than 20% distinct.No drill through to the dimension’s granular transactions

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

ApplyUserCustomizationsBeforeTableStructureChanges SP

A

This SP runs first, before anything moves. here you would load in excels, other loads kevin has a script to load excel, backs up He loads any data that didn’t originate within DAX goes to a separate databasekick off jobs created in SSIS these databases will be merged in staging any predataloading transformations.

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

ApplyUserCustomizationsAfterMainDataMigration

A

Runs 2nd, most of the time not used

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

ApplyUserCustomizationsAfterMigrationComplete

A

any fields you told it to build would have already been builtthis is where you always do your transformationif you use subselects in staging configuration, it will be a bitch to document, better to use this sp but you need to create the fields in CX

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

Include in data only update caveat

A

data only update won’t make sense to apply to a dimension table, because this would trigger a full structure update.

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

Benefits of breaking records into batches during load

A

Avoiding latency due to network instability, or because of memory limitations

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

Caveat about hierarchies

A

Don’t allow attributes to be defaulted to hierarchies. if you want hierarchies, you build themif you add a field in staging, double check it in cube configuration

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

what color are member properties in cube config?

A

gray

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

Parent child hierarchy

A

there are two columns, one with a parent and one with a child, can represent multiple layers of a hierarchy

18
Q

process cube offline does what?

A

Takes the cube offline and processes. This frees up memory, typical of a full load.

19
Q

Why do you run a full load once a week

A

Incremental handles changes, not deletes. The record is gone from the source, but staging hasn’t been updated with this change.

20
Q

two important things for a Zap Consultant

A

Functions and Dates

21
Q

Contains Member Function

A

Under logical. If contains member (laptop in product)

22
Q

Single dot in dimension tree

A

level

23
Q

ways to hide custom formula

A

on filter, or rename to space

24
Q

How to problem solve

A

Define the problem, examine and remove unnecessary constraints

25
Q

Asset codes begin with

A

1

26
Q

Liabilities begin with

A

2

27
Q

How do you compare the current month to the same month last year in a KPI?

A

Be sure to check show previous on the current needle, then Use the Parallel Member Icon

28
Q

How do you create a 3 month period on a KPI?

A

Use periods between. To member is context period (not from functions) and from member is prior period of prior period, wrapped.

29
Q

what are the two ways to add a target?

A

drag on a measure, or let zap calculate it for you. You would use the “percent of previous” option or create a calculation.

30
Q

Do Kpis have slicers?

A

Only when they are placed on a dashboard do they inherit slicers

31
Q

Can you slice a KPI by a date range?

A

No, they are limited to one month

32
Q

How do you edit a KPI in a dashboard?

A

Paper clip icon in the top right of the frame

33
Q

What are the 4 types of alerts in ZapBi?

A

Scheduled Alerts, Conditional Alerts, Resource Changed Alerts, Cube Changed Alerts

34
Q

Polling Job

A

Checks for changes in values

35
Q

What is it called when ZapBi checks for changes in underlying conditions?

A

Polling Job

36
Q

How do you create drillthrough on a scorecard

A

drag the kpi to the chain icon. You may drop it on the “master” if you have a slicer added, and it will automatically pass the slice information into the KPI on drill through

37
Q

When adding tables, which tables should you be sure to let profile?

A

Dimensions. This is because the relationships are detected during this profiling. This step is critical.

38
Q

When searching tables in staging you must use what?

A

wildcard characters

39
Q

In what tables can we create a primary key?

A

Fact tables only

40
Q

Compute During Migration

A

Populates when the cube runs (insert)

41
Q

Compute in Staging

A

creates a new column in (only do this if the parts are already populated) (select)