EDS Flashcards

1
Q

Key issues with availablity

A

Ensuring data is accessible when needed

Rac to allow multiple servers

ASM to simply management with disk mirroring

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

Key issues with Intergirty

A

Ensuring data is accurate + consistent

Primary + foreign key maintains unique records

Acid - oracles transaction system to ensure reliable process

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

Key issues with Security

A

Protecting data from unauthorized access

Oracle identity management - enforce access control

RBAC - assign permissions based on user roles to ensure users have appropriate access

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

Key issues with backup and recovery

A

Ensuring data can be restored

Oracle recovery manager - used for backups

Data pump - allow for high speed data movement

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

Static and transactional data differences

A

Static - not volatile e.g student detail
Transation - volatile e.g discount

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

Issues to be considered storing transactional and static data

A

static = not changeable
transactional = changeable

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

How do organisition capture data

A

App info - in app purchases, location

Social media - interactions on social media

Online transactions - browsing history, purchase details

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

How companies use transaction data

A

Customer Insight - targeted market, behaviour analysis

Financial Analysis - Fraud detection, revenue forecast

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

GDPR rights

A

Notification of issues

Enhanced rights (erasure and access)

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

Major inputs into physical design and build process of a database

A

Database requirements (data volume, transaction rates)
Backup strategy
Data access

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

Decisions influenced by inputs physical database

A

Storage media (HDD)
Caching (query performance)

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

The basic Data storage options available

A

Tablespaces - logic storage units that group

Data files - File that store tablespace data

Archive log files - archive copies of log files for back usage

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

What is Primary and Secondary storage

A

primary - accessible by cpu
eg. buffer cache - stores data block
shared pool - cached sql code and info

secondary - unaccessible by cpu
e.g Hard drive, SSD

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

Storage options available in terms of primary and secondary

A

HDD - storage based application
SDD - performance based application
Oracle cloud system

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

Tablespace benefits

A

Allows for easy management of data storage

Provide flexibilty in db object management

Performance tuning

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

what an index and the benefits

A

Index - object for quick lookup

Improves retrieval speed
Provides path to data
Improves performance

17
Q

Explain Query optimization (oracle)

A

Choosing an efficient way to execute SQL
Oracle optimizer generates execution plans and picks one with low cost

18
Q

What are DCL commands? 2 types

A

DCL commands control access

Grant
Revoke

19
Q

Activities that can help writing DCl durint design phase

A

Documentation
Permission Set up
Role definition
Security policies

20
Q

why is a vital part of db managing database backup and recovery

A

DB backup and recovery are essential for ensuring data availability and integrity in event of hardware failure and events

21
Q

Key issues with database and backup recobery

A

Data loss prevention

Recovering time

22
Q

Componenet of disaster recovery session

A

Testing
Communication
Documentation

23
Q

Potential of cloud computing solution

A

Security
Reliable
Cost effective

Example Azure
Google cloud

24
Q

what are views trigger procedure

A

View - table representing query result

trigger - a proc that executes in response to events on table

Procedure - Set of operations to perform a task