ISTQB Learning

Test your knowledge

0%
3
Created on By Admin

2018v3.1 - Exam 4 - 75 minutes

1 / 40

1. You are testing a mobile app that allows users to find a nearby restaurant, based on the type of food they want to eat. Consider the following list of test cases, priorities (smaller number is high priority), and dependencies, in the following format:

Which of the following is a possible test execution schedule that considers both priorities and dependencies?

Select ONE option.

2 / 40

2. You are testing a mobile app 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 maximize attractiveness, ease-of-use, and accessibility for such apps. Which of the following options BEST categorizes the test technique you are using?

Select ONE option.

3 / 40

3. Prior to an iteration planning session, you are studying a user story and its acceptance criteria, deriving test conditions and associated test cases from the user story as a way of applying the principle of early QA and test. What test technique are you applying?

Select ONE option.

4 / 40

4. Given the following examples of entry and exit criteria:

1. The original testing budget of $30,000 plus contingency of $7,000 has been spent
2. 96% of planned tests for the drawing package have been executed and the remaining tests are now out of scope
3. The trading performance test environment has been designed, set-up and verified
4. Current status is no outstanding critical defects and two high-priority ones
5. The autopilot design specifications have been reviewed and reworked
6. The tax rate calculation component has passed unit testing.

Which of the following BEST categorizes them as entry and exit criteria:

Select ONE option.

5 / 40

5. Which of the following BEST describes how value is added by maintaining traceability between the test basis and test artifacts?

Select ONE option.

6 / 40

6. Which of the following should NOT be a trigger for maintenance testing?

Select ONE option.

7 / 40

7. Which of the following provides the BEST description of exploratory testing?

Select ONE option.

8 / 40

8. A tester participated in a discussion about proposed database structure. The tester identified a potential performance problem related to certain common user searches. This possible problem was explained to the development team. Which of the following is a testing contribution to success that BEST matches this situation?

Select ONE option.

9 / 40

9. Which of the following tasks is MOST LIKELY to be performed by the test manager?

Select ONE option.

10 / 40

10. Which of the following statements on the use of checklists in a formal review is CORRECT?

Select ONE option.

11 / 40

11. During a project following Agile methods, you find a discrepancy between the developer’s interpretation of an acceptance criteria and the product owner’s interpretation, which you bring up during a user story refinement session. Which of the following is a benefit of test independence exemplified by this situation?

Select ONE option.

12 / 40

12. You are engaged in planning a test effort for a new mobile banking application. As part of estimation, you first meet with the proposed testers and others on the project. The team is well-coordinated and has already worked on similar projects. To verify the resulting estimate, you then refer to some industry averages for testing effort and costs on similar projects, published by a reputable consultant.

Which statement accurately describes your estimation approach?

Select ONE option.

13 / 40

13. As a result of risk analysis, more testing is being directed to those areas of the system under test where initial testing found more defects than average.

Which of the following testing principles is being applied?

Select ONE option.

14 / 40

14. Which one of the following is the description of statement coverage?

Select ONE option.

15 / 40

15. A smart home app measures the average temperature in the house over the previous week and provides feedback to the occupants on their environmental friendliness based on this temperature.

The feedback for different average temperature ranges (to the nearest °C) should be:

Up to 10°C - Icy Cool!
11°C to 15°C - Chilled Out!
16°C to 19°C - Cool Man!
20°C to 22°C - Too Warm!
Above 22°C - Hot & Sweaty!

Using BVA (only Min- and Max values), which of the following sets of test inputs provides the highest level of boundary coverage?

Select ONE option.

16 / 40

16. Which of the following options are roles in a formal review?

Select ONE option.

17 / 40

17. Which of the following is a typical objective of testing?

Select ONE option.

18 / 40

18. Which of the following provides the definition of the term test case?

Select ONE option.

19 / 40

19. Which of the following statements about the given state transition diagram and table of test cases is TRUE?

Select ONE option.

20 / 40

20. Which one of the following is MOST likely to be a benefit of test execution tools?

Select ONE option.

21 / 40

21. Which of the following are two factors that can be used to determine the level of risk?

Select ONE option.

22 / 40

22. Which of the following is LEAST likely to be an example of product risk analysis CORRECTLY influencing the testing?

Select ONE option.

23 / 40

23. Which of the following statements comparing component testing and system testing is TRUE?

Select ONE option.

24 / 40

24. How can white-box testing be applied during user acceptance testing?

Select ONE option.

25 / 40

25. During an Agile development effort, a product owner discovers a previously unknown regulatory requirement that applies to most of the user stories within a particular epic. The user stories are updated to provide for the necessary changes in software behavior. The programmers on the team are modifying the code appropriately. As a tester on the team, what types of tests will you run?

Select ONE option.

26 / 40

26. Which one of the following test tools is mostly suitable for developers rather than testers?

Select ONE option.

27 / 40

27. Which of the following tools is most useful for reporting test metrics?

Select ONE option.

28 / 40

28. Which of the following descriptions of statement coverage is CORRECT?

Select ONE option.

29 / 40

29. The project develops a "smart" heating thermostat. The control algorithms of the thermostat were modeled as Matlab/Simulink models and run on the internet connected server. The thermostat uses the specifications of the server to trigger the heating valves.

The test manager has defined the following test strategy/approach in the test plan:

1. The acceptance test for the whole system is executed as an experience-based test.
2. The control algorithms on the server are checked against standard of the energy saving regulation.
3. The functional test of the thermostat is performed as risk-based testing.
4. The security tests of data / communication via the internet are executed together with external security experts.

What four common types of test strategies/approaches did the test manager implement in the test plan?

Select ONE option.

30 / 40

30. A video application has the following requirement: The application shall allow playing a video on the following display resolution:

1. 640x480
2. 1280x720
3. 1600x1200
4. 1920x1080

Which of the following list of test cases is a result of applying the equivalence partitioning test technique to test this requirement?

Select ONE option.

31 / 40

31. You have just completed a pilot project for a regression testing tool. You understand the tool much better and have tailored your testing process to it. You have standardized an approach to using the tool and its associated work products. Which of the following is a typical test automation pilot project goal that remains to be carried out?

Select ONE option.

32 / 40

32. You are running a performance test with the objective of finding possible network bottlenecks in interfaces between components of a system. Which of the following statements describes this test?

Select ONE option.

33 / 40

33. Consider a mobile app that allows customers to access and manage their bank accounts. A user story has just been added to the set of features that checks customers’ social media accounts and bank records to give personalized greetings on birthdays and other personal milestones. Which of the following test techniques could a PROGRAMMER use during a unit test of the code to ensure that coverage of situations when the greetings ARE supposed to occur and when the greetings ARE NOT supposed to occur?

Select ONE option.

34 / 40

34. The reviews being used in your organization have the following attributes:

• There is a role of a scribe
• The purpose is to detect potential defects
• The review meeting is led by the author
• Reviewers find potential defects by individual review
• A review report is produced

Which of the following review types is MOST likely being used?

Select ONE option.

35 / 40

35. A product owner says that your role as a tester on an Agile team is to catch all the bugs before the end of each iteration. Which of the following is a testing principle that could be used to respond to this (false) statement?

Select ONE option.

36 / 40

36. Which of the following CORRECTLY matches the roles and responsibilities in a formal review?

37 / 40

37. Which of the following is an example of a task that can be carried out as part of the test process?

Select ONE option.

38 / 40

38. Given the following priorities and dependencies for these test cases:

Which of the following test execution schedules BEST considers the priorities and technical and logical dependencies?

Select ONE option.

39 / 40

39. Which of the following statements CORRECTLY reflects the value of static testing?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top