ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

2. In your project there has been a delay in the release of a brand-new application and test execution started late, but you have very detailed domain knowledge and good analytical skills. The full list of requirements has not yet been shared with the team, but management is asking for some test results to be presented.

Which test technique fits BEST in this situation?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

5. Consider the following list:

• Correct input not accepted
• Incorrect input accepted
• Wrong output format
• Division by zero

What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

9 / 40

9. Which of the following provides the BEST example of a scenario-oriented acceptance criterion?

Select ONE option.

10 / 40

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

11 / 40

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

12 / 40

12. A designer documents a design for a user interface that does not suitably address disabled users because the designer is tired. The programmer implements the user interface in line with the design but as they are working under severe time pressure, they do not include suitable exception handling in their program code for bonus calculations. When the operational system is used, complaints are made by some disabled users about the interface and the company is subsequently fined by the relevant regulatory authority. No one notices that bonus calculations are sometimes incorrect.

Which of the following statements is CORRECT?

Select ONE option.

13 / 40

13. Which test activity involves working with test data requirements, test conditions, test environment requirements and test cases?

Select ONE option.

14 / 40

14. You are testing a temperature control system for a horticultural cold storage facility. The system receives the temperature (in full degrees Celsius) as the input. If the temperature is between 0 and 2 degrees inclusive, the system displays the message “temperature OK”. For lower temperatures, the system displays the message "temperature too low" and for higher temperatures it displays the message “temperature too high”.

Using two-value boundary value analysis, which of the following sets of test inputs provides the highest level of boundary value coverage?

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

16. Which of the following provides the BEST description of the shift-left approach?

Select ONE option.

17 / 40

17. The table shows the traceability matrix from test cases to requirements. “X” means that a given test case covers the corresponding requirement.

You want to prioritize the test cases following the additional coverage prioritization technique.

You execute all four test cases.

Which test case should be executed as the LAST one?

Select ONE options.

18 / 40

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

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

23. Which of the following is NOT a benefit of static testing?

Select ONE option.

24 / 40

24. Which of the following is NOT true regarding the test pyramid?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

27 / 40

27. You are testing a sort function that gets a set of numbers as input and returns the same set of numbers sorted in ascending order. The log from the test execution looks as follows.

Which of the following provides the BEST description of the failure that can be used in a defect report?

Select ONE option.

28 / 40

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

29 / 40

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

Select ONE options.

30 / 40

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

31 / 40

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

32 / 40

32. Which of the following statements BEST describes the difference between testing and debugging?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

35. You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?

Select ONE option.

36 / 40

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

What do X and Y represent in this formula?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

 

Select ONE option.

39 / 40

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

40 / 40

40. According to the testing quadrants model, which of the following falls into quadrant Q1 (“technology facing” and “support the team”)?

Select ONE option.

0%

Scroll to top