ISTQB Learning

Test your knowledge

0%
2
Created on By Admin

2018v3.1 - Exam 4

1 / 40

1. During a period of intensive project overtime, a system architecture document is sent to various project participants, announcing a previously unplanned technical review to occur in one week. No adjustments are made to the participants’ list of assigned tasks. Based on this information alone, which of the following is a factor for review success that is MISSING?

Select ONE option.

2 / 40

2. Which of the following descriptions of decision coverage is CORRECT?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

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

6 / 40

6. You are defining the process for carrying out product risk analysis as part of each iteration on an Agile project. Which of the following is the proper place to document this process in a test plan?

Select ONE option.

7 / 40

7. Which of the following statements correctly describes the difference between testing and debugging?

Select ONE option.

8 / 40

8. Which of the following is a common test metric often used to monitor BOTH test preparation and test execution?

Select ONE option.

9 / 40

9. Given the following statements about the relationships between software development activities and test activities in the software development lifecycle:

1. Each development activity should have a corresponding testing activity
2. Reviewing should start as soon as final versions of documents become available
3. The design and implementation of tests should start during the corresponding development activity
4. Testing activities should start in the early stages of the software development lifecycle

Which of the following CORRECTLY shows which are true and false?

Select ONE option.

10 / 40

10. Which activities are carried out within the planning of a formal review?

Select ONE option.

11 / 40

11. Which of the following statements CORRECTLY describes a role of impact analysis in Maintenance Testing?

Select ONE option.

12 / 40

12. You have been asked to take part in a checklist-based review of the following excerpt from the requirements specification for a library system:

Librarians can:

1. Register new borrowers
2. Return books from borrowers
3. Accept fines from borrowers
4. Add new books to the system with their ISBN, author and title
5. Remove books from the system
6. Get system responses within 5 seconds

Borrowers can:

7. Borrow a maximum of 3 books at one time
8. View the history of books they have borrowed/reserved
9. Be fined for failing to return a book within 3 weeks
10. Get system responses within 3 seconds
11. Borrow a book at no cost for a maximum of 4 weeks
12. Reserve books (if they are on-loan)

All users (librarians and borrowers):

13. Can search for books by ISBN, author, or title
14. Can browse the system catalogue
15. The system shall respond to user requests within 3 seconds
16. The user interface shall be easy-to-use

You have been assigned the checklist entry that requires you to review the specification for inconsistencies between individual requirements (i.e., conflicts between requirements).

Which of the following CORRECTLY identifies inconsistencies between pairs of requirements?

Select ONE option.

13 / 40

13. Given the following test activities and tasks:

A. Test design
B. Test implementation
C. Test execution
D. Test completion

1. Entering change requests for open defect reports
2. Identifying test data to support the test cases
3. Prioritizing test procedures and creating test data
4. Analyzing discrepancies to determine their cause

Which of the following BEST matches the activities with the tasks?

Select ONE option.

14 / 40

14. Which of the following BEST defines risk level?

Select ONE option.

15 / 40

15. For which of the following situations is exploratory testing suitable?

Select ONE option.

16 / 40

16. What is quality?

Select ONE option.

17 / 40

17. Which of the following can affect and be part of the (initial) test planning?

Select ONE options.

18 / 40

18. Which one of the statements below describes the most common situation for a failure discovered during testing or in production?

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 statement about the relationship between statement coverage and decision coverage is true?

Select ONE option.

21 / 40

21. Given that the testing being performed has the following attributes:

• Based on interface specifications
• Focused on finding failures in communication
• The test approach uses both functional and structural test types

Which of the following test levels is MOST likely being performed?

Select ONE option.

22 / 40

22. Match the following test work products (1-4) with the right description (A-D).

1. Test suite
2. Test case
3. Test script
4. Test charter

A. A set of test scripts to be executed in a specific test run
B. A set of instructions for the execution of a test
C. Contains expected results
D. Documentation of test activities in session-based exploratory testing

Select ONE option.

23 / 40

23. Which of the following statements is true?

Select ONE option.

24 / 40

24. What is decision coverage?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

28 / 40

28. Which of the following statements BEST compares the purposes of confirmation testing and regression testing?

Select ONE option.

29 / 40

29. A mass market operating system software product is designed to run on any PC hardware with an x86-family processor. You are running a set of tests to look for defects related to support of the various PCs that use such a processor and to build confidence that important PC brands will work. What type of test are you performing?

Select ONE option.

30 / 40

30. Which one of the following is the characteristic of a metrics-based approach for test estimation?

Select ONE option.

31 / 40

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

32 / 40

32. Which of the review types below is the BEST option to choose when the review must follow a formal process based on rules and checklists?

Select ONE option.

33 / 40

33. Which one of the following is NOT included in a test summary report?

Select ONE option.

34 / 40

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

35 / 40

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

Select ONE option.

36 / 40

36. Which of the following qualities is MORE likely to be found in a tester’s mindset rather than in a developer’s?

Select ONE option.

37 / 40

37. Given the following state model of a battery charger software:

Which of the following sequences of transitions provides the highest level of transition coverage for the model?

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

39. You are reading a user story in the product backlog to prepare for a meeting with the product owner and a developer, noting potential defects as you go. Which of the following statements is true about this activity?

Select ONE option.

40 / 40

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

0%

Scroll to top