ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. Which of the following factors (i-v) have SIGNIFICANT influence on the test process?

i. The SDLC
ii. The number of defects detected in previous projects
iii. The identified product risks
iv. New regulatory requirements forcing formal white-box testing
v. The test environment setup

Select ONE option.

2 / 40

2. Which of the following BEST describes how using checklist-based testing can result in increased coverage?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

5. Given the following test tool categories:

i. Collaboration tools
ii. DevOps tools
iii. Management tools
iv. Non-functional testing tools
v. Test design and implementation tools

Tools from which of the categories are MOST likely to facilitate test execution?

Select ONE options.

6 / 40

6. What does the test pyramid model show?

Select ONE option.

7 / 40

7. Which of the following statements about DevOps is CORRECT?

Select ONE option.

8 / 40

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

9 / 40

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

10 / 40

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

Select ONE option.

11 / 40

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

12 / 40

12. Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?

Select ONE option.

13 / 40

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

14 / 40

14. Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?

Select ONE option.

15 / 40

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

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

18 / 40

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

Select ONE option.

19 / 40

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

Select ONE options.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

23 / 40

23. Which of the following CANNOT be examined by static testing?

Select ONE option.

24 / 40

24. What task may management take on during a formal review?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

27 / 40

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

Select ONE option.

28 / 40

28. Given the following roles in reviews:

1. Scribe
2. Review leader
3. Facilitator
4. Manager

And the following responsibilities in reviews:

A. Ensures the effective running of review meetings and the setting up a safe review environment
B. Records review information, such as decisions and new anomalies found during the review meeting
C. Decides what is to be reviewed and provides resources, such as staff and time for the review
D. Takes overall responsibility for the review such as organizing when and where the review will take place

Which of the following BEST matches the roles and responsibilities?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

31. Which of the following statements about the chosen software development lifecycle is CORRECT?

Select ONE option.

32 / 40

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

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

35 / 40

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

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

38 / 40

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

Select ONE option.

39 / 40

39. You want to apply branch testing to the code represented by the following control flow graph.

How many coverage items do you need to test?

Select ONE option.

40 / 40

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

0%

Scroll to top