Winter Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dumps65

iSQI CTFL_Syll_4.0 Dumps

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

Question 1

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 2

For each test case to be executed, the following table specifies its dependencies and the required configuration of the test environment for running such test case:

as

Assume that CONF1 is the initial configuration of the test environment. Based on this assumption, which of the following is a test execution schedule that is compatible with the specified dependencies and allows minimizing the number of switches between the different configurations of the test environment?

Options:

A.

TC4, TC3, TC2, TC1.TC5

B.

TC1.TC5.TC4. TC3, TC2

C.

TC4, TC3. TC2, TC5, TC1

D.

TC4.TC1, TC5. TC2.TC3

Question 3

You are a tester working on a critical project. Based on the risk analysis you need to decide on the order of test execution. Which of the following lists the correct sequence of test execution? Priority 1 is the highest and Priority 3 is the lowest priority.

Test CasePriorityDependencies

Test A3-

Test B1TestD

TestC2Test A

Test D3•

Options:

A.

D-C- B-A

B.

D-B-A-C

C.

D-A-B-C

D.

C-B-A-D

Question 4

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 5

The following chart represents metrics related to testing of a project that was competed. Indicate what is represented by tie lines A, B and the axes X.Y

A)

as

B)

as

C)

D)

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 6

A company runs a pilot project for evaluation of a test automation tool. Which of the following is NOT a valid object of this pilot project?

Options:

A.

Get familiar with the functionality and options of the tool

B.

Check haw the tool fits to the existing test processes

C.

Train all testers on using the tool

D.

Decide upon standards for tool implementation

Question 7

Which of the following types of bug are more likely to be found by static testing then by dynamic testing?

Options:

A.

A sub-system that does not perform the intended functionality

B.

Variables that were declared in the code without initialization

C.

Functions that take much longer time to complete than expected

D.

Crashes of the application

Question 8

Which of the following statements about the testing quadrants is true?

Options:

A.

The higher the number of the testing quadrant, the more important the tests associated with this quadrant are

B.

Automated acceptance tests produced during BDD and ATDD are classified in quadrant Q2

C.

Exploratory tests are classified in quadrant Q3. and they are usually included in a continuous integration process

D.

Automated unit tests produced during TDD are classified in quadrant Q4 as they are technology facing

Question 9

Consider an estimation session where a six-member Agile team (Memb1, ... , Memb6) is performing a planning poker session to estimate a user story (in story points). Team

members are using a set of cards with the following values: 1, 2, 3, 5, 8, 13, 21. Below is the outcome produced by the first round of estimation for this session:

as

Which of the following answers best describes how the estimation session should proceed?

Options:

A.

The final estimate of the user story in story points is determined as the arithmetic mean of all the estimates made by the team members during this first round, without the need to perform further rounds of estimation

B.

The final estimation of the user story in story points is determined as the most frequent estimate value among those selected by the team members (in this case 3 story points chosen by Memb1, Memb2, Memb3, Memb5) during this first round, without the need to perform further rounds of estimation

C.

The final estimate of the user story in story points is determined as the arithmetic mean of the most optimistic estimate (chosen by Memb6) and the most pessimistic estimate (chosen by Memb4) during this first round, without the need to perform further rounds of estimation

D.

Memb4 and Memb6, which have produced the most pessimistic and the most optimistic estimates respectively, should explain the reasons of their choices to stimulate a discussion between all team members before to proceed to another round of estimation

Question 10

The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle:

Options:

A.

is a false myth

B.

is expressed by the testing principle referred to as Tests wear out'

C.

is expressed by the testing principle referred to as 'Defects cluster together'

D.

is expressed by the testing principle referred to as 'Bug prediction'

Question 11

A requirement specifies that if the total amount of sales (TAS) made during the year by a corporate seller is 300000€ or more, the bonus that must be paid to the seller is 100% of a certain amount agreed upon at the beginning of the year. The software contains a fault as it implements this requirement with the decision "IF (TAS = 300000)" instead of "IF (TAS >= 300000)". The application of the 3-value boundary value analysis to this problem consists of the following three test cases (TAS is an integer variable):

TC1 = 299999 TC2=300000 TC3=300001

Which of the following statements is true?

Options:

A.

TC1 would highlight the fault

B.

TC2 would highlight the fault

C.

TC3 would highlight the fault

D.

None of the three test cases would highlight the fault

Question 12

A document describes the test procedures that have been derived for the identified test sets. Among other things, the order in which the test cases in the corresponding test set are to be executed according to the dependencies described by preconditions and postconditions is specified. This document is a typical work product produced as part of:

Options:

A.

test design

B.

test analysis

C.

test implementation

D.

test monitoring and control

Question 13

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.

Question 14

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 15

The following 4 equivalence classes are given:

as

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

Question 16

A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:

Options:

A.

Test monitoring and control

B.

Test implementation

C.

Test design

D.

Test analysis

Question 17

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 18

Which of the following statements is CORRECT about error guessing?

Options:

A.

While reviewing the test cases, testers have to make guess about the kind of mistakes test cases might contain

B.

Error guessing doesn't make use of past failures as past failures are not indicators of correct defects

C.

Fault attacks are an example of a technique for implementing error guessing.

D.

Error guessing depends on the developers guessing what mistakes testers might make and miss the possible defects

Question 19

Which of the following statements about the shift-left approach is true?

Options:

A.

Shift-left in testing can be implemented only in Agile/DevOps frameworks, as it relies completely on automated testing activities performed within a continuous integration process

B.

Performance testing performed during component testing, is a form of shift-left in testing that avoids planning and executing costly end-to-end testing at the system test level in a production-like environment

C.

Shift-left in testing can be implemented in several ways to find functional defects early in the lifecycle, but it cannot be relied upon to find defects associated with non-functional characteristics

D.

Continuous integration supports shift-left in testing as it can reduce the time between the introduction of a defect and its detection, thereby reducing the cost to fix it

Question 20

Which of the following statements best describes how configuration management supports testing?

Options:

A.

Configuration management helps reduce testing effort by identifying a manageable number of test environment configurations in which to test the software, out of all possible configurations of the environment in which the software will be released

B.

Configuration management is an administrative discipline that includes change control, which is the process of controlling the changes to identified items referred to as Configuration Items'

C.

Configuration management is an approach to interoperability testing where tests are executed in the cloud, as the cloud can provide cost-effective access to multiple configurations of the test environments

D.

Configuration management helps ensure that all relevant project documentation and software items are uniquely identified in all their versions and therefore can be unambiguously referenced in test documentation

Question 21

Which of the following statements about exploratory testing is true?

Options:

A.

Exploratory testing is an experience-based test technique in which testers explore the requirements specification to detect non testable requirements

B.

When exploratory testing is conducted following a session-based approach, the issues detected by the testers can be documented in session sheets

C.

Exploratory testing is an experience-based test technique used by testers during informal code reviews to find defects by exploring the source code

D.

In exploratory testing, testers usually produce scripted tests and establish bidirectional traceability between these tests and the items of the test basis

Question 22

Which of the following is a task the Author is responsible for, as part of a typical formal review?

Options:

A.

Determining the people who will be involved in the review

B.

Recording the anomalies found during the review meeting

C.

Identifying potential anomalies in the work product under review

D.

Fixing the anomalies found in the work product under review

Question 23

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 24

A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:

Options:

A.

Test monitoring and control

B.

Test implementation

C.

Test design

D.

Test analysis

Question 25

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 26

Which of the following statement about the shift-left approach is false?

Options:

A.

The shift-left approach can only be implemented with test automation

B.

The shift-left approach in testing is compatible with DevOps practices

C.

The shift-left approach can involve security vulnerabilities

D.

The shift-left approach can be supported by static analysis tools

Question 27

Which of the following statements about impact of DevOps on testing is CORRECT?

Options:

A.

DevOps helps bring focus on testing of non-functional characteristics

B.

DevOps helps shift focus of testing people to perform operations testing

C.

DevOps helps shift focus of operations people to functional testing

D.

DevOps helps eliminate manual testing by having focus on continuous automated testing

Question 28

Pariksha labs is a mature software testing company. They are TMMi level 5 certified. Their testing processes are well defined. Which ONE of the following statements is likely to be CORRECT about them?

Options:

A.

The company uses same test strategy for all the projects doing minor changes based on test manager responsible for the project because their test strategy template is very mature and do not need to change

B.

The question about the test design techniques to be used is determined based on various factors such as the domain and expectations of the stakeholders

C.

Same set of testing processes are used by them without needing any tweaks because that is the hallmark of a mature testing company.

D.

They try to perform 100% automation for every project because automation is a must for efficiency

Question 29

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

Options:

A.

Static testing is better suited than dynamic testing for highlighting issues that could indicate inappropriate code modularization

B.

Dynamic testing can only be applied to executable work products, while static testing can only be applied to non-executable work products

C.

Both dynamic testing and static testing cause failures, but failures caused by static testing are usually easier and cheaper to analyze

D.

Security vulnerabilities can only be detected when the software is being executed, and thus they can only be detected through dynamic testing, not through static testing

Question 30

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 31

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]

Question 32

Who of the following has the best knowledge to decide what tests in a test project should be automated?

Options:

A.

The developer

B.

The customer

C.

The development manager

D.

The test leader

Question 33

Consider a given test plan which, among others, contains the following three sections: "Test Scope", "Testing Communication", and "Stakeholders". The features of the test object to be tested and those excluded from the testing represent information that is:

Options:

A.

not usually included in a test plan, and therefore in the given test plan it should not be specified neither within the three sections mentioned, nor within the others

B.

usually included in a test plan and, in the given test plan, it is more likely to be specified within "Test Scope" rather than in the other two sections mentioned

C.

usually included in a test plan and, in the given test plan, it is more likely to be specified within "Testing Communication" rather than in the other two sections mentioned

D.

usually included in a test plan and, in the given test plan, it is more likely to be specified within "Stakeholders" rather than in the other two sections mentioned

Question 34

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 35

In which of the following test documents would you expect to find test exit criteria described9

Options:

A.

Test design specification

B.

Project plan

C.

Requirements specification

D.

Test plan

Question 36

A number of characteristics are given for impact of SDLC on the testing effort.

i.Finishing of requirements review leading to test analysis

ii.Both - static and dynamic testing performed at unit testing level

iii.Frequent regression testing may need to be performed

iv.Extensive product documentation

v.More use of exploratory testing

Which of the following statements is MOST correct?

Options:

A.

i, ii and iii are characteristics of sequential models; iv and v are characteristicsof iterativeandincrementalmodels

B.

i and iv are characteristics of sequential models;ii, iii and varecharacteristicsof iterativeandincrementalmodels

C.

ii and iv are characteristics of sequential models;i, iii and varecharacteristicsof iterativeandincrementalmodels

D.

iii and iv are characteristics of sequential modelsand i, ii and v are characteristics of iterative and incremental models

Question 37

Which of the following statements about exploratory testing is true?

Options:

A.

Exploratory testing is an experience-based test technique in which testers explore the requirements specification to detect non testable requirements

B.

When exploratory testing is conducted following a session-based approach, the issues detected by the testers can be documented in session sheets

C.

Exploratory testing is an experience-based test technique used by testers during informal code reviews to find defects by exploring the source code

D.

In exploratory testing, testers usually produce scripted tests and establish bidirectional traceability between these tests and the items of the test basis

Question 38

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 39

Exploratory testing is an experience-based test technique:

Options:

A.

Where a developer and a tester work together on the same workstation: while the developer actively writes code, the tester explores the code to find defects

B.

That can be organized into sessions guided by test charters outlining test objectives that will guide the testers' exploration

C.

Where a team of testers explores all possible test techniques in order to determine the most suitable combination of these techniques to apply for a test project

D.

That aims at finding defects by designing tests that exercise all possible combinations of input values and preconditions

Question 40

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 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 refers to good testing practice to be applied regardless of the chosen software development model?

Options:

A.

Tests should be written in executable format before the code is written and should act as executable specifications that drive coding

B.

Test levels should be defined such that the exit criteria of one level are part of the entry criteria for the next level

C.

Test objectives should be the same for all test levels, although the number of tests designed at various levels can vary significantly

D.

Involvement of testers in work product reviews should occur as early as possible to take advantage of the early testing principle

Question 43

A requirement specifies that a certain identifier (ID) must be between 5 and 10 characters long, must contain only alphanumeric characters, and its first character must be a letter. As a tester, you want to apply one-dimensional equivalence partitioning to test this ID. This means that you have to apply equivalence partitioning individually: to the length of the ID, the type of characters contained within the ID, and the type of the first character of the ID.

What is the number of partitions to cover?

Options:

A.

7

B.

6

C.

5

D.

3

Question 44

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 45

A test manager has started a cycle of testing for an e-commerce application. The reason for testing is the change in the protocol for connecting to the payment gateway because of new regulations. Which of the following correctly names this type of testing?

Options:

A.

Retirement testing

B.

System integration testing

C.

Beta testing

D.

Maintenance testing

Page: 1 / 15
Total 151 questions