Release Management

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

What is the advantage of using version control?

1. Mitigates human errors e.g. develop commits erroneous code at last minute.

2. Mitigates technical errors e.g. laptop dies.

2
New cards

What are the considerations when dealing with live data that need to be checked?

1. Availability of data sources.

2. Constraints around data acquisition e.g. cost and security.

3. Overhead of data processing e.g. memory footprint.

4. Long-term storage e.g. cost.

3
New cards

What is the release management checklist?

1. Dependencies should be explicit and recorded.

2. Physical distribution should be available via multiple channels (e.g. different hardware).

3. The release process should require minimal effort.

4. Sufficient descriptive information should be available.

5. A history should be kept (release log).

4
New cards

What factors need to be considered when implementing a change?

1. The consequence of not implementing the change.

2. The benefits of the change.

3. The number of users affected by the change.

4. The costs of making the change.

5. The product release cycle.