Foundation Exam Sample 2017 Answers
Foundation Exam Sample 2017 Answers
Foundation Exam Sample 2017 Answers
ISTQB Foundation
Answers
Questions Prepared By
2
Question Answer Explanation / Rationale Learning Number
Objective of
(LO) Points
developers for updates, changes and modifications.
Analyzability is a sub-characteristic of maintainability.
See also ISO 9126 for the software quality
characteristics, including maintainability.
8 D D is correct. A good set of regression tests should FL-2.3.6 1
require little or no maintenance and should be reusable
across multiple releases. A is not correct because
while the tests may test intricate aspects of the
software that are difficult to test (particularly with
automated regression tests) this is not the primary
focus. B is not correct because the tests should not
require much maintenance between releases so the re-
usability is high. C is not correct because re-usability is
key. See section 2.3.4.
9 C C is correct. When a component of software that is in FL-2.4.1 1
production is changed (modified, migrated, retired),
maintenance testing is required. In this case
something has been removed (maybe retired or just
modified) so testing is required to make sure the
remaining software is unaffected.
10 A A is correct. Either manual reviews or automated FL-3.1.2 1
analysis occur early in the lifecycle. B, C, & D all occur
later, after development of code. See also section 3.3.
11 C C is correct. A walkthrough is when the author is FL-3.2.2 2
leading the review and walking the participants through
the document that is being reviewed. A and B would
both be led by a moderator. D normally doesn’t have a
leader and is more an informal discussion.
12 B B is correct. The purpose and structure of the meeting FL-3.2.3 2
should be communicated. A is not correct because it
goes opposite to the objective of the review which is to
find, ideally, all the defects in the document. C is
incorrect as this can promote a demotivating behavior if
people don’t want to point out defects in their co-
worker’s documents. D is incorrect because the review
should be limited to the right people, not everyone.
13 A A is correct. The expected results should be identified FL-4.1.3 1
as the steps of the test case (test procedure) are
defined. B is not correct because it will be too easy to
accept the result as the expected result, even though it
might not be correct. C and D are not correct because
this is too early to know exactly what a particular test
case will do.
14 D D is correct. The decision table contains the triggering FL-4.3.2 1
conditions, often combinations of true and false for all
input conditions, and the resulting actions for each
combination of conditions. A is not correct because it
focuses on the relationship between states and inputs,
highlighting transitions that are invalid. B is not correct
because inputs are divided into equivalence classes
where the behavior of each member of a class is
3
Question Answer Explanation / Rationale Learning Number
Objective of
(LO) Points
expected to be the same as any other member of that
class. C is not correct because it covers both valid and
invalid values at the boundaries of equivalence classes.
See section 4.3.3.
4
Question Answer Explanation / Rationale Learning Number
Objective of
(LO) Points
correct because it focuses on corrective action taken in
a testing project. D is not correct because it
summarizes what happened during testing.
25 C C is a project risk and could threaten the overall FL-5.5.1 1
project’s ability to achieve its objectives. A, B and D
are all product risks. A is a product risk (potential to
cause harm) but a product risk such as this could
cause a project to fail if the problem is not detected.
26 B B is correct. Employing the right test technique can FL-5.5.5 1
reduce risk and some test techniques are more
thorough than others. A and C are not correct because
both are different aspects of testing, independent of
risk. D is not correct because the cause and ultimate
responsibility of failures does not deviate based on
level of risk. See section 5.5.2.
27 C C is correct. Urgency is often used interchangeably FL-5.6.1 1
with priority. A and D are not correct because those
terms are also used interchangeably with each other.
B is not correct because this may influence the priority,
but it is not the same thing.
28 D D is correct. These tools store and manage defects FL-6.1.3 1
and other anomalies. A is not correct because it is
used for version management of testware. B is not
correct because it stores requirements and associated
detail. C is not correct as it is not a valid tool.