ISTQB Learning

Test your knowledge

0%
3
Created on By Admin

2018v3.1 - Exam 4 - 75 minutes

1 / 40

1. Which of the following statements is a valid objective for testing?

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

5. Which of the following statements BEST describes how tasks are divided between the test manager and the tester?

Select ONE option.

6 / 40

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

Select ONE options.

7 / 40

7. Which of the following is an example of a failure in a car cruise control system?

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

9. Which of the following metrics would be MOST useful to monitor during test execution?

Select ONE option.

10 / 40

10. Which statement about the relationship between statement coverage and decision coverage is true?

Select ONE option.

11 / 40

11. You will be invited to a review. The work product to be reviewed is a description of the in-house document creation process. The aim of the description is to present the work distribution between the different roles involved in the process in a way that can be clearly understood by everyone.

You will be invited to a checklist-based review. The checklist will also be sent to you. It includes the following points:

i. Is the person who performs the activity clearly identified for each activity?
ii. Are the entry criteria clearly defined for each activity?
iii. Are the exit criteria clearly defined for each activity?
iv. Are the supporting roles and their scope of work clearly defined for each activity?

In the following we show an excerpt of the work result to be reviewed, for which you should use the checklist above:

"After checking the customer documentation for completeness and correctness, the software architect creates the system specification. Once the software architect has completed the system specification, he invites testers and verifiers to the review. A checklist describes the scope of the review. Each invited reviewer creates review comments - if necessary - and concludes the review with an official review done-comment."

Which of the following statements about your review is correct?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

14 / 40

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

15 / 40

15. Which of the following statements is true?

Select ONE option.

16 / 40

16. Which of the following BEST explains a benefit of independent testing?

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

18. A batch application has been in production unchanged for over two years. It runs overnight once a month to produce statements that will be e-mailed to customers. For each customer, the application goes through every account and lists every transaction on that account in the last month. It uses a nested-loop structure to process customers (outer loop), each customer’s accounts (middle loop), and each account’s transactions (inner loop).

One night, the batch application terminates prematurely, failing to e-mail statements to some customers, when it encounters a customer with one account for which no transactions occurred in the last month. This is a very unusual situation and has not occurred in the years since this application was placed in production.

While fixing the defect, a programmer asks you to recommend test techniques that are effective against this kind of defect. Which of the following test techniques would most likely have been able to detect the underlying defect?

Select ONE option.

19 / 40

19. Mr. Test has been testing software applications on mobile devices for a period of 5 years. He has a wealth of experience in testing mobile applications and achieves better results in a shorter time than others. Over several months, Mr. Test did not modify the existing automated test cases and did not create any new test cases. This leads to fewer and fewer defects being found by executing the tests. What principle of testing did Mr. Test not observe?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. In a formal review, what is the role name for the participant who runs an inspection meeting?

Select ONE option.

22 / 40

22. A fitness app measures the number of steps that are walked each day and provides feedback to encourage the user to keep fit.

The feedback for different numbers of steps should be:

Up to 1000 - Couch Potato!
Above 1000, up to 2000 - Lazy Bones!
Above 2000, up to 4000 - Getting There!
Above 4000, up to 6000 - Not Bad!
Above 6000 - Way to Go!

Which of the following sets of test inputs would achieve the BEST equivalence partition coverage?

Select ONE option.

23 / 40

23. Consider the following decision table for the portion of an online airline reservation system that allows frequent flyers to redeem points for reward travel:

Suppose that there are two equivalence partitions for the condition where “Account/password okay” is not true, one where the account is invalid and another where the account is valid, but the password is invalid. Suppose that there is only one equivalence partition corresponding to the condition where “Account/password okay” is true, where both the account and password are valid.

If you want to design tests to cover the equivalence partitions for “Account/password okay” and also for this portion of the decision table, what is the minimum number of tests required?

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

25. Which of the following BEST matches the descriptions with the different categories of test techniques?

1. Coverage is measured based on a selected structure of the test object
2. The processing within the test object is checked
3. Tests are based on defects’ likelihood and their distribution
4. Deviations from the requirements are checked
5. User stories are used as the test basis

Using notation for the following 4 options:

Black - Black-box test techniques
White - White-box test techniques
Experience - Experience-based test techniques

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

28 / 40

28. Which one of the following options is categorized as a black-box test technique?

Select ONE option

29 / 40

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

30 / 40

30. An employee’s bonus is to be calculated. It cannot be negative, but it can be calculated down to zero. The bonus is based on the length of employment:

• Less than or equal to 2 years
• More than 2 years but less than 5 years
• 5 to 10 years inclusively
• Longer than 10 years

What is the minimum number of test cases required to cover all valid equivalence partitions for calculating the bonus?

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 following is LEAST likely to be an example of product risk analysis CORRECTLY influencing the testing?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Which of the following lists contains only typical exit criteria from testing?

Select ONE option.

36 / 40

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

37 / 40

37. Programmers often write and execute unit tests against code which they have written. During this self-testing activity, which of the following is a tester mindset that programmers should adopt to perform this unit testing effectively?

Select ONE option.

38 / 40

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

39 / 40

39. Consider the following list of undesirable outcomes that could occur on a mobile app development effort:

A. Incorrect totals on screens
B. Change to acceptance criteria during acceptance testing
C. Users find the soft keyboard too hard to use with your app
D. System responds too slowly to user input during search string entry
E. Testers not allowed to report test results in daily standup meetings

Which of the following properly classifies these outcomes as project and product risks?

Select ONE option.

40 / 40

40. Which one of the following is the BEST definition of an incremental development model?

Select ONE option.

0%

Scroll to top