ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. Which of the following is MOST likely to be performed as part of system testing?

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 the following statements BEST describes the acceptance test-driven development (ATDD) approach?

Select ONE option.

4 / 40

4. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

5 / 40

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

6 / 40

6. Which TWO of the following statements provide the BEST rationale for using exploratory testing?

Select TWO options.

7 / 40

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

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

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

Select ONE option.

11 / 40

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

12 / 40

12. What does the test pyramid model show?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

14. Given the following testware:

1. Coverage items
2. Change requests
3. Test execution schedule
4. Prioritized test conditions

And the following test activities

A. Test analysis
B. Test design
C. Test implementation
D. Test completion

Which of the following BEST shows the testware produced by the activities?

Select ONE option.

15 / 40

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

16 / 40

16. What is the relationship between the testing quadrants, test levels and test types?

Select ONE option.

17 / 40

17. You perform system testing of an e-commerce web application and are provided with the following requirement:

REQ 05-017. If the total cost of purchases exceeds $100, the customer gets a 5% discount on subsequent purchases. Otherwise, the customer does not receive a discount.

Which test techniques will be MOST helpful in designing test cases based on this requirement?

Select ONE option.

18 / 40

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

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 statements is a CORRECT example of the value of traceability?

Select ONE option.

21 / 40

21. Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made:

• Most optimistic estimation: 2 person-hours
• Most likely estimation: 11 person-hours
• Most pessimistic estimation: 14 person-hours

What is the final estimate?

Select ONE option.

22 / 40

22. Let the branch coverage metric be defined as BCov = (X / Y) * 100%.

What do X and Y represent in this formula?

Select ONE option.

23 / 40

23. Which of the following statements about DevOps is CORRECT?

Select ONE option.

24 / 40

24. Your test suite S for a program P achieves 100% statement coverage. It consists of three test cases, each of which achieves 50% statement coverage.

Which of the following statements is CORRECT?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

26. Given the following descriptions:

1. Support workflow tracking
2. Facilitate communication
3. Virtual machines
4. Support reviews

And the following test tool categories:

A. Static testing tools
B. Tools supporting scalability and deployment standardization
C. DevOps tools
D. Collaboration tools

Which of the following BEST matches the descriptions and categories?

Explanation / Rationale

27 / 40

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

28 / 40

28. Consider the following defect report for a web-based shopping application:

What is the MOST important information that is missing from this report?

Select ONE option.

29 / 40

29. You are preparing a test execution schedule for executing seven test cases TC 1 to TC 7.

The following figure includes the priorities of these test cases (1=highest priority, 3 = lowest priority).

The figure also shows the dependencies between test cases using arrows. For instance, the arrow from TC 4 to TC 5 means that TC 5 can only be executed if TC 4 was previously executed.

Which test case should be executed sixth?

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

31. What is the MAIN difference between black-box test techniques and experience-based test techniques?

Select ONE option.

32 / 40

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

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.

What is the MINIMAL number of test cases to achieve valid transitions coverage?

Select ONE option.

36 / 40

36. The reviews being used in your organization have the following attributes:

• There is the role of a scribe
• The main purpose is to evaluate quality
• The meeting is led by the author of the work product
• There is individual preparation
• A review report is produced

Which of the following review types is MOST likely being used?

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 is an example of how product risk analysis may influence the thoroughness and scope of testing?

Select ONE option.

39 / 40

39. Which of the following BEST fits as an element of the checklist used in checklist-based testing?

Select ONE option.

40 / 40

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

0%

Scroll to top