SDLC Flashcards

1
Q

SDLC

A

Software development Life Cycle

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

SDLC Structure: Planning

A

requirements gathering/analysis

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

SDLC Structure: Implementation

A

Start writing code

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

SDLC Structure: Testing

A

Finding bugs

Validation

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

SDLC Structure: Documentation

A

Document everything

ex) Application Programming Interface

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

SDLC Structure: Deployment

A

Usable by the customer/client

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

SDLC Maintaining

A

Change requests

future requests

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

Big Bang

A

Everything all at once
No formal development structure
Very high management overhead

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

Waterfall

A

Very well defined requirements that don’t change

Low management overhead

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

Iterative

A

Repeating cycle in which you’re adding modular requirements with each iteration
During each iteration, the new modules get tested with already existing modules

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

Agile

A

Implementation on the iterative method

Breaks requirements into “user stories”

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

User Stories

A

Should be as independent from each other as possible

Go through different stages(backlog, in progress, testing, code review, done, released)

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

Scrum

A

Implementation of agile

Break up the work into very fast iterations called sprints

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

Sprint planning

A

assigning who does what

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

Sprint retrospective

A

what went well/poorly for the next sprint

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