LO2 - Techniques Flashcards

(12 cards)

1
Q

What is a Scrum?

A

A project management team that works in iterations called sprints which deliver small pieces of work per sprint to produce the overall delivery.

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

What is Version Control?

A

The management of changes to documents or collections of info.

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

What is Kanban?

A

Tool used in project management for tracking the progress of tasks and sprints within the project.

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

What are User Stories?

A

The definition of what is being expected of us to meet business goal.

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

What is UML?

A

Unified Modelling Language - Modelling language intended to provide a standard way to visualise the design of a system.

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

What is Microservices?

A

Architectural style that structures an application as a collection of loosely coupled services.

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

What is Test Driven Development?

A

Development driven by tests.

Write code we expect to fail the test and ensure it fails

Write code we expect to pass and ensure it passes.

Then go back and fix bad code created to just pass test.

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

What is Continuous Integration?

A

Members of a team working on different areas of a project and integrating their work daily to add to the overall solution / build.

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

What is Continuous Delivery?

A

It extends Continuous Integration by ensuring that software can be released at any time.

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

What is Monitoring Software?

A

Knowing the state of the technology environment.

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

What is Bug Tracking?

A

A database recording data on bugs.

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

What are all the techniques?

A
Scrum
Bug tracking
Monitoring software
Kanban
Test driven development
Continuous integration
Continuous delivery
Microservices
UML
User stories
Version Control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly