Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

iSQI CTFL_Syll2018 - ISTQB Certified Tester Foundation Level (Syllabus 2018)

Page: 10 / 11
Total 365 questions

Which of the following options describe the chain of events in the correct sequence?

A.

Error, fault, failure

B.

Fault, bug. mistake

C.

Mistake, failure, fault

D.

Failure, bug, error

An issue has been found in a production system, where a code component fails to release memory after it has finished using it. Which of the following tools would have been the MOST effective at detecting this defect during Performance testing?

A.

Dynamic analysis tool.

B.

Test Execution tool.

C.

Configuration management tool.

D.

Coverage measurement tool.

Which of the following statements are "testing general principles'"?

I. Exhaustive testing is impossible

II. The defects found during the pre-release tests, or the operational failures, are uniformly distributed across the system's software modules

III. Testing can show the presence of defects, but cannot demonstrate their absence

IV. Testing is context-independent

A.

I, III

B.

I, II

C.

I, IV

D.

II, III

Which of the following Is the BEST reason for selecting a particular type of software development lifecycle model?

A.

Tester skill level with the software development lifecycle model

B.

The project manager's preference

C.

The project team's overall familiarity with the model

D.

The type of product being developed

For a mandatory input field 'ZIP code" the following rules are given:

1 - The valid ZIP code format is 5 numeric digits

2 - The code has to exist in the pest office's official ZIP code list

Using equivalence classes partitioning, how many test cases are required to test this field?

A.

6

B.

4

C.

8

D.

3

Which of the following DOES NOT describe "component testing'?

A.

Component testing tests interfaces between modules and interactions of different parts of a system.

B.

Component testing occurs with access to the code being tested and with the support of a development environment, such as a unit test framework or debugging tool

C.

Component testing verifies the functioning of. software modules, programs, objects, classes, etc. that are separately testable.

D.

In component testing stubs, drivers and simulators may be usefully utilized to facilitate tester activity

What is the order in which the specifications for test cases, test conditions and test procedures are developed as a part of the test development process?

A.

Test Procedure --> Test Condition -> Test Case

B.

Test Condition --> Test Case --> Test Procedure

C.

Test Procedure -> Test Case -> Test Condition

D.

Test Condition --> Test Procedure --> Test Case

Why is measurement of code coverage Important?

A.

Because 100% code coverage implies 100% coverage of requirements

B.

Because 100% code coverage guarantees that there are no coding errors

C.

Because code coverage can be used to ensure that all code is exercised by tests

D.

Because code coverage can ensure that all decisions are correctly implemented in the code

A class grade application for instructors assigns letter grades based on students' numerical grades. The letter grades for different numerical grades should be:

Above 89. up to 100 – A

Above 79. up to 89 - B

Above 69. up to 79 – C

Above 59. up to 69 - D Below 60 - F

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

A.

0, 58, 59, 70, 80

B.

69, 79, 80, 89, 90

C.

74, 79, 84, 85, 89

D.

79,89,90,99,100

Which of the following statements is the best explanation why software failures can be caused by environmental conditions?

A.

Factors like magnetism, radiation and even pollution can affect electronic devices and the performance of their embedded real time software

B.

Environmental conditions only affect the hardware - not the software

C.

If the hardware on which the software application is running under ambient temperature and humidity, no failures can be linked to environmental conditions

D.

Extreme heat and vibrations exerted on storage media can cause errors in algorithms and program flows