Data Management Flashcards

1
Q

What are the differences between a backup and archive? (4 in total)

A

Backup: Enables recovery of live, changing data
Archive: Stores unchanging data no longer in use but must still be retained

Backup: One of multiple copies of data
Archive: Usually the only remaining copy of data

Backup: Access to data must be quick for speed recovery
Archive: The speed of access to data is not crucial

Backup: Short term retention of data only for the period when the data is in use.
Archive: Long term retention of data for the required period or indefinitely

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

What is Consent Obligation?

A

Only collect, use, or disclose personal data for purposes for which an individual has given his or her consent.

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

What is Purpose Limitation Obligation?

A

An organisation may collect, use, or disclose personal data about an individual for the reasonable purposes and for which the individual has given consent.

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

What is Notification Obligation?

A

Notify individuals of the purpose of collection, use or disclosure of their personal data on or before collecting the data

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

What is Access and Correction Obligation?

A

Access : Upon request by an individual, the organisation should provide its personal data and information about the ways in which the personal data may have been used or disclosed within a year.

Correction : Organisations are also required to correct any error or omission in the individual’s data upon request

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

What is Accuracy Obligation?

A

Make reasonable effort to ensure that personal data collected by or on behalf of your organisation is accurate and complete.

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

What is Protection Obligation?

A

Make reasonable security arrangements to protect the personal data that your organisation possesses or controls to prevent unauthorised access, collection, use, disclosure, or similar risks.

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

What is Retention Limitation Obligation?

A

Cease retention of personal data or remove the means by which the personal data can be associated with particular individuals when it is no longer necessary for any business or legal purpose.

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

What is Transfer Limitation Obligation?

A

Data should not be transferred outside of Singapore except in accordance with requirements

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

What is Accountability Obligation?

A

Organisations must notify of data breaches if it is likely to be of significant scale, or likely to result in significant harm to an affected individual

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

State all the obligations under the PDPA (9 in total).

A
Consent
Notification
Accountability
Purpose
Access and Correction
Accuracy
Protection
Retention Limitation
Transfer Limitation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How should a company ensure Accountability Obligation is followed?

A

They should also make available the business contact information of the representatives responsible for answering questions relating to the organisations’ collection, use or disclosure of personal data

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

How should a company ensure Protection Obligation is followed?

A
  1. Take reasonable measures to protect the database from any potential breaches.
  2. Follow AAA and CIA framework to protect the data from unauthorised access, collection, use or disclosure of data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the three key aspects of protecting data privacy?

A
  1. Freedom from intrusion
  2. Control of information about oneself
  3. Freedom from surveillance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why and how should a backup plan be established?

A

Establish a backup plan / back up data regularly to prevent data loss that can occur either due to user error or technical malfunction.

Cloud backups or offsite backups should be employed to reduce the risk of a natural disaster causing data to be lost

Backup plan should be tested regularly to ensure that backup data can be restored in case of data loss.

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

What is version control?

A
Version control is a class of systems responsible for managing changes
to computer programs, documents or other collections of information
Version control software keeps track of every modification to the code
17
Q

Why should version control be implemented? (2 reasons)

A

If a mistake is made, developers can revert to an earlier version and compare the code with the current version to help fix the mistake while minimizing disruption to other team members

Prevents concurrent changes made by separate developers from conflicting and causing errors

18
Q

Why should naming conventions be followed?

A

To reduce the effort needed to read and understand source code

To enable code reviews to focus on more important issues, such as the functionality of the code, rather than arguing over syntax and naming standards

19
Q

What are 3 advantages of using cloud hosting over server hosting to store data?

A

simpler management

bigger company has more resources for security

less staff training needed

20
Q

What are 3 disadvantages of using cloud hosting over server hosting?

A

difficult to verify/audit the data stored

less control over data, backup, archival, deletion

cloud provider data policies may change, affecting ability to abide by PDPA