ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. During a risk analysis the following risk was identified and assessed:

• Risk: Response time is too long to generate a report
• Risk likelihood: medium; risk impact: high
• Response to risk:

o An independent test team performs performance testing during system testing
o A selected sample of end users performs alpha and beta acceptance testing before the release

What measure is proposed to be taken in response to this analyzed risk?

Select ONE option.

2 / 40

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

3 / 40

3. Consider the following defect report for a web-based shopping application:

What is the MOST important information that is missing from this report?

Select ONE option.

4 / 40

4. Which of the following is a product quality metric?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

 

Select ONE option.

9 / 40

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

10 / 40

10. Which of the following BEST describes retrospectives?

Select ONE option.

11 / 40

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

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:

1. Support workflow tracking
2. Facilitate communication
3. Virtual machines
4. Support reviews

And the following test tool categories:

A. Static testing tools
B. Tools supporting scalability and deployment standardization
C. DevOps tools
D. Collaboration tools

Which of the following BEST matches the descriptions and categories?

Explanation / Rationale

14 / 40

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

15 / 40

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

Select ONE option.

16 / 40

16. Your organization’s test strategy suggests that once a system is going to be retired, data migration shall be tested. As part of what test type is this testing MOST likely to be performed?

Select ONE option.

17 / 40

17. What does the test pyramid model show?

Select ONE option.

18 / 40

18. Given the following example defects:

i. Two different parts of the design specification disagree due to the complexity of the design
ii. A response time is too long and so makes users lose patience
iii. A path in the code cannot be reached during execution
iv. A variable is declared but never subsequently used in the program
v. The amount of memory needed by the program to generate a report is too high

Which of the following BEST identifies example defects that could be found by static testing (rather than dynamic testing)?

Select ONE option.

19 / 40

19. Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

20 / 40

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

21 / 40

21. Consider the following test categories (1-4) and agile testing quadrants (A-D):

1. Usability testing
2. Component testing
3. Functional testing
4. Reliability testing

A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
C. Agile testing quadrant Q3: business facing, critique the product
D. Agile testing quadrant Q4: technology facing, critique the product

How do the following test categories map onto the agile testing quadrants?

Select ONE option.

22 / 40

22. Customers of the TestWash car wash chain have cards with a record of the number of washes they have bought so far. The initial value is 0. After entering the car wash, the system increases the number on the card by one. This value represents the number of the current wash. Based on this number the system decides what discount the customer is entitled to.

For every tenth wash the system gives a 10% discount, and for every twentieth wash, the system gives a further 40% discount (i.e., a 50% discount in total).

Which of the following sets of input data (understood as the numbers of the current wash) achieves the highest equivalence partition coverage?

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

24. Which of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

Select TWO options.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

27. You want to estimate the test effort for the new project using estimation based on ratios. You calculate the test-to-development effort ratio using averaged data for both development effort and test effort from four historical projects similar to the new one. The table shows this historical data.

The estimated development effort for the new project is $800,000. What is your estimate of the test effort in this project?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

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 TWO of the following statements provide the BEST rationale for using exploratory testing?

Select TWO options.

33 / 40

33. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

34 / 40

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

35 / 40

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

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

38. Which of the following BEST describe the collaborative approach to user story writing?

Select ONE option.

39 / 40

39. Which TWO of the following tasks belong MAINLY to a testing role?

Select TWO options.

40 / 40

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

0%

Scroll to top