ISTQB Learning

Test your knowledge

0%
29
Created on By Admin

Exam 5

1 / 40

1. Which of the following is LEAST likely to occur as a result of a retrospective?

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

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

Select ONE option.

6 / 40

6. You received the following defect report from the developers stating that the anomaly described in this test report is not reproducible.

Application hangs up
2022-May-03 – John Doe – Rejected
The application hangs up after entering “Test input: $ä” in the Name field on the new user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried with other test admin accounts, same issue. No error message received; log (see attached) contains fatal error notification. Based on the test case TC-1305, the application should accept the provided input and create the user. Please fix with high priority, this feature is related to REQ-0012, which is a critical new business requirement.

What critical information is MISSING from this test report that would have been useful for the developers?

Select ONE option.

7 / 40

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

8 / 40

8. You are testing a mobile application that allows users to find a nearby restaurant based on the type of food they want to eat. Consider the following list of test cases, priorities (i.e., a smaller number means a higher priority), and dependencies:

Which of the following test cases should be executed as the third one?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

11 / 40

11. Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?

Select ONE option.

12 / 40

12. Which of the following is NOT true for white-box testing?

Select ONE option.

13 / 40

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

14 / 40

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

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

18 / 40

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

Select ONE option.

19 / 40

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

Select TWO options.

20 / 40

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

Select ONE option.

21 / 40

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

Select TWO options.

22 / 40

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

Select ONE option.

23 / 40

23. The user reported a software failure. An engineer from the support team asked the user for the software version number where the failure was observed. Based on the version number, the team reassembled all the files that made up the release. This later allowed a developer to perform analysis, find the defect, and fix it.

Which of the following enabled the above activity to be performed by the team?

Select ONE options.

24 / 40

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

Select ONE option.

25 / 40

25. Which of the following statements is CORRECT?

Select ONE option.

26 / 40

26. Which of the following is MOST likely to be a challenge encountered when implementing DevOps?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Which of the following is NOT a valid purpose for a test report?

Select ONE options.

29 / 40

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

Select ONE option.

30 / 40

30. You are testing a system that calculates the final course grade for a given student.

The final grade is assigned based on the final result, according to the following rules:

• 0 – 50 points: failed
• 51 – 60 points: fair
• 61 – 70 points: satisfactory
• 71 – 80 points: good
• 81 – 90 points: very good
• 91 – 100 points: excellent

You have prepared the following set of test cases:

What is the 2-value Boundary Value Analysis (BVA) coverage for the final result that is achieved with the existing test cases?

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

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

33 / 40

33. Which of the following are advantages of DevOps?

i. Faster product release and faster time to market
ii. Increases the need for repetitive manual testing
iii. Constant availability of executable software
iv. Reduction in the number of regression tests associated with code refactoring
v. Setting up the test automation framework is inexpensive since everything is automated

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Which collaborative user story writing practice enables the team to achieve a collective understanding of what needs to be delivered?

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

38 / 40

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

39 / 40

39. Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?

Select ONE option.

40 / 40

40. Which of the following are product risks?

Select TWO options.

0%

Scroll to top