Implementation Flashcards

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
Q

White box testing entails testing…

A

the internal workings of an application.

26
Q

What is a regression test for?

A

They verify software that has been changed will still work correctly.

27
Q

Name three changes that a regression test might be conducted for.

A

Bug fix
Config change
Upgrades

28
Q

When is user acceptance testing defined?

A

It is a user story that is made before the system is built.

29
Q

Who conducts a UAT?

A

Users with project team support.

30
Q

What is the goal of UAT?

A

To make sure the system meets the needs of the business need.

31
Q

What is alpha testing?

A

The data is artificial.

32
Q

What is beta testing?

A

Where the data is real but is monitored for errors.

33
Q

Give a current example of beta testing?

A

GOV.UK has many beta sections. The data you enter is real. The output might be buggy.

34
Q

What does most software rely on for testing?

A

Automated testing

35
Q

What does automated testing help to remove?

A

Human error.

36
Q

Automated testing is good for what two reasons?

A

1) You can execute scrips repeatedly at any time.

2) Allows for large number of test cases.

37
Q

3 types of documentation

A

System
User
Online

38
Q

Who does system documentation help?

A

Programmers and analysts.

39
Q

What do programmers and analysts get from system documentation

A

They learn how to build or maintain the system

40
Q

Is system documatation fixed?

A

Rarely. Usually builds as project unfolds.

41
Q

Who does user documentation assist?

A

Users.

42
Q

What does user documentation attempt to do?

A

Helps users operate the system.

43
Q

Do users read the manual?

A

Nah.

44
Q

What is the standard documentation now?

A

Online.

45
Q

What two things have to be considered when doing online documentation?

A

Navigation.

Commands and menu.