ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. Which of these statements is NOT a factor that contributes to successful reviews?

Select ONE option.

2 / 40

2. Which of the following is an example of a defect that can be found by static testing but NOT by dynamic testing?

Select ONE option.

3 / 40

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

4 / 40

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

5 / 40

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

6 / 40

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

7 / 40

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

Select ONE option.

8 / 40

8. You are preparing a test execution schedule for executing seven test cases TC 1 to TC 7.

The following figure includes the priorities of these test cases (1=highest priority, 3 = lowest priority).

The figure also shows the dependencies between test cases using arrows. For instance, the arrow from TC 4 to TC 5 means that TC 5 can only be executed if TC 4 was previously executed.

Which test case should be executed sixth?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

11. Which of the following BEST describes retrospectives?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

14 / 40

14. Given the following descriptions of review activities:

1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed
2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product
3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies
4. The objective of the review and its schedule are established to ensure a focused and efficient review
5. Participants are provided with access to the item being reviewed

Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

20. Which item correctly identifies a potential risk of performing test automation?

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

What do X and Y represent in this formula?

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

24. Which TWO of the following options are the exit criteria for testing a system?

Select TWO options.

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

27 / 40

27. Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are:

(1) Code development
(2) Submit code into a version control system and merge it into the “test” branch
(3) Perform component testing for the submitted code

Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?

Select ONE option.

28 / 40

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

29 / 40

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

Select ONE option.

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. Which of the following is MOST likely to describe a task performed by someone in a test management role?

Select ONE option.

32 / 40

32. Your favorite bicycle daily rental store has just introduced a new Customer Relationship Management system and asked you, one of their most loyal members, to test it.
The implemented features are as follows:

• Anyone can rent a bicycle, but members receive a 20% discount
• However, if the return deadline is missed, the discount is no longer available
• After 15 rentals, members get a gift: a T-Shirt

Decision table describing the implemented features looks as follows:

Based ONLY on the feature description of the Customer Relationship Management system, which of the above rules describes an impossible situation?

 

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

35. What does the test pyramid model show?

Select ONE option.

36 / 40

36. You have been assigned as a tester to a team producing a new system incrementally. You have noticed that no changes have been made to the existing regression test cases for several iterations and no new regression defects were identified. Your manager is happy, but you are not. Which testing principle explains your skepticism?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

39. Which of the following is a characteristic of experience-based test techniques?

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