ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

5. Consider the following list:

• Correct input not accepted
• Incorrect input accepted
• Wrong output format
• Division by zero

What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

7. Which of the following is MOST likely to describe a task performed by someone in a test management role?

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

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

Select ONE option.

11 / 40

11. Consider the following part of a test plan.

Testing will be performed using component testing and component integration testing. The regulations require to demonstrate that 100% branch coverage is achieved for each component classified as critical.

Which part of the test plan does this part belong to?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE options.

15 / 40

15. Which of the following are product risks?

Select TWO options.

16 / 40

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

17 / 40

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

18 / 40

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

19 / 40

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

Select ONE option.

20 / 40

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

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

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

Select TWO options.

24 / 40

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

Select ONE option.

25 / 40

25. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

26 / 40

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

27 / 40

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

28 / 40

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

29 / 40

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

30 / 40

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

Select ONE option.

31 / 40

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

32 / 40

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

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

37 / 40

37. Given the following testware:

1. Coverage items
2. Change requests
3. Test execution schedule
4. Prioritized test conditions

And the following test activities

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

Which of the following BEST shows the testware produced by the activities?

Select ONE option.

38 / 40

38. The following is a list of the work products produced in the SDLC.

i. Business requirements
ii. Schedule
iii. Test budget
iv. Third-party executable code
v. User stories and their acceptance criteria

Which of them can be reviewed?

Select ONE option.

39 / 40

39. You are using acceptance test-driven development and designing test cases based on the following user story:

Which test case is the MOST reasonable one to test AC3?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top