Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free ISTQB ISTQB-CTFL Practice Exam with Questions & Answers | Set: 7

Questions 61

A financial institution is to implement a system that calculates the interest rates paid on investment accounts based on the sum invested.

You are responsible for testing the system and decide to use equivalence partitioning and boundary value analysis to design test cases. The requirements describe the following expectations:

Investment range| Interest rate

R500 to RIO 00010%

RIO 001 to R50 00011%

R50 001 to RlOOOOO12%

RIOOOOl to R500 000| 13%

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

Options:
A.

5

B.

4

C.

8

D.

16

ISTQB ISTQB-CTFL Premium Access
Questions 62

Consider the following statements about risk-based testing.

I) Risk-based testing has the objective to reduce the level of protect risks.

II) Tests should be prioritized to find tie critical detects as early as possible.

III) Non-testing activities may also help to reduce risk

IV) Risks have to be reassessed on a regular basis.

V) The project stakeholders can give useful input to determine the risks

Options:
A.

I III IV and V are true. II is false.

B.

II, III IV and V are correct. I is false.

C.

C. I, II and IV are true. III and V are false.

D.

II, Ill and V are true. 1 ants Iv are false.

Questions 63

Which of the following is the most important task of a typical test leader?

Options:
A.

To automate tests.

B.

To prepare and acquire test data.

C.

To set up the test environment.

D.

To coordinate the test strategy with project managers.

Questions 64

You are a test manager responsible for implementing risk-based testing in your organization which deals with software in the healthcare domain. You are writing a handbook of various product risk mitigation options. Which ONE of the following options correctly represent the correct mitigation options?

Options:
A.

Using a third party testing company to transfer the risk to that company

B.

Choosing a tool for automated unit testing to reduce the risks

C.

Increasing the number of testers to be able to take care of all the risks

D.

Selecting a tester with required knowledge related to compliance and standards

Questions 65

Which ONE of the following options corresponds to an activity in the testing process in which testable features are identified?

Options:
A.

Test design

B.

Test analysis

C.

Test implementation

D.

Test execution

Questions 66

Which ONE of the following is a GOOD testing practice that is INDEPENDENT of the chosen SDLC (Software Development Life Cycle) model?

Options:
A.

Testers are involved in reviewing work products as soon as the final version of this documentation is available so that this earlier testing and defect detection can support the “shift-left" strategy.

B.

Test analysis and design for a specific test level begin during the corresponding development phase of the SDLC, allowing testing to follow the principle of late testing.

C.

For every software development activity, there is a corresponding testing activity, ensuring that all development activities are subject to quality assurance.

D.

Different test levels have specific and overlapping test objectives, allowing tests to be appropriate to specific test object types while managing redundancy.

Questions 67

Which of the following statements describes regression testing?

I. Retesting of a fixed defect

II. Testing of an already tested program

III. Testing of new functionality in a program

IV. Regression testing applies only to functional testing

V Tests that do not nave to be repeatable, because They are only used once

Options:
A.

II, IV, V

B.

I, III, IV

C.

II

D.

I, IV

Questions 68

Which of the following statements about Experience Based Techniques (EBT) is correct?

Options:
A.

EBT use tests derived from the test engineers' previous experience with similar technologies.

B.

EBT is based on the ability of the test engineer to implement various testing techniques.

C.

EBT is done as a second stage of testing, after non-experienced-based testing took place.

D.

EBT require broad and deep knowledge in testing but not necessarily in the application or technological domain.

Questions 69

Which of the following statements BEST describes how test cases are derived from a use case?

Options:
A.

Test cases are derived based on non-functional requirements such as usability

B.

Test cases are created using white-box test techniques to execute scenarios of use cases

C.

Test cases are derived based on pair testing between a user and a tester to find defects

D.

Test cases are designed to cover various user behaviors, including basic, exceptional or alternative and error behaviors associated with human users or systems

Questions 70

Which of the options below about statement testing is correct?

Options:
A.

100% statement coverage ensures that there are no more defects in the test object.

B.

100% statement coverage ensures that every transition between two statements has been executed at least once.

C.

100% statement coverage ensures that there are no unreachable program parts (dead code).

D.

100% statement coverage is a useful exit criterion for system testing.