Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

CTFL_Syll_4.0 ISTQB Certified Tester Foundation Level (CTFL) Questions and Answers

Questions 4

A test manager decided to skip static testing since he believes bugs can be found easily by doing dynamic testing. Was this decision right or wrong?

Options:

A.

The decision was wrong. Ensuring quality mandates that static testing is performed after performing the dynamic testing.

B.

The decision was right. Static testing is usually redundant if a product is planned to go through a full-cycle of dynamic testing.

C.

The decision was right. Most of the bugs are easier to identify during the dynamic testing.

D.

The decision was wrong. Static testing can find defects early in the development process, reducing the overall cost of testing and development

Buy Now
Questions 5

The following 4 equivalence classes are given:

Which of the following alternatives includes correct test values for x. based on equivalence partitioning?

Options:

A.

-100; 100:1000; 1001

B.

-500; 0; 100; 1000

C.

-99; 99:101; 1001

D.

-1000; -100; 100; 1000

Buy Now
Questions 6

Which of the following issues cannot be identified by static analysis tools?

Options:

A.

Very low MTBF (Mean Time Between failure)

B.

Potentially endless loops

C.

Referencing a variable with an undefined value

D.

Security vulnerabilities

Buy Now
Questions 7

Test automation allows you to:

Options:

A.

demonstrate the absence of defects

B.

produce tests that are less subject to human errors

C.

avoid performing exploratory testing

D.

increase test process efficiency by facilitating management of defects

Buy Now
Questions 8

Which of the following s the most correct statement about state testing techniques?

Options:

A.

Static techniques can be used before all code is ready for execution

B.

Static techniques find more detects then dynamic techniques.

C.

Static techniques can be used by inexperienced users.

D.

Static techniques are always cheaper than dynamic techniques.

Buy Now
Questions 9

Consider the following examples of risks identified in different software development projects:

[I]. The contrast color ratio for both normal text and large text of a website does not comply with the applicable accessibility guidelines, making it difficult for many users to read the content on the pages

[II]. A development vendor fails to deliver their software system on time, causing significant delays to system integration testing activities that have been planned as part of a development project for a system of systems

[III]. People in the test team do not have sufficient skills to automate tests at the test levels required by the test automation strategy which does not allow production of an effective regression test suite

[IV]. In a web application, data from untrusted sources is not subject to proper input validation, making the application vulnerable to several security attacks

Which of the following statements is true?

Options:

A.

[I] and [III] are product risks; [II] and [IV] are project risks

B.

[I] and [IV] are product risks. [II] and [III] are project risks

C.

[II], [III] and [IV] are product risks; [I] is a project risk

D.

[IV] is a product risk; [I]. [II] and [III] are project risks

Buy Now
Questions 10

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

Buy Now
Questions 11

Which of the following statements about white-box test techniques is true?

Options:

A.

Achieving full statement coverage and full branch coverage for a software product means that such software product has been fully tested and there are no remaining bugs within the code

B.

Code-related white-box test techniques are not required to measure the actual code coverage achieved by black-box testing, as code coverage can be measured using the coverage criteria associated with black-box test techniques

C.

Branch coverage is the most thorough code-related white-box test technique, and therefore applicable standards prescribe achieving full branch coverage at the highest safety levels for safety-critical systems

D.

Code-related white-box test techniques provide an objective measure of coverage and can be used to complement black-box test techniques to increase confidence in the code

Buy Now
Questions 12

A calculator software is used to calculate the result for 5+6.

The user noticed that the result given is 6.

This is an example of;

Options:

A.

Mistake

B.

Fault

C.

Error

D.

Failure

Buy Now
Questions 13

An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet.

Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length? (Note: test cases are separated by a semicolon)

Options:

A.

1xA;aB11;Pq1ZZab;7iDD0a1x

B.

aB11;99rSp:5NnN10;7iDD0a1x

C.

1xB: aB11: 99rSp: 5NnN10; 4NnN10T; 44ghWn19

D.

1RhT;rSp53;3N3e10;8sBdby

Buy Now
Questions 14

A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage refers to the amount of the single sale). These values are determined on the basis of the type of customer (classified as "Basic" or "Premium") to which such sale was made, and on the amount of such sale classified into the following three groups G1, G2 and G3:

• [G1]: less than 300 euros

• [G2]: between 300 and 2000 euros

• [G3]: greater than 2000 euros

Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?

Options:

A.

12

B.

6

C.

4

D.

3

Buy Now
Questions 15

The whole-team approach:

Options:

A.

promotes the idea that all team members should have a thorough understanding of test techniques

B.

is a consensus-based approach that engages the whole team in estimating the user stories

C.

promotes the idea that all team members should be responsible for the quality of the product

D.

is mostly adopted in projects aimed at developing safety-critical systems, as it ensures the highest level of testing independence

Buy Now
Questions 16

Which of the following statements is true?

Options:

A.

In Agile software development, work product documentation tends to be lightweight and manual tests tend to be often unscripted as they are often produced using experience-based test techniques

B.

Sequential development models impose the use of systematic test techniques and do not allow the use of experience-based test techniques

C.

In Agile software development, the first iterations are exclusively dedicated to testing activities, as testing will be used to drive development, which will be performed in the subsequent iterations

D.

Both in Agile software development and in sequential development models, such as the V-model, test levels tend to overlap since they do not usually have defined entry and exit criteria

Buy Now
Questions 17

A typical objective of testing is to ensure that:

Options:

A.

testing is used to drive the development of a software

B.

a software has been tested using a combination of test techniques

C.

there are no defects in a software that is about to be released

D.

a software has been properly covered

Buy Now
Questions 18

The four test levels used in ISTQB syllabus are:

1. Component (unit) testing

2. Integration testing

3. System testing

4. Acceptance testing

An organization wants to do away with integration testing but otherwise follow V-model. Which of the following statements is correct?

Options:

A.

It is allowed as organizations can decide on men test levels to do depending on the context of the system under test

B.

It is allowed because integration testing is not an important test level arc! can be dispensed with.

C.

It is not allowed because integration testing is a very important test level and ignoring i: means definite poor product quality

D.

It is not allowed as organizations can't change the test levels as these are chosen on the basis of the SDLC (software development life cycle) model

Buy Now
Questions 19

What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?

Options:

A.

Acceptance testing

B.

Structural testing

C.

Integration testing

D.

Exploratory testing

Buy Now
Questions 20

Which of the following statements about error guessing is true?

Options:

A.

Error guessing is a system that adopts artificial intelligence to predict whether software components are likely to contain defects or not

B.

Experienced testers, when applying error guessing, rely on the use of a high-level list of what needs to be tested as a guide to find defects

C.

Error guessing refers to the ability of a system or component to continue normal operation despite the presence of erroneous inputs

D.

Experienced testers, when applying error guessing technique, can anticipate where errors, defects and failures have occurred and target their tests at those issues

Buy Now
Questions 21

A system has a self-diagnostics module that starts executing after the system is reset. The diagnostics are running 12 different tests on the systems memory hardware. The following is one of the requirements set for the diagnostics module:

'The time taking the diagnostics tests to execute shall be less than 2 seconds' Which of the following is a failure related to the specified requirement?

Options:

A.

The diagnostic tests fail to start after a system reset

B.

The diagnostic tests take too much time to execute

C.

The diagnostic tests that measure the speed of the memory, fail

D.

The diagnostic tests fail due to incorrect implementation of the test code

Buy Now
Exam Code: CTFL_Syll_4.0
Exam Name: ISTQB Certified Tester Foundation Level (CTFL)
Last Update: May 9, 2024
Questions: 70
CTFL_Syll_4.0 pdf

CTFL_Syll_4.0 PDF

$28  $80
CTFL_Syll_4.0 Engine

CTFL_Syll_4.0 Testing Engine

$33.25  $95
CTFL_Syll_4.0 PDF + Engine

CTFL_Syll_4.0 PDF + Testing Engine

$45.5  $130