ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. You are testing a temperature control system for a horticultural cold storage facility. The system receives the temperature (in full degrees Celsius) as the input. If the temperature is between 0 and 2 degrees inclusive, the system displays the message “temperature OK”. For lower temperatures, the system displays the message "temperature too low" and for higher temperatures it displays the message “temperature too high”.

Using two-value boundary value analysis, which of the following sets of test inputs provides the highest level of boundary value coverage?

Select ONE option.

2 / 40

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

 

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

7 / 40

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

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

11 / 40

11. Which of the following is an example of how product risk analysis influences thoroughness and scope of testing?

Select ONE option.

12 / 40

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

13 / 40

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

Select ONE option.

14 / 40

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

15 / 40

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

16 / 40

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

Select ONE option.

17 / 40

17. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. You were given a task to analyze and fix causes of failures in a new system to be released.

Which activity are you performing?

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 test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

Select TWO options.

22 / 40

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

Select ONE option.

23 / 40

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

24 / 40

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

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

27. You perform system testing of an e-commerce web application and are provided with the following requirement:

REQ 05-017. If the total cost of purchases exceeds $100, the customer gets a 5% discount on subsequent purchases. Otherwise, the customer does not receive a discount.

Which test techniques will be MOST helpful in designing test cases based on this requirement?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

29. Which of the following BEST describes retrospectives?

Select ONE option.

30 / 40

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

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. What is the relationship between the testing quadrants, test levels and test types?

Select ONE option.

33 / 40

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

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 of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

36 / 40

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

37 / 40

37. The table shows the traceability matrix from test cases to requirements. “X” means that a given test case covers the corresponding requirement.

You want to prioritize the test cases following the additional coverage prioritization technique.

You execute all four test cases.

Which test case should be executed as the LAST one?

Select ONE options.

38 / 40

38. Which test activity does a data preparation tool support?

Select ONE option.

39 / 40

39. You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality.

Which of the following activities is a part of test analysis?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top