ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

Select ONE option.

3 / 40

3. Your team uses planning poker to estimate the test effort for a newly required feature. There is a rule in your team that if there is no time to reach full agreement and the variation in the results is small, applying rules like “accept the number with the most votes” can be applied.
After two rounds, the consensus was not reached, so the third round was initiated. You can see the test estimation results in the table below.

Which of the following is the BEST example of the next step?

Select ONE option.

4 / 40

4. Consider the following part of a test plan.

Testing will be performed using component testing and component integration testing. The regulations require to demonstrate that 100% branch coverage is achieved for each component classified as critical.

Which part of the test plan does this part belong to?

Select ONE option.

5 / 40

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

6 / 40

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

7 / 40

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

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

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

Select ONE option.

11 / 40

11. What does the test pyramid model show?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

14. Which of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

Select TWO options.

15 / 40

15. You are testing a mobile application that allows customers to access and manage their bank accounts. You are running a test suite that involves evaluating each screen, and each field on each screen, against a general list of user interface best practices derived from a popular book on the topic that maximizes attractiveness, ease-of-use, and accessibility for such applications. Which of the following options BEST categorizes the test technique you are using?

Select ONE option.

16 / 40

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

Select ONE options.

17 / 40

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

Select ONE option.

18 / 40

18. Which of the following BEST describes retrospectives?

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. You have been assigned as a tester to a team producing a new system incrementally. You have noticed that no changes have been made to the existing regression test cases for several iterations and no new regression defects were identified. Your manager is happy, but you are not. Which testing principle explains your skepticism?

Select ONE option.

22 / 40

22. Which of the following is MOST likely to describe a task performed by someone in a test management role?

Select ONE option.

23 / 40

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

24 / 40

24. You want to apply branch testing to the code represented by the following control flow graph.

How many coverage items do you need to test?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

26. Given the following roles in reviews:

1. Scribe
2. Review leader
3. Facilitator
4. Manager

And the following responsibilities in reviews:

A. Ensures the effective running of review meetings and the setting up a safe review environment
B. Records review information, such as decisions and new anomalies found during the review meeting
C. Decides what is to be reviewed and provides resources, such as staff and time for the review
D. Takes overall responsibility for the review such as organizing when and where the review will take place

Which of the following BEST matches the roles and responsibilities?

Select ONE option.

27 / 40

27. During risk analysis the team considered the following risk: “The system allows too high a discount for a customer”. The team estimated the risk impact to be very high.

What can one say about the risk likelihood?

Select ONE option.

28 / 40

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

29 / 40

29. Given the following example defects:

i. Two different parts of the design specification disagree due to the complexity of the design
ii. A response time is too long and so makes users lose patience
iii. A path in the code cannot be reached during execution
iv. A variable is declared but never subsequently used in the program
v. The amount of memory needed by the program to generate a report is too high

Which of the following BEST identifies example defects that could be found by static testing (rather than dynamic testing)?

Select ONE option.

30 / 40

30. Which of the following is an example of why testing is necessary?

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

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

33 / 40

33. Which of the following statements about the chosen software development lifecycle is CORRECT?

Select ONE option.

34 / 40

34. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

Select TWO options.

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

39. Which of the following is an example of how product risk analysis may influence the thoroughness and scope of testing?

Select ONE option.

40 / 40

40. You are applying state transition testing to the hotel room reservation system modeled by the following state transition table, with 4 states and 5 different events:

Assuming all test cases start in the ‘Requesting’ state, which of the following test cases, represented as sequences of events, achieves the highest valid transitions coverage?

Select ONE option.

0%

Scroll to top