ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. Which of the following is a benefit of early and frequent feedback?

Select ONE option.

2 / 40

2. Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?

Select ONE option.

3 / 40

3. Which of the following is an example of how product risk analysis influences thoroughness and scope of testing?

Select ONE option.

4 / 40

4. Which of the following is an example of a test-first approach to development?

Select ONE option.

5 / 40

5. Which of the following BEST describe the collaborative approach to user story writing?

Select ONE option.

6 / 40

6. Which of the following BEST describes how using checklist-based testing can result in increased coverage?

Select ONE option.

7 / 40

7. Which of the following factors (i-v) have SIGNIFICANT influence on the test process?

i. The SDLC
ii. The number of defects detected in previous projects
iii. The identified product risks
iv. New regulatory requirements forcing formal white-box testing
v. The test environment setup

Select ONE option.

8 / 40

8. Which of the following is an example of a defect that can be found by static testing but NOT by dynamic testing?

Select ONE option.

9 / 40

9. Which TWO of the following tasks belong MAINLY to a testing role?

Select TWO options.

10 / 40

10. Which of the following is NOT true regarding the test pyramid?

Select ONE option.

11 / 40

11. High-level test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?

Select ONE option.

12 / 40

12. Your favorite bicycle daily rental store has just introduced a new Customer Relationship Management system and asked you, one of their most loyal members, to test it.
The implemented features are as follows:

• Anyone can rent a bicycle, but members receive a 20% discount
• However, if the return deadline is missed, the discount is no longer available
• After 15 rentals, members get a gift: a T-Shirt

Decision table describing the implemented features looks as follows:

Based ONLY on the feature description of the Customer Relationship Management system, which of the above rules describes an impossible situation?

 

Select ONE option.

13 / 40

13. Your test suite achieved 100% statement coverage. What is the consequence of this fact?

Select ONE option.

14 / 40

14. Which of the following is MOST likely to be an example of a tester using a generic skill when testing?

Select ONE option.

15 / 40

15. The following list contains risks that have been identified for a new software product to be developed:

i. Management moves two experienced testers to another project
ii. The system does not comply with functional safety standards
iii. System response time exceeds user requirements
iv. Stakeholders have inaccurate expectations
v. Disabled people have problems when using the system

Which of them are project risks?

Select ONE option.

16 / 40

16. A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values.

Which of the following correctly describes an incorrectly coded upper bound?

Select ONE option.

17 / 40

17. You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table.

What test data will show that there are contradictory rules in the decision table?

Select ONE option.

18 / 40

18. Given the following risks:

1. Ineffective loop implementation causes long system responses
2. Consumers change their preferences
3. Flooding of the server room
4. Patients above a certain age receive inaccurate reports

And the following mitigation activities:

A. Risk acceptance
B. Performance testing
C. Using boundary value analysis as the test technique
D. Risk transfer

Which of the following BEST matches the risks with the mitigation activities?

Select ONE option.

19 / 40

19. You are working as a tester in the team that follows the V-model. The choice of software development lifecycle (SDLC) model impacts the timing of testing, which of the following statement is NOT true?

Select ONE option.

20 / 40

20. Which of the following statements describe a valid test objective?

Select ONE option.

21 / 40

21. The system for selling cinema tickets calculates the discount type based on the client’s birth year (BY) and on the current year (CY) as follows:

 

Let D be the difference between CY and BY, that is, D = CY – BY

• If D < 0 then print the error message “birth year cannot be greater than current year”

• If 0 ≤ D < 18 then apply the student discount

• If 18 ≤ D < 65 then apply no discount • If D ≥ 65 then apply the pensioner discount

Your test suite already contains two test cases:

• BY = 1990, CY = 2020, expected result: no discount
• BY = 2030, CY = 2029, expected result: print the error message

Which of the following test data sets should be added to achieve full valid equivalence partitioning coverage for the discount type?

Select TWO options.

22 / 40

22. Which of the following statements about the independence of testing is CORRECT?

Select ONE option.

23 / 40

23. Which of the following BEST explains a benefit of independence of testing?

Select ONE option.

24 / 40

24. Which test activity does a data preparation tool support?

Select ONE option.

25 / 40

25. How can white-box testing be useful in support of black-box testing?

Select ONE option.

26 / 40

26. The navigation system software has been updated due to it suggesting routes that break traffic laws, such as driving the wrong way down one-way streets. Which of the following BEST describes the testing that will be performed?

Select ONE option.

27 / 40

27. Which of the following is NOT a purpose of a test plan?

Select ONE option.

28 / 40

28. Which of the following activities in the test process makes the MOST use of test progress reports?

Select ONE option.

29 / 40

29. Which item correctly identifies a potential risk of performing test automation?

Select ONE option.

30 / 40

30. Consider the following test categories (1-4) and agile testing quadrants (A-D):

1. Usability testing
2. Component testing
3. Functional testing
4. Reliability testing

A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
C. Agile testing quadrant Q3: business facing, critique the product
D. Agile testing quadrant Q4: technology facing, critique the product

How do the following test categories map onto the agile testing quadrants?

Select ONE option.

31 / 40

31. How can the testing quadrants be beneficial for testing?

Select ONE options.

32 / 40

32. Which of the following is a typical test objective?

Select ONE option.

33 / 40

33. Which types of failures (1-4) fit which test levels (A-D) BEST?

1. Failures in system behavior as it deviates from the user’s business needs
2. Failures in communication between components
3. Failures in logic in a module
4. Failures in not correctly implemented business rules

A. Component testing
B. Component integration testing
C. System testing
D. Acceptance testing

Select ONE option.

34 / 40

34. Which of the following is a factor that contributes to a successful review?

Select ONE option.

35 / 40

35. Given the following test tool categories:

i. Collaboration tools
ii. DevOps tools
iii. Management tools
iv. Non-functional testing tools
v. Test design and implementation tools

Tools from which of the categories are MOST likely to facilitate test execution?

Select ONE options.

36 / 40

36. How is the whole team approach present in the interactions between testers and business representatives?

Select ONE option.

37 / 40

37. You are designing test cases based on the following decision table.

So far you have designed the following test cases:

• TC1: 19-year-old, unregistered man with no experience; expected result: category A
• TC2: 65-year-old, unregistered woman with 5 years of experience; expected result: category B
• TC3: 66-year-old, registered man with no experience; expected result: category C
• TC4: 65-year-old, registered woman with 4 years of experience; expected result:
category D

Which of the following test cases, when added to the existing set of test cases, will increase the decision table coverage?

Select ONE option.

38 / 40

38. Which of the following statements about the value of static testing is CORRECT?

Select ONE option.

39 / 40

39. Which of the following statements is a CORRECT example of the value of traceability?

Select ONE option.

40 / 40

40. Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are:

(1) Code development
(2) Submit code into a version control system and merge it into the “test” branch
(3) Perform component testing for the submitted code

Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?

Select ONE option.

0%

Scroll to top