General Enterprise Data Flow Flashcards

(48 cards)

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

22
Q

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

23
Q

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

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

25
This is essentially a copy of production that is placed separate from the other three landscapes
Disaster recovery
26
It will act as a contingency when production becomes subject to catastrophic failure
Disaster recovery
27
The five data reliability issues
Inconsistent terminology rounding errors and truncation nulls and zeros incorrect inputs outright data discrepancies
28
A department might refer to an sku as a product and another might refer to it as material
Inconsistent terminology
29
It consider the number of decimal places a given piece of numeric data has
Rounding errors
30
It will have the same effect in rounding errors but instead of rounding the number decimal places are outright omitted
Truncation
31
This is where the concept of garbage in garbage out is very apparent
Incorrect input
32
It is the first data model that can be fully described mathematically
relational model
33
It is the most common way to store and access enterprise data as it uses some form of structured query language
Relational model
34
It records all transactions that is included into the system
TXN
35
It stores all customer information
CUS_MAS
36
it stores all product information
PROD_MAS
37
It is a representation of the abstract structure of domain information
Schema or logical data model
38
It is often expressed as a diagram and its use as foundation to designing database structures
Schema or logical data model
39
It is the simplest approach used in designing enterprise data warehouse
Star schema
40
It is comprised of fact table referencing any number of dimension tables
Star schema
41
It records measurements for a specific event
Fact table
42
These are typically referred to as transaction tables that contain very granular numeric data
Fact table
43
Fact table is also referred to as
Transaction tables
44
It contains less records than fact tables
Dimension table
45
They don't contain transactions rather they contain descriptive information like customer information addresses age
Dimension table
46
The data contained in the dimension table are sometimes referred as
Master data
47
This ensured that each row of data within the table is unique
keys
48
keys can be
primary or foreign