General Enterprise Data Flow Flashcards

1
Q

How does data get transformed into information in an enterprise

A

It is data sources to enterprise data warehouse then reporting and analysis tools

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

The three system landscape

A

Data sources
enterprise data warehouse
reporting and analysis tools

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

Three data sources

A

Erp systems
other databases
flat files

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

All of an enterprise data is fed into this and all reports are obtained directly from it

A

Erp systems

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

They are still machines with their limited capacity and purchasing power

A

Erp systems

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

They might also not be able to address and enterprise needs and the company grows larger

A

Erp systems

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

It makes extensive use of master data to help keep track of business partners and items

A

Erp systems

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

When they can’t use erp system this will serve at the database that records all transactions for the day

A

Other databases

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

If a branch of the company might be physically impossible to connect to the corporate network so they will use this

A

Other databases

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

There are some instances where a branch is in such a remote location that an internet connection is not available transactions will be recorded in this

A

Flat files

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

These are usually excel or delimited text files that business users create in order to make their own reports when needed

A

Flat files

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

Delimited text files are usually either

A

Tab-delimited
comma separated value

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

Delimited text files can still be opened in excel but this file might need a few extra steps before it can be read

A

Tab-delimited files

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

This is built in order to consolidate the disparate data sources so that only the data necessary for reporting will actually be used

A

Enterprise data warehouse

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

This is a tool to help build data warehouses

A

SAP business warehouse

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

This is essentially a large database it is likely that technical column names are still use instead of more common

A

Enterprise data warehouse

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

It is set up as a sort of translator so that business user can immediately understand what the data is

A

Semantic layer

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

This is one of the defining features today in business analytics

A

Self-service BI

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

These are created with an easy-to-understand interface so that the business user will be empowered to create their own reports

A

Reporting tools

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

The three-tier architectures

A

Development DEV
quality assurance QAS
production PRD

21
Q

This is the most critical of the tree as it contains live data

A

Production

22
Q

It is the system that is used in the day-to-day transactions of the company

A

Production

23
Q

A lot of redundancies might be required for this landscape as it is needed for the proper function of the enterprise

A

Production

24
Q

When a new report needs to be created or a change in configuration needs to be made it should be done here first

A

Development

25
Q

This is essentially a copy of production that is placed separate from the other three landscapes

A

Disaster recovery

26
Q

It will act as a contingency when production becomes subject to catastrophic failure

A

Disaster recovery

27
Q

The five data reliability issues

A

Inconsistent terminology
rounding errors and truncation
nulls and zeros
incorrect inputs
outright data discrepancies

28
Q

A department might refer to an sku as a product and another might refer to it as material

A

Inconsistent terminology

29
Q

It consider the number of decimal places a given piece of numeric data has

A

Rounding errors

30
Q

It will have the same effect in rounding errors but instead of rounding the number decimal places are outright omitted

A

Truncation

31
Q

This is where the concept of garbage in garbage out is very apparent

A

Incorrect input

32
Q

It is the first data model that can be fully described mathematically

A

relational model

33
Q

It is the most common way to store and access enterprise data as it uses some form of structured query language

A

Relational model

34
Q

It records all transactions that is included into the system

A

TXN

35
Q

It stores all customer information

A

CUS_MAS

36
Q

it stores all product information

A

PROD_MAS

37
Q

It is a representation of the abstract structure of domain information

A

Schema or logical data model

38
Q

It is often expressed as a diagram and its use as foundation to designing database structures

A

Schema or logical data model

39
Q

It is the simplest approach used in designing enterprise data warehouse

A

Star schema

40
Q

It is comprised of fact table referencing any number of dimension tables

A

Star schema

41
Q

It records measurements for a specific event

A

Fact table

42
Q

These are typically referred to as transaction tables that contain very granular numeric data

A

Fact table

43
Q

Fact table is also referred to as

A

Transaction tables

44
Q

It contains less records than fact tables

A

Dimension table

45
Q

They don’t contain transactions rather they contain descriptive information like customer information addresses age

A

Dimension table

46
Q

The data contained in the dimension table are sometimes referred as

A

Master data

47
Q

This ensured that each row of data within the table is unique

A

keys

48
Q

keys can be

A

primary or foreign