1.1.6 - problems from data migration Flashcards

1
Q

Possible problems from data migration

A
  • incomparable file formats
  • data structure differences
  • validation rules
  • incomplete data transfers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Incompatible file formats

A

Different versions of the same piece of software might not be compatible

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

Data Structure Differences

A

Moving data from a table to a flat file, or from an array to a linked list, might cause a lot of problems

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

Validation Rules

A
  • these rules are applied to inputs
  • if these are different at the destination then data will be rejected and lost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Incomplete data transfers

A

If the actual transfer is interrupted, only partt of the data will be at the destination, leading to data loss

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