Chapter 2 Flashcards

1
Q

it is a collaborative effort that involves multiple teams from multiple departments constantly communicating with each other.

A

Business analytics Implementation

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

is the starting point of an implementation, which will dictate which data will actually be conducive for the desired analysis.

A

Determining the information

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

what are the three major components of the 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
4
Q

three main categories of
data sources in an Enterprise.

A

ERP systems
Other databases
Flat files

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

it is where an enterprises data is fed into and all reports are obtained directly from it

A

ERP System

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

makes extensive use of Master Data to help keep track of Business Partners and Items.

A

ERP System

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

Usually the maintenance of these is assigned to key people, who will be the ones to manage the creation of new Master Data or the updating of such.

A

ERP system

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

due to geographical or cost constraints, a branch of the company might be physically
impossible to connect to the corporate network.

A

Other databases

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

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
10
Q

Delimited text files are usually either

A

Tab-delimited
Comma-separated value files (CSV)

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

is needed in order to work around these limitations.

A

Enterprise Data Warehouse

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

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
13
Q

is concerned with
delivering “a single version of the truth”.

A

Consolidating Data

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

New hardware that will become the server hosting the Data Warehouse. It must be connected to the

A

Corporate Network

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

A dedicated project team from the Enterprise Side made up of

A

Business Users

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

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
17
Q

is essentially a large Database, it is likely that technical column names are still used instead of more common, Business-friendly terms.

A

Enterprise Data Warehouse

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

is set up as a sort of “translator” so that the Business User can immediately understand what the data is, by allowing them to see technical terms as business terms.

A

Semantic Layer

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

what are the 3 tier architecture

A

Development (DEV)
Quality Assurance (QAS)
Production ( PRD)

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

is the most critical of the three, as it contains “live data”.

A

PRD

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

It is the system that is used in the day-to-day transactions of the company. A lot of redundancies might be required for this landscape, as it is needed for the proper function of the enterprise.

A

PRD

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

its physical hardware tends to be the most powerful of the three. Downtime for it must be reduced as much as possible due to its operational importance.

A

PRD

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

as its name states, is for development purposes.

A

DEV

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
or the configuration does not result in catastrophic failure, they will be rolled up and applied/promoted to ?
QAS
26
Other enterprises has a 4th, off-premises landscape known as
Disaster Recovery ( DR )
27
This is essentially a copy of PRD that is placed separate from the other three landscapes.
Disaster Recovery
28
It will act as a contingency when PRD becomes subject to catastrophic failure
Disaster Recovery
29
examples of data reliability inconsistencies
Inconsistent Terminology Round Errors and Truncation Nulls and Zeroes Incorrect Inputs Outright Data Discrepancies
30
department might refer to an SKU as a
Product or material
31
Consider the number of decimal places a given piece of numeric data has.
Rounding errors and truncation
32
This could cause final numbers to deviate from the source.
Rounding Errors
33
have the same effect, however, instead of rounding the number, decimal places are outright omitted
Truncation
34
Null Values represent
Nothing
35
this is where the concept of “Garbage In, Garbage Out” is very apparent.
Incorrect Inputs
36
A company usually has some tactical decisions where promos and bundles of their products and services will be joined together
Outright Data Discrepancies
37
is the first data model that can be fully described mathematically. All data (fields/columns) is represented in terms of tuples (rows/record), grouped into relations.
Relational Model
38
can be obtained from multiple tables to produce one tuple of data by JOINing tables via their keys.
Data
39
initially pushed as the standard language for relational databases
SQL
40
Three tables example
TXN CUS_MAS PROD_MAS
41
initially pushed as the standard language for relational databases
SQL
42
stores all customer information.
CUS_MAS
43
stores all product information.
PROD_MAS
44
is a representation of the abstract structure of domain information.
Schema or logical data model
45
It is often expressed as a diagram, and is used as foundation to designing database structures.
Schema
46
There are many different kinds of schemas, but the most-commonly used one in enterprise computing is the
Star Schema
47
It is comprised of a Fact Table (usually just one) referencing any number of Dimension Tables.
Star Schema
48
records measurements for a specific event
Fact Table
49
by contrast will contain less records than Fact Tables.
Dimension Table
50
The data contain in dimension table are sometimes referred to as
Master Data
51
ensure that each row of data within the table is unique.
Keys
52
columns that automatically increment, the more rows are populated, using some sort of algorithm
ID
53
Types of keys
Primary or foreign
54
Is to maintain a separate database that records all transactions for the day
Work around
55
One of the defining features today in Business Analytics Tools is what’s called
Self-Service BI.
56
is made available to the market to test its viability
trial run
57
SQL Meaning
stuctured query Language
58
It is the most common way to store and access enterprise data, as it uses some form of Structured Query Language
Relational Model
59