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

CTFL_Syll_4.0 Exam Dumps - ISTQB Certified Tester Foundation Level (CTFL) v4.0

Question # 4

A typical generic skill required for the role of tester is the ability to:

A.

take on the role of developer to meet challenging project deadlines

B.

assume leadership aimed at imposing decisions on the rest of the team

C.

use tools to make the execution of repetitive testing tasks more efficient

D.

determine the corrective actions to get a test project on track in case of deviations from the test plan

Full Access
Question # 5

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

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

Full Access
Question # 6

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?

A.

Inspection

B.

Audit

C.

Walkthrough

D.

Informal review

Full Access
Question # 7

Which ONE of the following statements does NOT describe how testing contributes to higher quality?

A.

Properly designed tests that pass reduce the level of risk in a system.

B.

The testing of software demonstrates the absence of defects.

C.

Software testing identifies defects, which can be used to improve development activities.

D.

Performing a review of the requirement specifications before implementing the system can enhance quality.

Full Access
Question # 8

After being in operation for many years, a document management system must be decommissioned as it has reached its end of life. This system will not be replaced by any other new system. A legal obligation provides that all documents within the system must be kept for at least 20 years in a state archive.

Which of the following statements about maintenance testing for decommissioning of this system is true?

A.

No maintenance testing is required as this system will not be replaced

B.

Data migration testing is required as part of maintenance testing

C.

Confirmation testing is required as part of maintenance testing

D.

Regression testing is required as part of maintenance testing

Full Access
Question # 9

Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?

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

Full Access
Question # 10

Which of the following lists factors That contribute to PROJECT risks?

A.

skill and staff shortages; problems in defining the right requirements, contractual issues.

B.

skill and staff shortages; software does not perform its intended functions; problems in defining the right requirements.

C.

problems in defining the right requirements; contractual issues; poor software quality characteristics.

D.

poor software quality characteristics; software does not perform its intended functions.

Full Access
Question # 11

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

[I]. It may not be possible to generate the expected workloads to run performance tests, due to the poor hardware equipment of the machines (load injectors) that should generate these workloads

[II]. A user’s session on a web application is not invalidated after a certain period of inactivity (configured by the system administrator) of the user

[III]. The test team will not have an adequate requirements specification (since many requirements will still be missing) by the time test design and analysis activities should begin according to the test plan

[IV]. Following a failure, the system is unable to continue to maintain its pre-failure operation and some data becomes corrupted

Which of the following statements is true?

A.

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

B.

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

C.

[I], and [IV] are product risks: [II] and [III] are project risks

D.

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

Full Access
Question # 12

Which of the following is a good testing practice which is applicable INDEPENDENT of the software development lifecycle followed?

A.

Not all development activities should have corresponding test activities

B.

Each test level should have an appropriate test objective

C.

Reviews should be done after the work products have been finalized

D.

Large amount of redundancy between test levels is good because it prevents bug leakage

Full Access
Question # 13

Determining the schedule for each testing activity and test milestones for a test project, using activity estimates, available resources, and other constraints is a typical task performed during:

A.

test execution

B.

test design

C.

test analysis

D.

test planning

Full Access
Question # 14

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•

A.

D-C- B-A

B.

D-B-A-C

C.

D-A-B-C

D.

C-B-A-D

Full Access
Question # 15

Which of the following statements is true?

A.

User acceptance tests are usually automated and aim to verify the acceptance criteria for user stories

B.

Acceptance criteria for user stories can include details on data definitions, for example by describing the format, allowed values, and default values for a data item

C.

Acceptance criteria for user stories should focus on positive scenarios, while negative scenarios should be excluded

D.

Tests derived from acceptance criteria for user stories are not included in any of the four testing quadrants

Full Access
Question # 16

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?

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

Full Access
Question # 17

Which of the following IS the BEST example of whole team approach

A.

Testing is the responsibility of the entire team

B.

Sharing same physical workspace is a must

C.

Developers should depend on the business analysts as there is no distinction between testers and developers

D.

Anyone can perform a task they are capable of

Full Access
Question # 18

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?

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

Full Access
Question # 19

Which of the following statements about estimation of the test effort is WRONG?

A.

Once the test effort is estimated, resources can be identified and a schedule can be drawn up.

B.

Effort estimate can be inaccurate because the quality of the product under tests is not known.

C.

Effort estimate depends on the budget of the project.

D.

Experience based estimation is one of the estimation techniques.

Full Access
Question # 20

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

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

Full Access
Question # 21

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

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.

Full Access
Question # 22

Determining the schedule for each testing activity and test milestones for a test project, using activity estimates, available resources, and other constraints is a typical task performed during:

A.

test execution

B.

test design

C.

test analysis

D.

test planning

Full Access
Question # 23

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;

A.

Mistake

B.

Fault

C.

Error

D.

Failure

Full Access
Question # 24

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

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.

Full Access
Question # 25

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

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

Full Access
Question # 26

Which of the following statements about error guessing is true?

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

Full Access
Question # 27

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.

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.

Full Access
Question # 28

Which of the following statements about branch coverage is true?

A.

The minimum number of test cases needed to achieve full branch coverage, is usually lower than that needed to achieve full statement coverage

B.

If full branch coverage has been achieved, then all unconditional branches within the code have surely been exercised

C.

If full branch coverage has been achieved, then all combinations of conditions in a decision table have surely been exercised

D.

Exercising at least one of the decision outcomes for all decisions within the code, ensures achieving full branch coverage

Full Access
Question # 29

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:

A.

test design

B.

test analysis

C.

test implementation

D.

test monitoring and control

Full Access
Question # 30

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?

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

Full Access
Question # 31

From a testing perspective, configuration management:

A.

allows the expected results to be compared with the actual results

B.

allows the tracking of all changes to versions of the testware

C.

includes all activities that direct and control an organization with regard to quality

D.

focuses on configuring static analysis tools to choose the most suitable breadth and depth of analysis

Full Access
Question # 32

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

A.

Containerization tool

B.

Fault seeding tool

C.

Static analysis tool

D.

Test data preparation tool

Full Access
Question # 33

Which of the following statements about the test pyramid is true?

A.

Each layer of the test pyramid groups tests related to a single non-functional quality characteristic

B.

The higher the layer of the test pyramid, the more production code a single automated test within the layer tends tocover

C.

The higher the layer of the test pyramid, the more maintainable a single automated test within the layer tends to be

D.

The higher the layer of the test pyramid, the more isolated a single automated test within the layer tends to be

Full Access
Question # 34

The acceptance criteria associated with a user story:

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

Full Access
Question # 35

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?

A.

Code coverage

B.

Data flow coverage

C.

Statement coverage

D.

Branch Coverage

Full Access
Question # 36

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

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

Full Access
Question # 37

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

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

Full Access
Question # 38

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

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

Full Access
Question # 39

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?

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

Full Access
Question # 40

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•

A.

D-C- B-A

B.

D-B-A-C

C.

D-A-B-C

D.

C-B-A-D

Full Access
Question # 41

An organization is working on updating test cases for a particular module of their software.

Sam updated a set of test cases yesterday and saved the new version on his PC.

Unfortunately, the hard disk of his PC crashed, and his work was lost.

The IT department of the organization restored the contents of his hard disk with the last available back-up - from the previous morning. However, the changes made by him yesterday were lost forever.

Which of the following tools, had it been used, would have prevented the loss of Sam's updates?

A.

Configuration Management Tool

B.

Incident Management Tool

C.

Backup tool

D.

Test Execution tool

Full Access
Question # 42

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?

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

Full Access
Question # 43

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?

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

Full Access
Question # 44

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

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

Full Access
Question # 45

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:

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?

A.

TC4, TC3, TC2, TC1.TC5

B.

TC1.TC5.TC4. TC3, TC2

C.

TC4, TC3. TC2, TC5, TC1

D.

TC4.TC1, TC5. TC2.TC3

Full Access