SlideShare a Scribd company logo
9
Most read
13
Most read
15
Most read
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Sample Exam – Answers
ISTQB® Agile Technical Tester (ATT)
Exam ID: A
Version 1.0
International Software Testing Qualifications Board
Release Date: 14 November 2019
Copyright Notice
This document may be copied in its entirety, or extracts made, if the source is acknowledged.
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
Version 1.0 Page 2 of 16 14 November 2019
© International Software Testing Qualifications Board
Legal
Copyright © 2019 International Software Testing Qualifications Board (hereinafter called
ISTQB®). All rights reserved.
The authors transfer the copyright to the International Software Testing Qualifications Board
(hereinafter called ISTQB®). The authors (as current copyright holders) and ISTQB® (as the
future copyright holder) have agreed to the following condition of use:
Any ISTQB® Member Board may translate this document.
Exam Working Group 2019
Document Responsibility
The ISTQB® Examination Working Group is responsible for this document.
Acknowledgements
This document was produced by the ISTQB® Exam Working Group (EWG) and the ISTQB®
Advanced Level Working Group (ALWG).
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
Version 1.0 Page 3 of 16 14 November 2019
© International Software Testing Qualifications Board
Revision History
Version Date Remarks
0.1 July 10, 2019
0.2 September 14, 2019 Changes some answers due to rephrasing of some sample
questions
0.3 September 14, 2019 Changes with respect to finding from Beta Review
1.0 14 November 2019 Release date
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
Version 1.0 Page 4 of 16 14 November 2019
© International Software Testing Qualifications Board
Table of Contents
Legal.........................................................................................................................................................2
Document Responsibility ....................................................................................................................2
Acknowledgements..................................................................................................................................2
Revision History .......................................................................................................................................3
Introduction...............................................................................................................................................5
Purpose of this document...................................................................................................................5
Instructions..........................................................................................................................................5
Answers....................................................................................................................................................6
1......................................................................................................................................................6
2......................................................................................................................................................6
3......................................................................................................................................................6
4......................................................................................................................................................7
5......................................................................................................................................................7
6......................................................................................................................................................7
7......................................................................................................................................................7
8......................................................................................................................................................8
9......................................................................................................................................................8
10....................................................................................................................................................8
11....................................................................................................................................................9
12....................................................................................................................................................9
13....................................................................................................................................................9
14..................................................................................................................................................10
15..................................................................................................................................................10
16..................................................................................................................................................10
17..................................................................................................................................................10
18..................................................................................................................................................11
19..................................................................................................................................................11
20..................................................................................................................................................11
21..................................................................................................................................................11
22..................................................................................................................................................11
23..................................................................................................................................................12
24..................................................................................................................................................12
25..................................................................................................................................................12
26..................................................................................................................................................12
27..................................................................................................................................................13
28..................................................................................................................................................13
29..................................................................................................................................................13
30..................................................................................................................................................14
31..................................................................................................................................................14
32..................................................................................................................................................14
33..................................................................................................................................................14
34..................................................................................................................................................15
35..................................................................................................................................................15
36..................................................................................................................................................15
37..................................................................................................................................................15
38..................................................................................................................................................16
39..................................................................................................................................................16
40..................................................................................................................................................16
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
Version 1.0 Page 5 of 16 14 November 2019
© International Software Testing Qualifications Board
Introduction
Purpose of this document
The sample questions, answer sets and associated justifications in this document have been
created by a team of Subject Matter Experts and experienced question writers with the aim
of assisting ISTQB® Member Boards and Exam Boards in their question writing activities.
These questions cannot be used as-is in any official examination, but they should serve as
guidance for question writers. Given the wide variety of formats and subjects, these sample
questions should offer many ideas for the individual Member Boards on how to create good
questions and appropriate answer sets for their examinations.
Instructions
The question and answer sets are organized in the following way:
 Learning Objective and K-level
 Question - including any scenario followed by the question stem (The question is
contained in a separate document)
 Answer Set (The answer set is contained in the document)
 Correct answer – including justification of the answers
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 6 of 16 14 November 2019
© International Software Testing Qualifications Board
Answers
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
1. a, b a) is right as the Epic could be easily transferred to a storyboard as a
visual representation of the system.
b) is right as the Epic could also be easily transferred to a story
mapping.
c) is wrong as there are not enough different users of the system to use
personas to improve quality.
d) is wrong as the epic is not big enough to use diagrams and there is
nothing mentioned that diagrams are already in use.
e) is wrong as the Epic is not big enough (e.g. number of stakeholders
or interfaces, etc.)
ATT-1.1.1-1 K4 3
2. b, d
a) Wrong, because a ‘Storyboard’ is neither the ‘Agile task board’ nor the
‘Agile user story board’
b) RIGHT, because Syllabus says ‘Visualize groups of user stories
related to a common area of the system (Themes) which can be
considered for inclusion in the same iteration, as they will likely be
touching the same piece of code’
c) Wrong, because fancy answer
d) RIGHT because Syllabus says ‘Assist with identifying acceptance
criteria for user stories and epics.
ATT-1.1.1-2 K2 1
3. a a) is right as the acceptance criteria are following the INVEST criteria.
b) is wrong as the acceptance criteria are following the INVEST criteria.
c) is wrong as the scope is not as big as the scope of an Epic could be.
d) is wrong as not always are non-functional acceptance criteria
needed
ATT-1.1.2 K4 3
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 7 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
4. c a) Wrong
b) Wrong
c) CORRECT (see syllabus 2.1.2)
d) Wrong
ATT-1.x K1 1
5. a a) CORRECT according to Syllabus 2.1.1.,
b) Wrong because unit test can not be derived from use cases.
c) Wrong during refactoring unit test must not change to ensure same
system behaviour
d) Wrong because unit test should be written in an “atomic” manner
ATT-2.1.1-2 K2 1
6. d a) Write additional test classes to test also other relevant aspects of the
leap year calculation .
b) Start to write code that covers other relevant aspects of the leap year
calculation.
c) Start to write code that makes fail this test case.
d) Start to write code that makes pass this test case.
In TDD you should write first test code for one special area, then
write code that makes pass this test case. Then you should continue
with the next small part.Therefore, D is right and all other answers
are wrong
ATT-2.1.1 K3 2
7. b
a) Wrong
b) RIGHT because Syllabus says: ‘FIRST = Fast, Isolated, Repeatable,
Self-Validating, Thorough’
c) Wrong
d) Wrong
ATT-2.1.1-3 K2 1
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 8 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
8. a a) is right as it fulfills all requirements of the Gherkin language.
b) Is wrong as there is an else that is not Gherkin format
c) Is wrong as there are not enough details to develop and test this
spec.
d) Is wrong as the Given element of gherkin is missing.
ATT-2.1.2 K3 2
9. b
a) NOT correct, because related to (B) ‘Automated Test Suites’ are less
used. But Automated Testing is key to get reliable feedback in each
of the 4 week iterations.
b) CORRECT, because ‘Automated Test Suites’ are used to maximum
degree, to generate reliable feedback in each of the 4 week
iterations. Also ‘Specification based manual testing’ is used to
maximum degree to cover critical features (not covered by
automated tests). Manual Exploratory Testing is used in addition
only.
c) NOT correct, because related to (B) Manual Exploratory Testing
dominates which is not adequate for testing a safety critical
system.
d) NOT correct, because related to (B) ‘Automated Test Suites’ are
used less, so manual testing dominates, which is suboptimal
for testing in a incremental-4-week iteration development
approach
ATT-2.2.1 K4 3
10. a a) Is right as mentioned in table 1 on page 17 of the syllabus.
b) Is wrong as non-functional tests are not mentioned in the syllabus.
c) Is wrong as we are in a mission and safety critical system and risk
level is high (see syllabus page 17, table 1).
d) Is wrong as we are in a mission and safety critical system and risk
level is high (see syllabus page 17, table 1).
ATT-2.2.1-2 K4 3
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 9 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
11. a a) is CORRECT according to Syllabus 2.2.2.
b) Wrong, Using test charters in exploratory testing is used when a
heuristic approach for writing and performing test sessions is
needed.
c) Wrong, exploratory testing shall also create insight into better test
design, ideas for testing the product, ideas for improvement and so
on.
d) Wrong because a test basis to measure the coverage, does not exist
in a quality good enough and a linkage between specification and
test is hard to define
ATT-2.2.2-2 K2 1
12. a a) CORRECT
b) The reason is not correct, although the fact stated is (we are unable
to aintain writing detailed test cases in short iterations), nor are the
benefits listed.
c) Refactoring in general, is a way to clean up code in an efficient and
controlled manner, by clarifying and simplifying the design of existing
code, without changing its behavior. It is not specificaly designed for
test cases or testing, but is used by testers on their test cases for
similar reasons.
d) The process idenfiyed in the question is not correct. the correct
process steps are: Identification, Analysis of impact, Refactor
(Mutate), Re-Run, Evaluate.
ATT-2.3.1.2 K2 1
13. a a) Is right as Tosort should be written as ToSort.
b) Is wrong as checkpoint 1 is ok.
c) Is wrong as checkpoint 3 is ok.
d) Is wrong as checkpoint 2 is not ok
ATT-2.3.2-1 K4 3
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 10 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
14. a a) CORRECT according to Syllabus 2.1.1.
b) Wrong because the execution of all existing tests is missing
c) Wrong, this true for behavior driven development
d) Wrong, TDD is developer focused and BDD is customer focused
ATT-2x K1 1
15. a a) is CORRECT according to Syllabus 3.1.3.,
b) Is wrong the opposite is true.
c) is wrong according to Syllabus 3.1.3.
d) is wrong it can be done in an external team
ATT-3.1.3-1 K2 1
16. a
a) RIGHT because Syllabus says: ‘an increased proportion of automated
test coverage often leads to a greater degree of manual testing that
follows reactive strategies since many of the tests that can be
prepared upfront will be automated’
b) Wrong
c) Wrong
d) Wrong
ATT-3.1.3-2 K2 1
17. a a) CORRECT answer
b) UT automation is indeed critical, but does not cover most of the code
quality in agile projects. One must include also integration level test
automation, and system level one and some manual tests has added
value as well (done mainly as exploratory tests).
c) Test Development time is the correct answer, and not Deployment
time.
d) Test Execution Time is a challenge of course, as increasing the test
suite volume every sprint, creates a load of tests needed to be run
and tested.
ATT-3.2.1.2 K2 1
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 11 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
18. a a) is CORRECT according to Syllabus 3.1.2.
b) Wrong because this is true for data driven testing.
c) Wrong, the opposite is true
d) Wrong, the task should stay with one team member and not the
entire team
ATT-3 K1 1
19. a a) is right as this is a stable product and the syllabus shows that on
page.
b) is wrong as there is no need to speed up test execution mentioned.
c) is wrong as priorization should be used to improve the quality of the
test object and not the CI.
d) is wrong as there is no indication that there is not enough time to
execute all test cases
ATT-4.1.1 K3 2
20. c a) Wrong as TDD is unit test driven and BDD is executable test
scenario driven
b) Wrong as BDD relies on executable scenarios
c) Correct according the glossary
d) Wrong due to I and II in options
ATT-2.3.1 K1 1
21. a a) is right according the glossary
b) is wrong due to self.checking and testable...
c) is wrong due to focussed, stand-alone, timely.
d) is wrong due to interactive, small-scope, test driven
ATT-2.1.1.3 K1 1
22. b a) is wrong due to II
b) is right according the glossary
c) is wrong due to III and V. Granularity of tset charter is important and
should not be too small.
d) is tester mind should be in control, he should decide and structure
what areas to test and prior experience is important otherwise tester
may wander in unnecessary test areas.
ATT-2.2.2 K4 3
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 12 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
23. d a) Wrong
b) Wrong
c) Wrong
d) is CORRECT according the syllabus 2.3.1
ATT-2.3.1 K2 1
24. c a) Wrong as temptation to save time and money may lead to easy
rather than robust design
b) Wrong as temptation to save time and money may lead to easy
rather than robust design
c) is right according the syllabus 2.3.2.
d) Wrong as temptation to save time and money may lead to easy
rather than robust design
ATT-2.3.2-1 K4 3
25. d a) is wrong as all mentioned approaches or processes support CI
b) is wrong as all mentioned approaches or processes support CI
c) is wrong as all mentioned approaches or processes support CI
d) is right a accordingly the glossary
ATT-2.3.2-2 K4 3
26. d a) is wrong because interface to 3rd party software component is a good
candidate for service virtualization
b) is wrong as benefits of service virtualization includes II, III and IV
c) is wrong
d) is right according the glossary.
ATT-4.2.1 K2 1
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 13 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
27. a a) CORRECT answer
b) Wrong (This should be numerical data, from closed-ended
questions).
c) this should be with a Open Ended questions and not Yes/No, which
are Close-ended questions.
d) This should be that the Qualitative Interview is a lot more effective
than a quantitative query.
ATT-1.1.2-2 K2 1
28. a a) CORRECT answer
b) Statement coverage and path coverage Analysis are incorrect
c) Decision Coverage analysis are incorrect
d) Path Coverage Analysis is incorrect
ATT-1.1.2.2 K2 1
29. c,d
a) Wrong, because the order of ‘User Stories’ within the ‘Story Map’ is
only an indicator for test priorities, but does not define test priorities.
b) Wrong, because fancy answer
c) CORRECT because Syllabus says: ‘The horizontal axis of the map
represents the order of priority of each of the user stories, whilst the
vertical axis represents the sophistication of the implementation.
d) CORRECT because Syllabus says: ‘Determine the most basic
functionalities of a system to distillate a smoke test’ and in the same
way all other levels of ‘sophistication’ can be checked by
corresponding sets of acceptance test cases
ATT-1.1.1-2 K2 1
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 14 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
30. b,c
a) Wrong, because not primary critery
b) RIGHT because Syllabus says: ‘, a successful regression-averse
approach focuses on continuous improvement and refactoring of
created tests’
c) RIGHT because Syllabus says: ‘…maintainability, … are critical’
d) Wrong, because fancy answer
ATT-3.1.3-2 K2 1
31. a a) is CORRECT according to Syllabus 1.,
b) is wrong because this is true for use cases
c) is wrong this true for storyboards
d) is wrong, this is true for personas
ATT-1.x K1 1
32. a,d a) CORRECT see Syllabus 2.1.3
b) is wrong (customer oriented)
c) Wrong, TDD is development oriented
d) CORRECT see Syllabus 2.1.3
e) Wrong, TDD is development focused
ATT-2.1.3 K4 3
33. c a) Wrong (creation of several TCs to cover several scenaris is not the
real and best solution)
b) Adapting existing TC is not the good solution, a TDD based TC shuld
be prepared looking at the flow keeping is as general as possible
c) The TDD is trying to use as few as possible tc and get data
d) Wrong, execute some TC is not the goal to check the TDD feasability
ATT-3.1.1 K3 2
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 15 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
34. d a) Keyword-driven does not check for data as main task
b) An interpreter can understand the language but no external app
should be executed, focus should remain within the TC (framework)
c) No specific data should be used.
d) CORRECT
ATT-3.1.2 K2 1
35. b a) Wrong : in unit test no full regression test possible to be executed
b) CORRECT, see syllabus 3.2.1
c) Wrong : in unit test no full regression test possible to be executed
d) Wrong : In a smoke test a full test cases execution is meaningless as
it should check the main functionalities in a short time, after e.g. a
new software installation
ATT-3.2.1 K2 1
36. c a) Wrong : execute on 7:00 in the morning is not exactly continuos
testing
b) Wrong : replacing the new software, without new build
c) CORRECT, see syllabus 4.1
d) Wrong : replacing the new software, without new build
ATT-4.1.2 K2 1
37. b a) Wrong : it is not a closed system
b) CORRECT, see syllabus 4.2
c) Wrong : a virtual service is not a physical system.
d) Wrong : it is not a one-to-one replication of a server
ATT-4.2.1-2 K2 1
Agile Technical Tester, Advanced Level
Exam ID: A
Sample Exam – Answers
International
Software Testing
Qualifications Board
Version 1.0 Page 16 of 16 14 November 2019
© International Software Testing Qualifications Board
Question Correct
Answer
Explanation / Rationale Learning
Objective
(LO)
K-level Number
of
Points
38. c, e This is negate question so c) and e) which are wrong w.r.t. CI definitin,
are correct for this answer
a) CORRECT : choice 1 in syllabus 4.1.1
b) CORRECT : choice 2 in syllabus
c) Wrong: there is no predefined time, onlyconstraint is to complete
before a new CI would start 4.1.1
d) CORRECT : choice 3 in syllabus 4.1.1
e) Wrong :depending on expected behaviour or what needs to be
tested, the set of TC can be changed
ATT-4.1.1 K3 2
39. a, d a) CORRECT according the glossary
b) Wrong because when code with defects and technical debt spreads,
it becomes difficult, costly and time consuming to correct without
negatively affecting other parts of the system
c) Wrong because it is costly and time consuming to correct without
negatively affecting other parts of the system
d) CORRECT according the glossary
ATT-2.3.2 K1 1
40. b, d
a) Wrong because a ‘Storyboard’ is not the ‘Agile task board’ nor the
‘Agile user story board’
b) CORRECT, syllabus says ‘Visualize groups of user stories related to
a common area of the system (Themes) which can be considered for
inclusion in the same iteration, as they will likely be touching the
same piece of code’
c) Wong, because fancy answer
d) CORRECT, syllabus says: ‘Assist with identifying acceptance criteria
for user stories and epics.
ATT-1.1.1-2 K2 1

More Related Content

PDF
ISTQB Agile Technical Tester Sample Question Paper
PDF
Fl 2018 sample questions exam a v1.3 answers
PDF
ISTQB Foundation Level Mock Exam 2
PDF
Ctfl at sample exam a v1.2 answers
PDF
ISTQB Performance Tester Certification Syllabus and Study Material
PDF
ISTQB Technical Test Analyst Sample Question Paper
PDF
Ctfl 2018 sample questions exam b v1.1 answers
PDF
ISTQB Foundation Level Mock Exam 1
ISTQB Agile Technical Tester Sample Question Paper
Fl 2018 sample questions exam a v1.3 answers
ISTQB Foundation Level Mock Exam 2
Ctfl at sample exam a v1.2 answers
ISTQB Performance Tester Certification Syllabus and Study Material
ISTQB Technical Test Analyst Sample Question Paper
Ctfl 2018 sample questions exam b v1.1 answers
ISTQB Foundation Level Mock Exam 1

What's hot (20)

PDF
Ctfl at sample exam a v1.2 questions
PDF
ISTQB Performance Tester Sample Questions
PDF
ISTQB Technical Test Analyst Answers to Sample Question Paper
PDF
ISTQB Test Analyst Sample Question Paper
PDF
Answers to ISTQB Test Analyst sample questions
PPTX
6 Ways to Measure the ROI of Automated Testing
PPTX
Chapter 4 - Test Design Techniques
PPTX
Chapter 1 - Testing Process
PDF
ISTQB Performance Tester Sample Questions' Answers
PPTX
Chapter 5 - Test Automation Reporting and Metrics
PDF
Types of Software Testing | Edureka
PDF
Chapter 1 - Testing Process
PPTX
Chapter 2 - Fundamental Agile Testing Principle, Practices & Process
PPTX
Chapter 5 - Test Management
PPTX
Chapter 3 - Static Testing
PPTX
Chapter 2 - Preparing for Test Automation
PPTX
Chapter 6 - Tool Support for Testing
PPT
Software Testing Life Cycle
PPTX
Chapter 2 - Testing in Agile
PPTX
Chapter 1 - Fundamentals of Testing
Ctfl at sample exam a v1.2 questions
ISTQB Performance Tester Sample Questions
ISTQB Technical Test Analyst Answers to Sample Question Paper
ISTQB Test Analyst Sample Question Paper
Answers to ISTQB Test Analyst sample questions
6 Ways to Measure the ROI of Automated Testing
Chapter 4 - Test Design Techniques
Chapter 1 - Testing Process
ISTQB Performance Tester Sample Questions' Answers
Chapter 5 - Test Automation Reporting and Metrics
Types of Software Testing | Edureka
Chapter 1 - Testing Process
Chapter 2 - Fundamental Agile Testing Principle, Practices & Process
Chapter 5 - Test Management
Chapter 3 - Static Testing
Chapter 2 - Preparing for Test Automation
Chapter 6 - Tool Support for Testing
Software Testing Life Cycle
Chapter 2 - Testing in Agile
Chapter 1 - Fundamentals of Testing
Ad

Similar to ISTQB Agile Technical Tester Answers for Sample Question Paper (20)

PDF
ISTQB-CTFL_Syllabus_2018_v3.1.1 (1).pdf
PDF
ISTQB-CTFL_Syllabus_2018_v3.1.1.pdf
PDF
ISTQB - CTFL Syllabus 2018 v3.1.1.pdf
PDF
ISTQB-CTFL_Syllabus_2018_v3.1.1.pdf
PDF
Guidelines For The Issuance And Management Of EV Code Signing Certificate
PDF
ISTQB_CTAL-TA_Syllabus_v3.1.2.pdf
PDF
Manual de qualidade de software - ISTQB_CTFL_Syllabus-v4.0.pdf
PDF
ISTQB Advance level syllabus 2019 Technical Test Analyst
PDF
Al-Borj_QA_FDD_v0.02
PDF
Test plan
PDF
B190p sample
PDF
India Energy Security Scenarios Calculator - BTech Project
PDF
Terminos condicionesgoldbex en
PDF
Quiz app (android) Documentation
PDF
DOC
Project Report
PDF
Hp man sm9.30_application_patch_mgr_pdf
DOC
SRS Attendance ERP
PDF
Esignature api-report1
PDF
Software requirements specifications wp2
ISTQB-CTFL_Syllabus_2018_v3.1.1 (1).pdf
ISTQB-CTFL_Syllabus_2018_v3.1.1.pdf
ISTQB - CTFL Syllabus 2018 v3.1.1.pdf
ISTQB-CTFL_Syllabus_2018_v3.1.1.pdf
Guidelines For The Issuance And Management Of EV Code Signing Certificate
ISTQB_CTAL-TA_Syllabus_v3.1.2.pdf
Manual de qualidade de software - ISTQB_CTFL_Syllabus-v4.0.pdf
ISTQB Advance level syllabus 2019 Technical Test Analyst
Al-Borj_QA_FDD_v0.02
Test plan
B190p sample
India Energy Security Scenarios Calculator - BTech Project
Terminos condicionesgoldbex en
Quiz app (android) Documentation
Project Report
Hp man sm9.30_application_patch_mgr_pdf
SRS Attendance ERP
Esignature api-report1
Software requirements specifications wp2
Ad

More from Neeraj Kumar Singh (20)

PDF
Chapter 6 - Test Tools Considerations V4.0
PDF
Chapter 5 - Managing Test Activities V4.0
PDF
Chapter 4 - Test Analysis & Design Techniques V4.0
PDF
Chapter 3 - Static Testing (Review) V4.0
PDF
Chapter 2 - Testing Throughout SDLC V4.0
PDF
Chapter 1 - Fundamentals of Testing V4.0
PDF
Chapter 5 - Automating the Test Execution
PDF
Chapter 4 - Mobile Application Platforms, Tools and Environment
PDF
Chapter 3 - Common Test Types and Test Process for Mobile Applications
PDF
Chapter 2 - Mobile Application Test Types
PDF
Chapter 1 - Mobile World - Business and Technology Drivers
PDF
Chapter 5 - Tools
PDF
Chapter 4 - Performance Testing Tasks
PDF
Chapter 3 - Performance Testing in the Software Lifecycle
PDF
Chapter 1 - Basic Concepts
PDF
Chapter 2 - Performance Measurement Fundamentals
PDF
Chapter 7 - People Skills and Team Composition
PDF
Chapter 6 - Test Tools and Automation
PDF
Chapter 5 - Improving the Testing Process
PDF
Chapter 4 - Defect Management
Chapter 6 - Test Tools Considerations V4.0
Chapter 5 - Managing Test Activities V4.0
Chapter 4 - Test Analysis & Design Techniques V4.0
Chapter 3 - Static Testing (Review) V4.0
Chapter 2 - Testing Throughout SDLC V4.0
Chapter 1 - Fundamentals of Testing V4.0
Chapter 5 - Automating the Test Execution
Chapter 4 - Mobile Application Platforms, Tools and Environment
Chapter 3 - Common Test Types and Test Process for Mobile Applications
Chapter 2 - Mobile Application Test Types
Chapter 1 - Mobile World - Business and Technology Drivers
Chapter 5 - Tools
Chapter 4 - Performance Testing Tasks
Chapter 3 - Performance Testing in the Software Lifecycle
Chapter 1 - Basic Concepts
Chapter 2 - Performance Measurement Fundamentals
Chapter 7 - People Skills and Team Composition
Chapter 6 - Test Tools and Automation
Chapter 5 - Improving the Testing Process
Chapter 4 - Defect Management

Recently uploaded (20)

PPTX
Big Data Technologies - Introduction.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Approach and Philosophy of On baking technology
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Empathic Computing: Creating Shared Understanding
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
cuic standard and advanced reporting.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Big Data Technologies - Introduction.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Approach and Philosophy of On baking technology
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
MIND Revenue Release Quarter 2 2025 Press Release
“AI and Expert System Decision Support & Business Intelligence Systems”
Empathic Computing: Creating Shared Understanding
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Diabetes mellitus diagnosis method based random forest with bat algorithm
sap open course for s4hana steps from ECC to s4
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
cuic standard and advanced reporting.pdf
Spectroscopy.pptx food analysis technology
Network Security Unit 5.pdf for BCA BBA.
Per capita expenditure prediction using model stacking based on satellite ima...
Advanced methodologies resolving dimensionality complications for autism neur...
Machine learning based COVID-19 study performance prediction
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...

ISTQB Agile Technical Tester Answers for Sample Question Paper

  • 1. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Sample Exam – Answers ISTQB® Agile Technical Tester (ATT) Exam ID: A Version 1.0 International Software Testing Qualifications Board Release Date: 14 November 2019 Copyright Notice This document may be copied in its entirety, or extracts made, if the source is acknowledged.
  • 2. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers Version 1.0 Page 2 of 16 14 November 2019 © International Software Testing Qualifications Board Legal Copyright © 2019 International Software Testing Qualifications Board (hereinafter called ISTQB®). All rights reserved. The authors transfer the copyright to the International Software Testing Qualifications Board (hereinafter called ISTQB®). The authors (as current copyright holders) and ISTQB® (as the future copyright holder) have agreed to the following condition of use: Any ISTQB® Member Board may translate this document. Exam Working Group 2019 Document Responsibility The ISTQB® Examination Working Group is responsible for this document. Acknowledgements This document was produced by the ISTQB® Exam Working Group (EWG) and the ISTQB® Advanced Level Working Group (ALWG).
  • 3. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers Version 1.0 Page 3 of 16 14 November 2019 © International Software Testing Qualifications Board Revision History Version Date Remarks 0.1 July 10, 2019 0.2 September 14, 2019 Changes some answers due to rephrasing of some sample questions 0.3 September 14, 2019 Changes with respect to finding from Beta Review 1.0 14 November 2019 Release date
  • 4. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers Version 1.0 Page 4 of 16 14 November 2019 © International Software Testing Qualifications Board Table of Contents Legal.........................................................................................................................................................2 Document Responsibility ....................................................................................................................2 Acknowledgements..................................................................................................................................2 Revision History .......................................................................................................................................3 Introduction...............................................................................................................................................5 Purpose of this document...................................................................................................................5 Instructions..........................................................................................................................................5 Answers....................................................................................................................................................6 1......................................................................................................................................................6 2......................................................................................................................................................6 3......................................................................................................................................................6 4......................................................................................................................................................7 5......................................................................................................................................................7 6......................................................................................................................................................7 7......................................................................................................................................................7 8......................................................................................................................................................8 9......................................................................................................................................................8 10....................................................................................................................................................8 11....................................................................................................................................................9 12....................................................................................................................................................9 13....................................................................................................................................................9 14..................................................................................................................................................10 15..................................................................................................................................................10 16..................................................................................................................................................10 17..................................................................................................................................................10 18..................................................................................................................................................11 19..................................................................................................................................................11 20..................................................................................................................................................11 21..................................................................................................................................................11 22..................................................................................................................................................11 23..................................................................................................................................................12 24..................................................................................................................................................12 25..................................................................................................................................................12 26..................................................................................................................................................12 27..................................................................................................................................................13 28..................................................................................................................................................13 29..................................................................................................................................................13 30..................................................................................................................................................14 31..................................................................................................................................................14 32..................................................................................................................................................14 33..................................................................................................................................................14 34..................................................................................................................................................15 35..................................................................................................................................................15 36..................................................................................................................................................15 37..................................................................................................................................................15 38..................................................................................................................................................16 39..................................................................................................................................................16 40..................................................................................................................................................16
  • 5. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers Version 1.0 Page 5 of 16 14 November 2019 © International Software Testing Qualifications Board Introduction Purpose of this document The sample questions, answer sets and associated justifications in this document have been created by a team of Subject Matter Experts and experienced question writers with the aim of assisting ISTQB® Member Boards and Exam Boards in their question writing activities. These questions cannot be used as-is in any official examination, but they should serve as guidance for question writers. Given the wide variety of formats and subjects, these sample questions should offer many ideas for the individual Member Boards on how to create good questions and appropriate answer sets for their examinations. Instructions The question and answer sets are organized in the following way:  Learning Objective and K-level  Question - including any scenario followed by the question stem (The question is contained in a separate document)  Answer Set (The answer set is contained in the document)  Correct answer – including justification of the answers
  • 6. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 6 of 16 14 November 2019 © International Software Testing Qualifications Board Answers Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 1. a, b a) is right as the Epic could be easily transferred to a storyboard as a visual representation of the system. b) is right as the Epic could also be easily transferred to a story mapping. c) is wrong as there are not enough different users of the system to use personas to improve quality. d) is wrong as the epic is not big enough to use diagrams and there is nothing mentioned that diagrams are already in use. e) is wrong as the Epic is not big enough (e.g. number of stakeholders or interfaces, etc.) ATT-1.1.1-1 K4 3 2. b, d a) Wrong, because a ‘Storyboard’ is neither the ‘Agile task board’ nor the ‘Agile user story board’ b) RIGHT, because Syllabus says ‘Visualize groups of user stories related to a common area of the system (Themes) which can be considered for inclusion in the same iteration, as they will likely be touching the same piece of code’ c) Wrong, because fancy answer d) RIGHT because Syllabus says ‘Assist with identifying acceptance criteria for user stories and epics. ATT-1.1.1-2 K2 1 3. a a) is right as the acceptance criteria are following the INVEST criteria. b) is wrong as the acceptance criteria are following the INVEST criteria. c) is wrong as the scope is not as big as the scope of an Epic could be. d) is wrong as not always are non-functional acceptance criteria needed ATT-1.1.2 K4 3
  • 7. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 7 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 4. c a) Wrong b) Wrong c) CORRECT (see syllabus 2.1.2) d) Wrong ATT-1.x K1 1 5. a a) CORRECT according to Syllabus 2.1.1., b) Wrong because unit test can not be derived from use cases. c) Wrong during refactoring unit test must not change to ensure same system behaviour d) Wrong because unit test should be written in an “atomic” manner ATT-2.1.1-2 K2 1 6. d a) Write additional test classes to test also other relevant aspects of the leap year calculation . b) Start to write code that covers other relevant aspects of the leap year calculation. c) Start to write code that makes fail this test case. d) Start to write code that makes pass this test case. In TDD you should write first test code for one special area, then write code that makes pass this test case. Then you should continue with the next small part.Therefore, D is right and all other answers are wrong ATT-2.1.1 K3 2 7. b a) Wrong b) RIGHT because Syllabus says: ‘FIRST = Fast, Isolated, Repeatable, Self-Validating, Thorough’ c) Wrong d) Wrong ATT-2.1.1-3 K2 1
  • 8. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 8 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 8. a a) is right as it fulfills all requirements of the Gherkin language. b) Is wrong as there is an else that is not Gherkin format c) Is wrong as there are not enough details to develop and test this spec. d) Is wrong as the Given element of gherkin is missing. ATT-2.1.2 K3 2 9. b a) NOT correct, because related to (B) ‘Automated Test Suites’ are less used. But Automated Testing is key to get reliable feedback in each of the 4 week iterations. b) CORRECT, because ‘Automated Test Suites’ are used to maximum degree, to generate reliable feedback in each of the 4 week iterations. Also ‘Specification based manual testing’ is used to maximum degree to cover critical features (not covered by automated tests). Manual Exploratory Testing is used in addition only. c) NOT correct, because related to (B) Manual Exploratory Testing dominates which is not adequate for testing a safety critical system. d) NOT correct, because related to (B) ‘Automated Test Suites’ are used less, so manual testing dominates, which is suboptimal for testing in a incremental-4-week iteration development approach ATT-2.2.1 K4 3 10. a a) Is right as mentioned in table 1 on page 17 of the syllabus. b) Is wrong as non-functional tests are not mentioned in the syllabus. c) Is wrong as we are in a mission and safety critical system and risk level is high (see syllabus page 17, table 1). d) Is wrong as we are in a mission and safety critical system and risk level is high (see syllabus page 17, table 1). ATT-2.2.1-2 K4 3
  • 9. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 9 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 11. a a) is CORRECT according to Syllabus 2.2.2. b) Wrong, Using test charters in exploratory testing is used when a heuristic approach for writing and performing test sessions is needed. c) Wrong, exploratory testing shall also create insight into better test design, ideas for testing the product, ideas for improvement and so on. d) Wrong because a test basis to measure the coverage, does not exist in a quality good enough and a linkage between specification and test is hard to define ATT-2.2.2-2 K2 1 12. a a) CORRECT b) The reason is not correct, although the fact stated is (we are unable to aintain writing detailed test cases in short iterations), nor are the benefits listed. c) Refactoring in general, is a way to clean up code in an efficient and controlled manner, by clarifying and simplifying the design of existing code, without changing its behavior. It is not specificaly designed for test cases or testing, but is used by testers on their test cases for similar reasons. d) The process idenfiyed in the question is not correct. the correct process steps are: Identification, Analysis of impact, Refactor (Mutate), Re-Run, Evaluate. ATT-2.3.1.2 K2 1 13. a a) Is right as Tosort should be written as ToSort. b) Is wrong as checkpoint 1 is ok. c) Is wrong as checkpoint 3 is ok. d) Is wrong as checkpoint 2 is not ok ATT-2.3.2-1 K4 3
  • 10. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 10 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 14. a a) CORRECT according to Syllabus 2.1.1. b) Wrong because the execution of all existing tests is missing c) Wrong, this true for behavior driven development d) Wrong, TDD is developer focused and BDD is customer focused ATT-2x K1 1 15. a a) is CORRECT according to Syllabus 3.1.3., b) Is wrong the opposite is true. c) is wrong according to Syllabus 3.1.3. d) is wrong it can be done in an external team ATT-3.1.3-1 K2 1 16. a a) RIGHT because Syllabus says: ‘an increased proportion of automated test coverage often leads to a greater degree of manual testing that follows reactive strategies since many of the tests that can be prepared upfront will be automated’ b) Wrong c) Wrong d) Wrong ATT-3.1.3-2 K2 1 17. a a) CORRECT answer b) UT automation is indeed critical, but does not cover most of the code quality in agile projects. One must include also integration level test automation, and system level one and some manual tests has added value as well (done mainly as exploratory tests). c) Test Development time is the correct answer, and not Deployment time. d) Test Execution Time is a challenge of course, as increasing the test suite volume every sprint, creates a load of tests needed to be run and tested. ATT-3.2.1.2 K2 1
  • 11. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 11 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 18. a a) is CORRECT according to Syllabus 3.1.2. b) Wrong because this is true for data driven testing. c) Wrong, the opposite is true d) Wrong, the task should stay with one team member and not the entire team ATT-3 K1 1 19. a a) is right as this is a stable product and the syllabus shows that on page. b) is wrong as there is no need to speed up test execution mentioned. c) is wrong as priorization should be used to improve the quality of the test object and not the CI. d) is wrong as there is no indication that there is not enough time to execute all test cases ATT-4.1.1 K3 2 20. c a) Wrong as TDD is unit test driven and BDD is executable test scenario driven b) Wrong as BDD relies on executable scenarios c) Correct according the glossary d) Wrong due to I and II in options ATT-2.3.1 K1 1 21. a a) is right according the glossary b) is wrong due to self.checking and testable... c) is wrong due to focussed, stand-alone, timely. d) is wrong due to interactive, small-scope, test driven ATT-2.1.1.3 K1 1 22. b a) is wrong due to II b) is right according the glossary c) is wrong due to III and V. Granularity of tset charter is important and should not be too small. d) is tester mind should be in control, he should decide and structure what areas to test and prior experience is important otherwise tester may wander in unnecessary test areas. ATT-2.2.2 K4 3
  • 12. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 12 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 23. d a) Wrong b) Wrong c) Wrong d) is CORRECT according the syllabus 2.3.1 ATT-2.3.1 K2 1 24. c a) Wrong as temptation to save time and money may lead to easy rather than robust design b) Wrong as temptation to save time and money may lead to easy rather than robust design c) is right according the syllabus 2.3.2. d) Wrong as temptation to save time and money may lead to easy rather than robust design ATT-2.3.2-1 K4 3 25. d a) is wrong as all mentioned approaches or processes support CI b) is wrong as all mentioned approaches or processes support CI c) is wrong as all mentioned approaches or processes support CI d) is right a accordingly the glossary ATT-2.3.2-2 K4 3 26. d a) is wrong because interface to 3rd party software component is a good candidate for service virtualization b) is wrong as benefits of service virtualization includes II, III and IV c) is wrong d) is right according the glossary. ATT-4.2.1 K2 1
  • 13. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 13 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 27. a a) CORRECT answer b) Wrong (This should be numerical data, from closed-ended questions). c) this should be with a Open Ended questions and not Yes/No, which are Close-ended questions. d) This should be that the Qualitative Interview is a lot more effective than a quantitative query. ATT-1.1.2-2 K2 1 28. a a) CORRECT answer b) Statement coverage and path coverage Analysis are incorrect c) Decision Coverage analysis are incorrect d) Path Coverage Analysis is incorrect ATT-1.1.2.2 K2 1 29. c,d a) Wrong, because the order of ‘User Stories’ within the ‘Story Map’ is only an indicator for test priorities, but does not define test priorities. b) Wrong, because fancy answer c) CORRECT because Syllabus says: ‘The horizontal axis of the map represents the order of priority of each of the user stories, whilst the vertical axis represents the sophistication of the implementation. d) CORRECT because Syllabus says: ‘Determine the most basic functionalities of a system to distillate a smoke test’ and in the same way all other levels of ‘sophistication’ can be checked by corresponding sets of acceptance test cases ATT-1.1.1-2 K2 1
  • 14. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 14 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 30. b,c a) Wrong, because not primary critery b) RIGHT because Syllabus says: ‘, a successful regression-averse approach focuses on continuous improvement and refactoring of created tests’ c) RIGHT because Syllabus says: ‘…maintainability, … are critical’ d) Wrong, because fancy answer ATT-3.1.3-2 K2 1 31. a a) is CORRECT according to Syllabus 1., b) is wrong because this is true for use cases c) is wrong this true for storyboards d) is wrong, this is true for personas ATT-1.x K1 1 32. a,d a) CORRECT see Syllabus 2.1.3 b) is wrong (customer oriented) c) Wrong, TDD is development oriented d) CORRECT see Syllabus 2.1.3 e) Wrong, TDD is development focused ATT-2.1.3 K4 3 33. c a) Wrong (creation of several TCs to cover several scenaris is not the real and best solution) b) Adapting existing TC is not the good solution, a TDD based TC shuld be prepared looking at the flow keeping is as general as possible c) The TDD is trying to use as few as possible tc and get data d) Wrong, execute some TC is not the goal to check the TDD feasability ATT-3.1.1 K3 2
  • 15. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 15 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 34. d a) Keyword-driven does not check for data as main task b) An interpreter can understand the language but no external app should be executed, focus should remain within the TC (framework) c) No specific data should be used. d) CORRECT ATT-3.1.2 K2 1 35. b a) Wrong : in unit test no full regression test possible to be executed b) CORRECT, see syllabus 3.2.1 c) Wrong : in unit test no full regression test possible to be executed d) Wrong : In a smoke test a full test cases execution is meaningless as it should check the main functionalities in a short time, after e.g. a new software installation ATT-3.2.1 K2 1 36. c a) Wrong : execute on 7:00 in the morning is not exactly continuos testing b) Wrong : replacing the new software, without new build c) CORRECT, see syllabus 4.1 d) Wrong : replacing the new software, without new build ATT-4.1.2 K2 1 37. b a) Wrong : it is not a closed system b) CORRECT, see syllabus 4.2 c) Wrong : a virtual service is not a physical system. d) Wrong : it is not a one-to-one replication of a server ATT-4.2.1-2 K2 1
  • 16. Agile Technical Tester, Advanced Level Exam ID: A Sample Exam – Answers International Software Testing Qualifications Board Version 1.0 Page 16 of 16 14 November 2019 © International Software Testing Qualifications Board Question Correct Answer Explanation / Rationale Learning Objective (LO) K-level Number of Points 38. c, e This is negate question so c) and e) which are wrong w.r.t. CI definitin, are correct for this answer a) CORRECT : choice 1 in syllabus 4.1.1 b) CORRECT : choice 2 in syllabus c) Wrong: there is no predefined time, onlyconstraint is to complete before a new CI would start 4.1.1 d) CORRECT : choice 3 in syllabus 4.1.1 e) Wrong :depending on expected behaviour or what needs to be tested, the set of TC can be changed ATT-4.1.1 K3 2 39. a, d a) CORRECT according the glossary b) Wrong because when code with defects and technical debt spreads, it becomes difficult, costly and time consuming to correct without negatively affecting other parts of the system c) Wrong because it is costly and time consuming to correct without negatively affecting other parts of the system d) CORRECT according the glossary ATT-2.3.2 K1 1 40. b, d a) Wrong because a ‘Storyboard’ is not the ‘Agile task board’ nor the ‘Agile user story board’ b) CORRECT, syllabus says ‘Visualize groups of user stories related to a common area of the system (Themes) which can be considered for inclusion in the same iteration, as they will likely be touching the same piece of code’ c) Wong, because fancy answer d) CORRECT, syllabus says: ‘Assist with identifying acceptance criteria for user stories and epics. ATT-1.1.1-2 K2 1