ISTQB Learning

Test your knowledge

0%
34
Created on By Admin

Exam 5

1 / 40

1. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

3. The following decision table contains the rules for determining the risk of atherosclerosis.

You designed the test cases with the following test input data:

TC1: Cholesterol = 125 mg/dl Blood pressure = 141 mm Hg
TC2: Cholesterol = 200 mg/dl Blood pressure = 201 mm Hg
TC3: Cholesterol = 124 mg/dl Blood pressure = 201 mm Hg
TC4: Cholesterol = 109 mg/dl Blood pressure = 200 mm Hg
TC5: Cholesterol = 201 mg/dl Blood pressure = 140 mm Hg

What is the decision table coverage achieved by these test cases?

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

6 / 40

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

Select ONE option.

7 / 40

7. You are testing a system that calculates the final course grade for a given student.

The final grade is assigned based on the final result, according to the following rules:

• 0 – 50 points: failed
• 51 – 60 points: fair
• 61 – 70 points: satisfactory
• 71 – 80 points: good
• 81 – 90 points: very good
• 91 – 100 points: excellent

You have prepared the following set of test cases:

What is the 2-value Boundary Value Analysis (BVA) coverage for the final result that is achieved with the existing test cases?

Select ONE option.

8 / 40

8. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

9 / 40

9. Which of the following is NOT a purpose of a test plan?

Select ONE option.

10 / 40

10. The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

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 a typical test objective?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

15. You are testing a simplified apartment search form which has only two search criteria:

• floor (with three possible options: ground floor; first floor; second or higher floor)
• garden type (with three possible options: no garden; small garden; large garden)

Only apartments on the ground floor have gardens. The form has a built-in validation mechanism that will not allow you to use the search criteria which violate this rule.

Each test has two input values: floor and garden type. You want to apply equivalence partitioning (EP) to cover each floor and each garden type in your tests.

What is the minimal number of test cases to achieve 100% EP coverage?

Select ONE option

16 / 40

16. Which of the following statements about the different testing roles is MOST likely to be CORRECT?

Select ONE option.

17 / 40

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

18 / 40

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

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

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. Which item correctly identifies a potential risk of performing test automation?

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

25. Which of the following is true about exploratory testing?

Select ONE option.

26 / 40

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

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

31 / 40

31. Given the following descriptions of review activities:

1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed
2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product
3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies
4. The objective of the review and its schedule are established to ensure a focused and efficient review
5. Participants are provided with access to the item being reviewed

Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

33. You are testing a mobile application that allows customers to access and manage their bank accounts. You are running a test suite that involves evaluating each screen, and each field on each screen, against a general list of user interface best practices derived from a popular book on the topic that maximizes attractiveness, ease-of-use, and accessibility for such applications. Which of the following options BEST categorizes the test technique you are using?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

36 / 40

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

37 / 40

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

38 / 40

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

39 / 40

39. At the beginning of each iteration, the team estimates the amount of work (in person-days) they will need to complete during the iteration. Let E(n) be the estimated amount of work for iteration n, and let A(n) be the actual amount of work done in iteration n. From the third iteration, the team uses the following estimation model based on extrapolation:

 

 

The graph shows the estimated and actual amount of work for the first four iterations.

What is the estimated amount of work for iteration #5?

Select ONE option.

40 / 40

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

0%

Scroll to top