ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

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

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

9 / 40

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

10 / 40

10. Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?

Select ONE option.

11 / 40

11. W A developer was asked to implement the following business rule:

You design the test cases using 2-value boundary value analysis.

Which of the following sets of test inputs achieves the greatest coverage?

Select ONE option.

12 / 40

12. Given the following test tasks:

1. Derive test cases from test conditions
2. Identify reusable testware
3. Organize test cases into test procedures
4. Evaluate test basis and test object

And the following test activities:

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

Which of the following BEST matches the tasks with the activities?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

14. Your team analyzes the following user story in order to define the acceptance criteria:

As a registered customer, I want to be able to view my previous orders on the company's website, so that I can keep track of my purchases.

Which of the following test cases will NOT be relevant for this user story?

Select ONE option.

15 / 40

15. Which of the following statements about the value of static testing is CORRECT?

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

17. Your organization’s test strategy suggests that once a system is going to be retired, data migration shall be tested. As part of what test type is this testing MOST likely to be performed?

Select ONE option.

18 / 40

18. You are testing a user story with three acceptance criteria: AC1, AC2 and AC3. AC1 is covered by test case TC1, AC2 by TC2, and AC3 by TC3. The test execution history had three test runs on three consecutive versions of the software as follows:

Tests are repeated once you are informed that all defects found in the test run are corrected and a new version of the software is available.
Which of the above tests are executed as regression tests?

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. The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

22. Which of the following BEST define EXIT criteria in a testing project?

Select TWO options.

23 / 40

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

Select ONE option.

24 / 40

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

25 / 40

25. Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

27. Which of the following BEST describes retrospectives?

Select ONE option.

28 / 40

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

Select TWO options.

29 / 40

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

30 / 40

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

Select ONE option.

31 / 40

31. Which of the following statements about the different testing roles is MOST likely to be CORRECT?

Select ONE option.

32 / 40

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

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Which of the following BEST describes the concept behind error guessing?

Select ONE option.

36 / 40

36. Which of the following statements about formal reviews is TRUE?

Select ONE option.

37 / 40

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

38 / 40

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

Select ONE options.

39 / 40

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

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