Week 4 Quiz PREP Flashcards

(36 cards)

1
Q

Tell me what are the 3 layers of data requirements??

A

1) OrganisatiOnal
2) OperatiOnal
3) Technical

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

What is a stakeholder BARRIER to obtaining requirements?

A
  • LIMITED participation (stakeholders too busy for focus groups/workshops -> need senior managers for incentivising/prioritising participation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is metadata mannn

A

dAtA about DaTa // data dicTIONARY, e.g.

  • datatype & size
  • which apps produce & use the data
  • what business rules are imposed on it
  • has it been transformed from source system
  • last time it was loaded into data warehouse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is MASTER data?

A

“REAL” data like LiSt of customers/products (names, contact deets, job, age, demographic info / IDs, dimensions, colour, cost, country of origin etc.

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

WHEN is metadata created?

A

whenever we WORK with data (build, store, clean, share, use data)

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

What is a conflict BARRIER to obtaining requirements?

A
  • Politics that prevent consensus (department conflict with each other, hard to reach agreement of shared objectives for analytics systems)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a system BARRIER to obtaining requirements?

A

New analytics system = employees being unsure what data/analysis they can ask for or may receive
= resist using new system

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

Tell me what are the 3 DIMENSIONS of data requirements??

A

1) Functional
2) Corporate Governance
3) MeasureMent

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

Can you list the types of data there are?

A
  • unstructured
  • transactional (data related to (non)monetary interactions)
  • metadata
  • hierarchal (stores relationships between other data)
  • master (four groupings: people, things, places, concepts - sub-categorised: subject areas, domain areas, entity types)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why, oh why, would an organisation use EXTERNAL memory instead of INTERNAL memory?

A

ex extends in memory

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

steps in ETL process, pls

A
  • extract (pull data from existing systems, ongoing process, time consuming/complex)
  • transform (standardise data - make it consistent/change formats)
  • load (archival - historical data loaded once, current - data from current systems, ongoing - continual revision with operations)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What’s a data mart yo

A
  • local SINGLE-subject database used to create a smALLER database than data warehouse for specific needs of group of analysts
  • often used in tiered/federated data warehouse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

role of people in a DATA MANAGEMENT system??

A
  • create
  • maintain
  • evolve
  • use
    organisational memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what are some desirable ATTRIBUTES of data in orgs.

A
shareable
transportable
secure
accurate
timely
relevant
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what does SOP stand for

A

Standard Operating Procedures - ways to perform ROUTINE activities

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

probs with data management systems

A
redundancy (same data in many systems)
lack of data control (poorly managed)
poor interface
delays 
lack of reality
lack of data integration (multiple data formats)
17
Q

What is DATA?$?$?

A

raw, unsummarised, unanalysed facts

18
Q

What is INFORMATION??

A

data processed into MEANINGful form

19
Q

What is KnOwLEdGe??

A

capacity to use information

20
Q

DATA WAREHOUSE??

A

repository (?) of organisational data (in one collection), measured in petabytes

21
Q

What’s the process of managing the data warehouse my dude

A

ETCLSM

extraction, transformation, cleaning, loading (archival, current, ongoing), scheduling, metadata

22
Q

types of data warehouses?

A

centralised, federated, tiered

23
Q

examples of functional dimension

A

strategy, finance, hr, marketing, sales etc.

24
Q

examples of governance dimension

A

policy, compliance, risk, audit

25
examples of measurement dimension
measures, metrics, indicators, indices, references, trends
26
tell meee why metadata is important
- gives context to data in warehouse - corrects errors/misunderstandings - allows changes to be traced
27
three types of metadata??
1) business 2) technical 3) process
28
what's the master data life cycle ??
CRUD | created, read, updated, deleted, searched
29
what is MDM
``` tools and processes to help - gather - identify - classify relevant data to be used as MASTER data throughout an entire organisation ```
30
challenges of mdm??
1) is it valuable (provide timely, accurate, consistent info) 2) effort+structure = complicated+costly 3) good project management skills to overcome HESITATION at effort needed
31
how has the move to CLOUD COMPUTING affected data management
- SECURITY (physical, access control, data transport encryption, firewalls, storage encryption) - SLAs, QoS (quality of service), national laws
32
what is a database?
highly STRUCTURED data file that allows data input, retrieval, organisation
33
flat files??
- two dimensional tables usually stored as DELIMITED text files (csv, tsv)
34
hierarchical databases
parent-child relationships between tables (each child can only have one parent)
35
relational databases
no limit on number of parent/child connections
36
what is blob
binary large OBject | - data format for storing images, pdfs, audio or other multimedia objects, executable code.