Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

iSQI CTFL_Syll_4.0 ISTQB Certified Tester Foundation Level (CTFL) v4.0 Exam Practice Test

Demo: 45 questions
Total 151 questions

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

Question 1

Which of the following are the phases of the ISTQB fundamental test process?

Options:

A.

Test planning and control, Test analysis and design, Test implementation and execution, Evaluating ex t criteria and reporting. Test closure activities

B.

Test planning, Test analysis and design. Test implementation and control. Checking test coverage and reporting, Test closure activities

C.

Test planning and control, Test specification and design. Test implementation and execution, Evaluating test coverage and reporting, Retesting and regression testing, Test closure activities

D.

Test planning. Test specification and design. Test implementation and execution. Evaluating exit criteria and reporting. Retesting and test closure activities

Question 2

Consider a review for a high-level architectural document written by a software architect. The architect does most of the review preparation work, including distributing the document to reviewers before the review meeting. However, reviewers are not required to analyze the document in advance, and during the review meeting the software architect explains the document step by step. The only goal of this review is to establish a common understanding of the software architecture that will be used in a software development project.

Which of the following review types does this review refer to?

Options:

A.

Inspection

B.

Audit

C.

Walkthrough

D.

Informal review

Question 3

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

Question 4

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

Question 5

Which of the following types of tools is best suited for determining source code compliance with the guidelines provided by a coding standard?

Options:

A.

Containerization tool

B.

Fault seeding tool

C.

Static analysis tool

D.

Test data preparation tool

Question 6

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

Question 7

Which of the following is a test-first approach, where tests that express a shared understanding from stakeholders of how the application is expected to work, are first written in business-readable language (following the Given/When/Then format), and then made executable to drive development?

Options:

A.

Test-Driven Development (TDD)

B.

Acceptance Test-Driven Development (ATDD)

C.

Behavior-Driven Development (BDD)

D.

Domain-Driven Design (DDD)

Question 8

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

Question 9

You are testing a room upgrade system for a hotel. The system accepts three differed types of room (increasing order of luxury): Platinum. Silver and Gold Luxury. ONLY a Preferred Guest Card holder s eligible for an upgrade.

Below you can find the decision table defining the upgrade eligibility:

What is the expected result for each of the following test cases?

Customer A: Preference Guest Card holder, holding a Silver room

Customer B: Non Preferred Guest Card holder, holding a Platinum room

Options:

A.

Customer A; doesn't offer any upgrade; Customer B: offers upgrade to Gold luxury room

B.

Customer A: doesn't offer any upgrade; Customer B: doesn't offer any upgrade.

C.

Customer A: offers upgrade to Gold Luxury room; Customer B: doesn't offer any upgrade

D.

Customer A: offers upgrade to Silver room; Customer B: offers upgrade to Silver room.

Question 10

Confirmation testing is performed after:

Options:

A.

a defect is fixed and after other tests do not find any side-effect introduced in the software as a result of such fix

B.

a failed test, and aims to run that test again to confirm that the same behavior still occurs and thus appears to be reproducible

C.

the execution of an automated regression test suite to confirm the absence of false positives in the test results

D.

a defect is fixed, and if such testing is successful then the regression tests that are relevant for such fix can be executed

Question 11

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

Question 12

The tests at the bottom layer of the test pyramid:

Options:

A.

run faster than the tests at the top layer of the pyramid

B.

cover larger pieces of functionalities than the tests at the top layer of the pyramid

C.

are defined as 'Ul Tests' or 'End-To-End tests' in the different models of the pyramid

D.

are unscripted tests produced by experience-based test techniques

Question 13

You are working on creating test cases for a user story -

As a customer, I want to be able to book an ISTQB exam for a particular date, so that I can find choose my time slot and pay the correct amount, including discounts, if any.

The acceptance criteria for this :

1.The dates shown should be from the current date to 2 years in future

2.Initially there should be 10 timeslots available for each day, 1 hour each, starting at 8 AM GMT

3.Maximum 5 persons should be able to select a time slot after which that time slot should become unavailable

4.First timeslot should have a 10% discount.

Which of the following is the BEST example of a test case for this user story?

Options:

A.

Logon to the site and book an exam for the 8 AM (GMT) timeslot. Expected result: You should get 10% discounted price. Change the time to any other timeslot. Expected result: Discount should be removed

B.

Logon to the site. Book 5 exams for the current date. Expected result: Exams should be booked. Book 6th timeslot for the same date. Expected result: The exam should be booked but no discount should be given.

C.

Logon to the site. Expected result: Default 8 AM (GMT) timeslot should be selected. Change the time to any other timeslot. Expected result: New slot should be booked

D.

Logon to the site. Book an exam for the current date. Expected result: timeslots should be shown. Change the time to any other date prior to the selected date. Expected result: New slot should become visible.

Question 14

A Test Manager conducts risk assessment for a project. One of the identified risks is: The sub-contractor may fail to meet his commitment". If this risk materializes. it will lead to delay in completion of testing required for the current cycle.

Which of the following sentences correctly describes the risk?

Options:

A.

It is a product risk since any risk associated with development timeline is a product risk.

B.

It is no longer a risk for the Test Manager since an independent party (the sub-contractor) is now managing it

C.

It is a object risk since successful completion of the object depends on successful and timely completion of the tests

D.

It is a product risk since default on part of the sub-contractor may lead to delay in release of the product

Question 15

Which of the following is a role that is usually responsible for documenting the findings (e.g., action items, decisions, recommendations) made by the review team as part of a typical formal review?

Options:

A.

Review leader

B.

Facilitator

C.

Recorder

D.

Moderator

Question 16

Which sequence of state transitions is INCORRECT in accordance with the following description?

To provide for disaster recovery a system (designated as A) has been provided with a backup system (designated as B). Only one of them can be active at a time. When A goes down, B becomes active. When A comes back up then B becomes inactive and A becomes active again. However, when A is down and B also goes down then a message is sent to the system administrator. After this once A comes back up, A becomes active or if B comes up then B becomes Active.

Options:

A.

A and B are both down then A and B both come back up at the same time. A should become the active system and B should be inactive

B.

A is active and B is inactive. A goes down. B becomes active then B goes down. A is made active

C.

A is active and B is inactive then A goes down, B becomes active.

D.

A comes up when B is active and A was down. Now A becomes active and B becomes inactive.

Question 17

A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests were performed on stable and isolated test environments where you were the only user interacting with the application. All tests passed, but in some of those tests you observed the following issue: on some mobile devices only, the response time for two web pages containing images was extremely slow.

Based only on the given information, which of the following recommendation would you follow?

Options:

A.

You should open a defect report providing detailed information on which devices and by running which tests you observed the issue

B.

The issue is related to performance efficiency, not functionality. Thus, as a functional tester, you should not open any defect report as all the functional tests passed

C.

You should not open any defect report as the problem is most likely due to poor hardware equipment on the devices where you observed the issue

D.

You should not open any defect report and inform the test manager that the devices on which you observed the issue should no longer be supported so that they will be removed from the requirements specification

Question 18

In branch testing, what is the significance of a conditional branch in a software program?

Options:

A.

It marks a point where the program’s execution will terminate bringing the program to a halt.

B.

It indicates a decision point where the program can follow different paths based on specific conditions.

C.

It represents a programming error and therefore a conditional branch should be avoided.

D.

It signifies a comment or documentation within the code and it doesn't indicate a defect.

Question 19

Which of the following statements about white-box testing is false?

Options:

A.

Static testing can benefit from using code-related white-box test techniques during code reviews

B.

White-box testing allows suggesting test cases for increasing coverage levels which are based on objective measures

C.

Achieving full code coverage for a component or a system ensures that it has been fully tested

D.

Black-box testing can benefit from using code-related white-box test techniques to increase confidence in the code

Question 20

Which of the following statements is CORRECT about White-box testing?

Options:

A.

White-box testing helps find defects because they can be used to measure statement coverage

B.

White-box testing helps find defects even when specifications are vague because it takes into account the code.

C.

White-box testing helps find defects because it provides for requirements based coverage

D.

White-box testing helps find defects because it focuses on defects rather than failures

Question 21

Which of the following statements about static testing and dynamic testing is true?

Options:

A.

Unlike dynamic testing, which can be also performed manually, static testing cannot be performed without specialized tools

B.

Static testing is usually much less cost-effective than dynamic testing

C.

Unlike dynamic testing, which focuses on detecting potential defects, static testing focuses on detecting failures which may be due to actual defects

D.

Both static testing and dynamic testing can be used to highlight issues associated with non-functional characteristics

Question 22

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

Question 23

Match the Work Product with the category it belongs to:

Work Product:

1.Risk register

2.Risk information

3.Test cases

4.Test conditions

Category of work products:

Options:

A.

Test planning work products

B.

Test analysis work products.

C.

Test design work products

D.

Test monitoring and control work products

E.

1-C, 2-A, 3-D, 4-B

F.

1-A, 2-C, 3-B, 4-D

G.

1-A, 2-D, 3-C, 4-B

Question 24

Which of the following applications will be the MOST suitable for testing by Use Cases

Options:

A.

Accuracy and usability of a new Navigation system compared with previous system

B.

A billing system used to calculate monthly charge based or large number of subscribers parameters

C.

The ability of an Anti virus package to detect and quarantine a new threat

D.

Suitability and performance of a Multi media (audio video based) system to a new operating system

Question 25

Which ONE of the following statements is correct?

Options:

A.

Static analysis can be used against a work product containing unstructured artifacts

B.

Test cases can be tested using static testing techniques but not the models

C.

There may be legal issues in performing static testing on a commercially available executable library.

D.

Difficult to interpret work products are best tested using static analysis.

Question 26

A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests.

Which coverage metric will provide the needed information for this analysis?

Options:

A.

Code coverage

B.

Data flow coverage

C.

Statement coverage

D.

Branch Coverage

Question 27

A typical test objective is to:

Options:

A.

determine the most appropriate level of detail with which to design test cases

B.

verify the compliance of the test object with regulatory requirements

C.

plan test activities in accordance with the existing test policy and test strategy verify the correct creation and configuration of the test environment

Question 28

Which of the following work products cannot be examined by static analysis?

Options:

A.

Test plans

B.

Source code

C.

Compiled code

D.

Formal models

Question 29

The acceptance criteria associated with a user story:

Options:

A.

are often written in a rule-oriented format using the template referred to as "Given/When/Then"

B.

are often documented following in rule-oriented format using the following template: "As a [role], I want [feature], so that I can [benefit]"

C.

can be written in different formats and represent an aspect of a user story referred to as confirmation' of the so called "3 C's"

D.

must be written in one of the two following formats: scenario-oriented or rule-oriented

Question 30

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.

Choosing a tool for automated unit testing to reduce the risks

B.

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

C.

Selecting a tester with required knowledge related to compliance and standards

D.

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

Question 31

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

Question 32

Which of the following statements is CORRECT about the value added by a tester to release planning?

Options:

A.

The tester estimates the testing effort for individual iterations

B.

The tester assesses the testability of the user stories

C.

The tester breaks down user stories into smaller testing tasks

D.

The tester writes acceptance criteria

Question 33

Can "cost" be regarded as Exit criteria?

Options:

A.

Yes. Spending too much money on test ng will result in an unprofitable product, and having cost as an exit criterion helps avoid this

B.

No. The financial value of product quality cannot be estimated, so it is incorrect to use cost as an exit criterion

C.

Yes. Going by cost as an exit criterion constrains the testing project which will hello achieve the desired quality level defined for the project

D.

No The cost of testing cannot be measured effectively, so it is incorrect to use cost as an exit criterion

Question 34

Which of the following is LEAST likely to describe a task performed by someone in a testing role?

Options:

A.

Evaluate test basis and test object

B.

Create test completion report

C.

Assess testability of test object

D.

Define test environment requirements

Question 35

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

Question 36

In addition to thorough testing of the requirements specification, a development team aims to involve users as early as possible in the development process, using practices such as prototyping, to ensure that the software systems being developed will meet the users’ expectations. This approach is especially useful at mitigating the risks associated with one of the seven testing principles, which one?

Options:

A.

Tests wear out

B.

Absence-of-errors fallacy

C.

Working software over comprehensive documentation

D.

Defects cluster together

Question 37

Which of the following answers describes a reason for adopting experience-based testing techniques?

Options:

A.

Experience-based test techniques provide more systematic coverage criteria than black-box and white-box test techniques

B.

Experience-based test techniques completely rely on the tester's past experience for designing test cases

C.

Experience-based test techniques allow designing test cases that are usually easier to reproduce than those designed with black-box and white-box test techniques

D.

Experience-based test techniques tend to find defects that may be difficult to find with black-box and white-box test techniques and are often useful to complement these more systematic techniques

Question 38

Calculate the measurement error SD for the following estimates done using three point estimation technique-

Most optimistic effort (a) -120 person days

Most likely effort (m) -180 person days

Most pessimistic effort (b) - 240 person days

Options:

A.

20

B.

180

C.

197

D.

120

Question 39

Which of the following statements correctly describe the business facing quadrant that supports the team?

Options:

A.

Exploratory tests are generally used for this quadrant

B.

It is the quadrant that Non-functional testing such as performance and the tests are created on the basis of user scenarios

C.

It is the quadrant that component testing.

D.

It is the quadrant that deals with tests created on the basis of user stories.

Question 40

Which of the following statements is true?

Options:

A.

Unlike functional testing, non-functional testing can only be applied to conventional systems, not artificial intelligence-based system

B.

Functional testing focuses on what the system is supposed to do, while white-box testing focuses on how well the system does what it is supposed to do

C.

Functional testing can be applied to all test levels, while non-functional testing can be applied only to system and acceptance test levels

D.

Black-box test techniques and experience-based test techniques may be applicable to both functional testing and non-functional testing

Question 41

The tests at the bottom layer of the test pyramid:

Options:

A.

run faster than the tests at the top layer of the pyramid

B.

cover larger pieces of functionalities than the tests at the top layer of the pyramid

C.

are defined as 'Ul Tests' or 'End-To-End tests' in the different models of the pyramid

D.

are unscripted tests produced by experience-based test techniques

Question 42

Which of the following statements is CORRECT?

Options:

A.

Testing the software under test (SUT) based on the design is black-box testing whereas testing the input-output behaviour is experience based testing.

B.

Testing the software under test (SUT) is possible only after implementation in white-box testing whereas testing the software even before implementation is possible in exploratory testing.

C.

Testing the software under test (SUT) using knowledge of the tester is experience based testing whereas testing the specification based behaviour without pre-written test cases is using black-box testing techniques.

D.

Testing based on the structure of the software under test (SUT) is white-box testing whereas testing the input-output behaviour without pre-written test cases is experience based testing.

Question 43

A software development company invests heavily in tools to support the entire software development lifecycle, including testing. They have a tool that allows automated creation and installation of builds and subsequent execution of various types of automated tests. Which ONE of the following is a CORRECT statement about this type of test tool?

Options:

A.

It is an example of collaboration tool

B.

It is an example of DevOps related tools

C.

It is an example of automated unit testing tool

D.

It is an example of test implementation tool

Question 44

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

Question 45

As a tester, as part of a V-model project, you are currently executing some tests aimed at verifying if a mobile app asks the user to grant the proper access permissions during the installation process and after the installation process. The requirements specification states that in both cases the app shall ask the user to grant access permissions only to the camera and photos stored on the device. However, you observe that the app also asks the user to grant access permission to all contacts on the device. Consider the following items:

[I]. Test environment

[II]. Expected result

[III]. Actual result

[IV]. Test level

[V]. Root cause

Based on only the given information, which of the items listed above, are you able to correctly specify in a defect report?

Options:

A.

[I]and [IV]

B.

[II]and [III]

C.

[II]. [Ill] and [V]

D.

[I]. [IV] and [V]

Demo: 45 questions
Total 151 questions