Pre-Assessment Flashcards

1
Q

Which kind of plan should be in place to proactively face and resolve the risks of the development process?

a) Migration
b) Master
c) Maintenance
d) Mitigation

A

d) Mitigation

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

What is a key testing principle of designing tests?

a) Test cases should include invalid and unexpected input conditions.
b) Testing is conducted at the end of the development process.
c) Test cases should be designed to pass.
d) Systems tests are a collection of developers’ unit and integration tests.

A

a) Test cases should include invalid and unexpected input conditions.

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

Which criterion should be used to decide which testing technique to use?

a) How well you know a particular technique
b) The objective of the test
c) How appropriate the technique is for testing the application
d) Whether there is a tool to support the technique

A

c) How appropriate the technique is for testing the application

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

What is the purpose of a test completion criterion?

a) To know when a specific test has finished its execution
b) To ensure that the test case specification is complete
c) To set the criteria used in generating test inputs
d) To determine when to stop testing

A

d) To determine when to stop testing

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

What is the definition of functional system testing?

a) Testing that the system functions with other systems
b) Testing that the components that comprise the system function together
c) Testing the end-to-end functionality of the system as a whole
d) Testing the system performs functions within specified response times

A

c) Testing the end-to-end functionality of the system as a whole

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

Which statement describes part of a formal coding review process?

a) The programmer narrates, statement by statement the logic of the program.
b) When an error is found, the review team attempts to resolve the error during the process.
c) Historically common errors are not considered in the review process.
d) The moderator does not need to be a competent programmer.

A

a) The programmer narrates, statement by statement the logic of the program.

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

What are the necessary parts of a test case, according to the software testing principles?

a) A description of the correct output of the program for a set of input data
b) A description of data processing into information
c) A description of the type of testing technique used
d) A description of the input data into the program

A

a) A description of the correct output of the program for a set of input data

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

How does a test verify that a program meets requirements?

a) It validates conditions that guarantee the absence of all errors.
b) It validates input conditions that produce defined requirements.
c) It validates that the components of the system function together.
d) It validates a subset of the programs test cases against the requirements.

A

b) It validates input conditions that produce defined requirements.

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

Which testing approach should increase software quality?

a) Reducing test time
b) Keeping the same test time for all testing phases
c) Increasing test time
d) Following well-established procedures and appropriate testing tools

A

d) Following well-established procedures and appropriate testing tools

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

Which type of review is used to identify discrepancies from specifications or standards?

a) Technical
b) Circulation
c) Walkthrough
d) Peer

A

a) Technical

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

Which type of review is recommended when reviewers are geographically separated and teleconferencing is impossible?

a) Buddy
b) Circulation
c) Walkthrough
d) Inspection

A

b) Circulation

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

There is a requirement to verify the usability of a product as it is being delivered to ensure overall design and functionality without regard to the internal functioning of the code.

Which quality method meets this requirement?

a) Code inspection
b) Black box testing
c) White box testing
d) Peer reviews

A

b) Black box testing

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

QA purposes a formal group meeting where the programmer narrates, statement by statement, the logic of a program as an error detection technique.

Which quality method meets this proposal?

a) Peer review
b) Black box testing
c) Code inspection
d) Grey box testing

A

c) Code inspection

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

Management has requested that the development team have a moderator review their newest module of code.

Which type of review is being asked for?

a) Walkthrough
b) Informal
c) Inspection
d) End user

A

c) Insepction

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

An informal review of a module of code has been completed. The development team has decided to evaluate the module from an end user perspective.

Which method should be used to determine if the code meets quality standards?

a) Human
b) Black box
c) Inspection
d) White box

A

b) Black box

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

Which test should be used during the system design phase?

a) Integration
b) Module
c) System
d) Acceptance

A

a) Integration

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

Which test should be used in the requirements phase?

a) Integration
b) Module
c) System
d) Acceptance

A

d) Acceptance

18
Q

During the implementation phase of a project, the developer realizes the need to change part of the project that has already been written and tested.

Which test type should be performed after these changes are made?

a) Unit
b) Integration
c) Regression
d) Usability

A

c) Regression

19
Q

What is a benefit of the code inspection process?

a) It provides feedback on the programming choice of algorithms.
b) It offers potential for developing confidence in the code requirements.
c) It reinforces an individual approach to problem resolution.
d) It promotes the development of a personal coding style.

A

a) It provides feedback on the programming choice of algorithms.

20
Q

What is a value of testing?

a) To demonstrate the presence of debugging actions
b) To increase the probability of uncovered defects
c) To show that a previously present defect has been removed
d) To prove that software is defect-free

A

b) To increase the probability of uncovered defects

21
Q

Why is black box testing considered a useful test design technique?

a) It can help reduce the costs of software development by identifying errors.
b) It can aid in stemming test conditions based on analysis of an internal structure.
c) It can help develop test cases based on analysis of a component of code.
d) It can aid in deriving test data based on analysis of the requirement specifications.

A

d) It can aid in deriving test data based on analysis of the requirement specifications.

22
Q

Which action should a developer take after receiving an email from a QA tester stating that the application under test is not working?

a) Start to work on each issue in order to fix the application
b) Begin a debugging process to isolate each issue
c) Ask to document each issue with details in a bug report
d) Pass the email on to the lead developer to decide what to do

A

c) Ask to document each issue with details in a bug report

23
Q

An incomplete bug was identified and reported by the QA team. The bug only contained a description, an expected result, and an actual result.

Which step should be taken by the developer?

a) Retest the code to see if the error can be reproduced.
b) Ask the QA team to provide the steps to reproduce the error.
c) Immediately start modifying the code as the developer knows why the error occurs.
d) Tell the QA team that the code was tested and that errors do not exist.

A

b) Ask the QA team to provide the steps to reproduce the error.

24
Q

Which action should a developer take after the review of a bug report?

a) Rewrite the code to meet project style guide.
b) Investigate to see if the code works as designed.
c) Talk directly with the QA engineer.
d) Rewrite the code to correct the error.

A

c) Talk directly with the QA engineer.

25
Q

Which key process is supported when the developer continuously provides feedback to the QA team after bug reports are delivered?

a) Tactics and tools
b) Management support
c) Sustaining partnership
d) RACI matrix

A

c) Sustaining partnership

26
Q

A program’s state changes from what is expected.

Which practice should be applied to find the location of the defect?

a) Backtracking
b) Induction
c) Deduction
d) Error analysis

A

a) Backtracking

27
Q

A web developer or QA tester encounters an error.

What is the best practice to initiate resolution of this error?

a) Brute force debugging
b) Deduction
c) Reproducing the error
d) Induction

A

c) Reproducing the error

28
Q

Which test type should be used to compare the program to its initial requirements?

a) Function
b) Acceptance
c) Regression
d) Comparison

A

b) Acceptance

29
Q

Which test should be used to ensure a module of code meets quality standards?

a) Unit
b) Integration
c) Regression
d) Usability

A

a) Unit

30
Q

Which test type determines whether the program meets response and throughput requirements?

a) Acceptance
b) Performance
c) Unit
d) System

A

b) Performance

31
Q

A developer creates a test in which much of the code will be executed.

Which test type does this describe?

a) Black box
b) White box
c) Unit
d) Regression

A

b) White box

32
Q

A developer updates some existing software.

Which type of test should the developer run to ensure the core functionality of the software still works as expected?

a) Unit
b) System
c) Regression
d) User Acceptance

A

c) Regression

33
Q

The development team is questioned by its end users concerning the benefit of designing tests in the software development process.

What is a key benefit of developing tests early in the process?

a) It is cheaper than designing tests during the test phases.
b) It helps prevent defects from being introduced into the code.
c) Tests designed early are more effective than tests designed later.
d) It saves time during the testing phases when testers are busy.

A

b) It helps prevent defects from being introduced into the code.

34
Q

A series of defects have recently been found by end users testing new functionality in an existing program, but were fixed by the development team.

Which test types should be used to verify the current functionality is working as designed?

a) Unit
b) System
c) Regression
d) Acceptance

A

c) Regression

35
Q

Which test method will verify the functionality of the GUI without knowledge of the underlying code?

a) Black box
b) White box
c) Usability
d) Regression

A

a) Black box

36
Q

An end user will perform an acceptance test against an application as a final verification.

Which development process step is being verified?

a) Objectives
b) System design
c) Program structure design
d) Requirements

A

d) Requirements

37
Q

What is the purpose of a usability test?

a) To evaluate a product by testing it with representative users
b) To evaluate a product using automation test tools
c) To evaluate a product by trying to find as many issues as possible
d) To evaluate a product by comparing the functional specs to functional performance

A

a) To evaluate a product by testing it with representative users

38
Q

What describes decision/condition coverage testing?

a) Exercise the true and false outcomes of each decision at least once.
b) Exercise all decision outcomes only once.
c) Exercise the true and false outcomes of each condition at least once.
d) Exercise all decision outcomes and each condition at least once.

A

d) Exercise all decision outcomes and each condition at least once.

39
Q

Which level of coding knowledge is needed to perform black box testing?

a) Extensive
b) Very extensive
c) Limited
d) Very limited

A

d) Very limited

40
Q

How does a unit test run on an updated module of code benefit code development?

a) Development knows that the code will correctly integrate with the application.
b) Development knows the module will pass a regression test.
c) Development knows the module meets quality standards and is ready to be integrated.
d) Development knows there are no bugs in the code.

A

c) Development knows the module meets quality standards and is ready to be integrated.