ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

2. Which of the following statements about branch testing is CORRECT?

Select ONE option.

3 / 40

3. According to the testing quadrants model, which of the following falls into quadrant Q1 (“technology facing” and “support the team”)?

Select ONE option.

4 / 40

4. Which of the following skills (i-v) are the MOST important skills of a tester?

i. Having domain knowledge
ii. Creating a product vision
iii. Being a good team player
iv. Planning and organizing the work of the team
v. Critical thinking

Select ONE option.

5 / 40

5. Your organization’s test strategy suggests that once a system is going to be retired, data migration shall be tested. As part of what test type is this testing MOST likely to be performed?

Select ONE option.

6 / 40

6. 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.

7 / 40

7. Your team analyzes the following user story in order to define the acceptance criteria:

As a registered customer, I want to be able to view my previous orders on the company's website, so that I can keep track of my purchases.

Which of the following test cases will NOT be relevant for this user story?

Select ONE option.

8 / 40

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

Select TWO options.

9 / 40

9. Which of the following is an advantage of the whole-team approach?

Select ONE option.

10 / 40

10. 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.

11 / 40

11. Why does white-box testing facilitate defect detection even when the software specification is vague, outdated or incomplete?

Select ONE option.

12 / 40

12. Given the following descriptions of review activities:

1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed
2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product
3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies
4. The objective of the review and its schedule are established to ensure a focused and efficient review
5. Participants are provided with access to the item being reviewed

Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

14. Which of the following statements about formal reviews is TRUE?

Select ONE option.

15 / 40

15. Which of the following is an advantage of the whole team approach?

Select ONE option.

16 / 40

16. Given the following task descriptions:

1. The quality characteristics to be evaluated and the exit criteria are selected
2. Everyone has access to the work product
3. Anomalies are identified in the work product
4. Anomalies are discussed

And the following review activities

A. Individual review
B. Review initiation
C. Planning
D. Communication and analysis

Which of the following BEST matches the task descriptions and activities?

Select ONE option.

17 / 40

17. What task may management take on during a formal review?

Select ONE option.

18 / 40

18. What does the test pyramid model show?

Select ONE option.

19 / 40

19. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

20 / 40

20. Which of the following is MOST likely to be a benefit of test automation?

Select ONE option.

21 / 40

21. Which of the following is NOT a benefit of static testing?

Select ONE option.

22 / 40

22. You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?

Select ONE option.

23 / 40

23. 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.

24 / 40

24. Which of the following is a good testing practice that applies to all software development lifecycles?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

26. 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.

27 / 40

27. 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.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

30. Which of the following is MOST likely to impact how testing is performed for a given test object?

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

32. You are designing test cases based on the following state transition diagram:

What is the MINIMUM number of test cases required to achieve 100% valid transitions coverage?

Select ONE option.

33 / 40

33. You are testing a form that verifies the correctness of the length of the password given as input. The form accepts a password with the correct length and rejects a password that is too short or too long. The password length is correct if it has between 6 and 12 characters inclusive. Otherwise, it is considered incorrect.

At first, the form is empty (password length = 0). You apply boundary value analysis to the “password length” variable.

Your set of test cases achieves 100% 2-value boundary value coverage. The team decided that due to the high risk of this component, test cases should be added to ensure 100% 3-value boundary value coverage.

Which additional password lengths should be tested to achieve this?

Select ONE option.

34 / 40

34. Which TWO of the following options are the exit criteria for testing a system?

Select TWO options.

35 / 40

35. Which of the following is NOT anticipated by the tester while applying error guessing?

Select ONE option.

36 / 40

36. How do testers add value to iteration and release planning?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

40. You were given a task to analyze and fix causes of failures in a new system to be released.

Which activity are you performing?

Select ONE option.

0%

Scroll to top