ISTQB Learning

Test your knowledge

0%
9
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. Which of the following is a factor that contributes to a successful review?

Select ONE option.

2 / 40

2. You run two test cases, T1 and T2, on the same code. Test T1 achieved 40% statement coverage and test T2 achieved 65% statement coverage.

Which of the following sentences must be necessarily true?

Select ONE option.

3 / 40

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

Select ONE options.

4 / 40

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

Select ONE option.

5 / 40

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

What do X and Y represent in this formula?

Select ONE option.

6 / 40

6. Which of the following is NOT an example of how configuration management supports testing?

Select ONE option.

7 / 40

7. The team wants to estimate the time needed for one tester to execute four test cases for a software component. The team has gathered the following measures of the effort used to execute a single test case:

• Best-case scenario: 1 hour
• Worst-case scenario: 8 hours
• Most likely scenario: 3 hours

Given that the three-point estimation technique is being used, what is the final estimate of the time needed to execute all four test cases?

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

9. A storage system can store up to three elements and is modeled by the following state transition diagram. The variable N represents the number of currently stored elements.

Which of the following test cases, represented as sequences of events, achieves the highest level of valid transitions coverage?

Select ONE option.

10 / 40

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

11 / 40

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

12 / 40

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

Select ONE option.

13 / 40

13. Which test activity does a data preparation tool support?

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

18 / 40

18. Given the following testware:

i. Test completion report
ii. Data held in a database used for test inputs and expected results
iii. The list of elements needed to build the test environment
iv. Documented sequences of test cases in execution order
v. Test cases

Which of the following BEST shows the testware produced as a result of performing test implementation?

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

23 / 40

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

Select ONE option.

24 / 40

24. You want to estimate the test effort for the new project using estimation based on ratios. You calculate the test-to-development effort ratio using averaged data for both development effort and test effort from four historical projects similar to the new one. The table shows this historical data.

The estimated development effort for the new project is $800,000. What is your estimate of the test effort in this project?

Select ONE option.

25 / 40

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

26 / 40

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

Select ONE option.

27 / 40

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

28 / 40

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

Select ONE option.

29 / 40

29. Which participant in the review process is responsible for ensuring that the review meetings run effectively and that everyone at the meetings can voice their opinions freely?

Select ONE option.

30 / 40

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

31 / 40

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

32 / 40

32. Which of the following is true about exploratory testing?

Select ONE option.

33 / 40

33. A wine storage system uses a control device that measures the wine cell temperature T (measured in °C, rounded to the nearest degree) and alarms the user if it deviates from the optimal value of 12, according to the following rules:

• if T = 12, the system says, “optimal temperature”

• if T < 12, the system says, “temperature is too low!”

• if T > 12, the system says, “temperature is too high!”

You want to use the 3-point boundary value analysis (BVA) to verify the behavior of the control device. A test input is a temperature in °C provided by the device.

What is the MINIMAL set of test inputs that achieves 100% of the desired coverage?

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 provides the BEST description of the shift-left approach?

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

38 / 40

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

39 / 40

39. You are a member of a test team located in North America, developing a product for a client located in Europe. The team is agile and follows the DevOps approach and uses a continuous integration/continuous delivery pipeline.

Which of the following is the LEAST effective way to communicate test progress to the customer?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top