ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. What does the test pyramid model show?

Select ONE option.

2 / 40

2. For a given risk, its risk level is $1,000 and its risk likelihood is estimated as 50%.

What is the risk impact?

Select ONE options.

3 / 40

3. Which of these statements is NOT a factor that contributes to successful reviews?

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

6. Which of the following BEST describes retrospectives?

Select ONE option.

7 / 40

7. Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

9. The following is a list of the work products produced in the SDLC.

i. Business requirements
ii. Schedule
iii. Test budget
iv. Third-party executable code
v. User stories and their acceptance criteria

Which of them can be reviewed?

Select ONE option.

10 / 40

10. Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

11 / 40

11. Which of the following is MOST likely to be a risk of test automation?

Select ONE options.

12 / 40

12. Consider the following defect report for a Book Lending System.

Which of the following is MOST likely to help the developer reproduce the failure quickly?

Select ONE options.

13 / 40

13. Which of the following BEST define EXIT criteria in a testing project?

Select TWO options.

14 / 40

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

15 / 40

15. You work as a tester in a project on a mobile application for food ordering for one of your clients. The client sent you a list of requirements. One of them, with high priority, says

“The order must be processed in less than 10 seconds in 95% of the cases”.

You created a set of test cases in which a number of random orders were made, the processing time measured, and the test results were checked against the requirements.

What test type did you perform?

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

19 / 40

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

Select ONE option.

20 / 40

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

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

23. Which of the following tests is MOST likely to be performed as part of functional testing?

Select ONE option.

24 / 40

24. Decide which of the following statements (i-v) are true for static testing.

i. Abnormal external behaviors are easier to identify with this testing
ii. Discrepancies from a coding standard are easier to find with this testing
iii. It identifies failures caused by defects when the software is run
iv. Its test objective is to identify defects as early as possible
v. Missing coverage for critical security requirements is easier to find and fix

Select ONE option.

25 / 40

25. You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality.

Which of the following activities is a part of test analysis?

Select ONE option.

26 / 40

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

27 / 40

27. The following decision table contains the rules for determining the risk of atherosclerosis.

You designed the test cases with the following test input data:

TC1: Cholesterol = 125 mg/dl Blood pressure = 141 mm Hg
TC2: Cholesterol = 200 mg/dl Blood pressure = 201 mm Hg
TC3: Cholesterol = 124 mg/dl Blood pressure = 201 mm Hg
TC4: Cholesterol = 109 mg/dl Blood pressure = 200 mm Hg
TC5: Cholesterol = 201 mg/dl Blood pressure = 140 mm Hg

What is the decision table coverage achieved by these test cases?

Select ONE option.

28 / 40

28. Which of the following BEST describes an example of how configuration management (CM) supports testing?

Select ONE option.

29 / 40

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

Select TWO options.

30 / 40

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

31 / 40

31. You are using acceptance test-driven development and designing test cases based on the following user story:

Which test case is the MOST reasonable one to test AC3?

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

37. You are testing a PIN validator, which accepts valid PINs and rejects invalid PINs. A PIN is a sequence of digits. A PIN is valid if it consists of four digits, at least two of which are different. You have identified the following valid equivalence partitions:

Variable: PIN code length

• The partition “length correct” - four-digit PINs
• The partition “length incorrect” - PINs with length other than 4

Variable: Number of different digits

• The partition “number of different digits correct” - PINs with at least two different digits
• The partition “number of different digits incorrect” - PINs with all digits being the same

Which of the following is a MINIMUM set of input test data that covers all identified equivalence partitions?

Select ONE option.

38 / 40

38. Which of the following CANNOT be examined by static testing?

Select ONE option.

39 / 40

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

40 / 40

40. Which of the following pieces of information contained in a test progress report is the LEAST useful for business representatives?

Select ONE option.

0%

Scroll to top