Implementation Flashcards

(45 cards)

1
Q

What five things does construction cover?

A
Software
Hardware
Networks
Documentation
Procedure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the most straightforward phase of the construction phase?

A

Development phase

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

Why do projects fail?

A

Poor analysis
Poor design
Poor testing

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

What is the most important activity in construction?

A

Project management

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

What do organisations consistently fail to do properly?

A

Test

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

What do project managers do?

A

Plan activities
Manage schedule
Manager budget
Report progress

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

Project managers track ARI. What does ARI stand for?

A

Actions, Risks, Issues

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

What is a common cause of schedule problems?

A

Scope creep

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

Why might a schedule change?

A

Unexpected events

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

PMO stands for?

A

Project Management Office

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

Distributed teams face challenges. Name three.

A

Logistics
Time zones
Cultural issues

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

Testing attempt to…

A

…uncover as many errors as feasible.

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

Testing is about proving the system is error free. True or Fale?

A

False.

You cannot find every bug.

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

What does a test plan define?

A

The tests to be conducted.

The expected results of tests.

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

When does testing happen in scrum?

A

During the sprint cycle.

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

When does testing happen in waterfall

A

in blocks of defined activity at specific stages

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

What are the four types of test?

A

Unit
Integration
Systems
User Acceptance

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

What does a unit test focus on?

A

Single component or class

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

Which test checks if the components work together properly?

A

Integration test

20
Q

What does a system test check

A

The operation of the system end to end.

21
Q

What requirements are included in a system test?

A

Functional and non functional requirements

22
Q

What is a UAT?

A

Users test the system does what it was meant to do

23
Q

What is black box testing?

A

Tests the functionality of a n application.

24
Q

What does black box testing NOT look at?

A

The international structure.

25
White box testing entails testing...
the internal workings of an application.
26
What is a regression test for?
They verify software that has been changed will still work correctly.
27
Name three changes that a regression test might be conducted for.
Bug fix Config change Upgrades
28
When is user acceptance testing defined?
It is a user story that is made before the system is built.
29
Who conducts a UAT?
Users with project team support.
30
What is the goal of UAT?
To make sure the system meets the needs of the business need.
31
What is alpha testing?
The data is artificial.
32
What is beta testing?
Where the data is real but is monitored for errors.
33
Give a current example of beta testing?
GOV.UK has many beta sections. The data you enter is real. The output might be buggy.
34
What does most software rely on for testing?
Automated testing
35
What does automated testing help to remove?
Human error.
36
Automated testing is good for what two reasons?
1) You can execute scrips repeatedly at any time. | 2) Allows for large number of test cases.
37
3 types of documentation
System User Online
38
Who does system documentation help?
Programmers and analysts.
39
What do programmers and analysts get from system documentation
They learn how to build or maintain the system
40
Is system documatation fixed?
Rarely. Usually builds as project unfolds.
41
Who does user documentation assist?
Users.
42
What does user documentation attempt to do?
Helps users operate the system.
43
Do users read the manual?
Nah.
44
What is the standard documentation now?
Online.
45
What two things have to be considered when doing online documentation?
Navigation. | Commands and menu.