ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

2. Which of the following are product risks?

Select TWO options.

3 / 40

3. Which of the following BEST fits as an element of the checklist used in checklist-based testing?

Select ONE option.

4 / 40

4. You run two test cases, T1 and T2, on the same code. Test T1 achieved 40% statement coverage and test T2 achieved 65% statement coverage.

Which of the following sentences must be necessarily true?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

8 / 40

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

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

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

14 / 40

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

 

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

17. Which of the following statements is CORRECT?

Select ONE option.

18 / 40

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

Select ONE options.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

23. You are designing test cases based on the following decision table.

So far you have designed the following test cases:

• TC1: 19-year-old, unregistered man with no experience; expected result: category A
• TC2: 65-year-old, unregistered woman with 5 years of experience; expected result: category B
• TC3: 66-year-old, registered man with no experience; expected result: category C
• TC4: 65-year-old, registered woman with 4 years of experience; expected result:
category D

Which of the following test cases, when added to the existing set of test cases, will increase the decision table coverage?

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

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. Which of the following BEST describes how using checklist-based testing can result in increased coverage?

Select ONE option.

28 / 40

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

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

32. Which of the following is a typical test objective?

Select ONE option.

33 / 40

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

34 / 40

34. A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values.

Which of the following correctly describes an incorrectly coded upper bound?

Select ONE option.

35 / 40

35. Which TWO of the following statements provide the BEST rationale for using exploratory testing?

Select TWO options.

36 / 40

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

Select ONE option.

37 / 40

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

38 / 40

38. Consider the following defect report for a Book Lending System.

Which of the following is MOST likely to help the developer reproduce the failure quickly?

Select ONE options.

39 / 40

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

40 / 40

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

Select ONE option.

0%

Scroll to top