ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

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

3 / 40

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

Select TWO options.

4 / 40

4. Which collaborative user story writing practice enables the team to achieve a collective understanding of what needs to be delivered?

Select ONE option.

5 / 40

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

6 / 40

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

7 / 40

7. Which participant in the review process is responsible for ensuring that the review meetings run effectively and that everyone at the meetings can voice their opinions freely?

Select ONE option.

8 / 40

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

9 / 40

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

10 / 40

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

Select ONE option.

11 / 40

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

12 / 40

12. Which of the following statements BEST describes the difference between testing and debugging?

Select ONE option.

13 / 40

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

14 / 40

14. Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?

Select ONE option.

15 / 40

15. You received the following defect report from the developers stating that the anomaly described in this test report is not reproducible.

Application hangs up
2022-May-03 – John Doe – Rejected
The application hangs up after entering “Test input: $ä” in the Name field on the new user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried with other test admin accounts, same issue. No error message received; log (see attached) contains fatal error notification. Based on the test case TC-1305, the application should accept the provided input and create the user. Please fix with high priority, this feature is related to REQ-0012, which is a critical new business requirement.

What critical information is MISSING from this test report that would have been useful for the developers?

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

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

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select TWO options.

27 / 40

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

28 / 40

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

29 / 40

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

Select ONE option.

30 / 40

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

31 / 40

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

32 / 40

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

Select ONE option.

33 / 40

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

34 / 40

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

Select ONE option.

35 / 40

35. Which of the following statements about branch testing is CORRECT?

Select ONE option.

36 / 40

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

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

40 / 40

40. Which of the following is NOT true for white-box testing?

Select ONE option.

0%

Scroll to top