ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

2. Given the following review types:

1. Technical review
2. Informal review
3. Inspection
4. Walkthrough

And the following descriptions:

A. Includes objectives such as gaining consensus, generating new ideas, and motivating authors to improve
B. Includes objectives such as educating reviewers, gaining consensus, generating new ideas and detecting potential defects
C. The main objective is detecting potential defects and it requires metrics collection to support process improvement
D. The main objective is detecting potential defects and it generates no formal documented output

Which of the following BEST matches the review types and the descriptions?

Select ONE option.

3 / 40

3. Which of the following BEST describes retrospectives?

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

5. Which of the following is NOT an example of the shift left approach?

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

7. Given the following risks:

1. Ineffective loop implementation causes long system responses
2. Consumers change their preferences
3. Flooding of the server room
4. Patients above a certain age receive inaccurate reports

And the following mitigation activities:

A. Risk acceptance
B. Performance testing
C. Using boundary value analysis as the test technique
D. Risk transfer

Which of the following BEST matches the risks with the mitigation activities?

Select ONE option.

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

Select ONE options.

13 / 40

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

14 / 40

14. Consider the following acceptance criteria for a user story written from the perspective of an online store owner.

Given that the user is logged in and on the homepage,
When the user clicks on the "Add Item" button,
Then the "Create Item" form should appear,
And the user should be able to input a name and price for the new item.

In what format is this acceptance criteria written?

Select ONE option.

15 / 40

15. Which TWO of the following options are common metrics used for reporting on the quality level of the test object?

Select TWO options.

16 / 40

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

Select ONE option.

17 / 40

17. Which of the following is an example of how product risk analysis may influence the thoroughness and scope of testing?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

 

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

23 / 40

23. Which of the following statements is CORRECT?

Select ONE option.

24 / 40

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

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

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

What do X and Y represent in this formula?

Select ONE option.

29 / 40

29. Which of the following BEST describes the way acceptance criteria can be documented?

Select ONE option.

30 / 40

30. Which of the following is the BEST example of how traceability supports testing?

Select ONE option.

31 / 40

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

32 / 40

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

33 / 40

33. Which of the following is an example of why testing is necessary?

Select ONE option.

34 / 40

34. The following list contains risks that have been identified for a new software product to be developed:

i. Management moves two experienced testers to another project
ii. The system does not comply with functional safety standards
iii. System response time exceeds user requirements
iv. Stakeholders have inaccurate expectations
v. Disabled people have problems when using the system

Which of them are project risks?

Select ONE option.

35 / 40

35. High-level test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?

Select ONE option.

36 / 40

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

37 / 40

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

Select ONE option.

38 / 40

38. Which of the following options shows an example of test activities that contribute to success?

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top