Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

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

Page: 1 / 29
Total 288 questions

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

Testing Engine

  • Product Type: Testing Engine
$43.75  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$38.5  $109.99
Question 1

You are responsible for applying the correct technique for a review of the requirements document for a project to develop a new software application. You identify the reviewers and the required roles, including the meeting leader, who is the requirements document author, and a separate role for a scribe. Additionally, you decide to take a relatively informal approach to the requirements review. The goal of the review is to find defects in the requirements document, such as omissions, Inconsistencies, and duplications. Another goal of the review is to improve the software application's usability and accessibility by considering the various stakeholders' viewpoints.

Which of the following statements BEST describes this scenario?

Options:

A.

This scenario is using a pair review type and a perspective-based review technique

B.

This scenario is using a walkthrough review type and a checklist-based review technique

C.

This scenario is using a walkthrough review type and a perspective-based review technique

D.

This scenario is using a pair review type and a checklist-based review technique

Question 2

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 3

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

Question 4

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 post office's official ZIP code list

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

Options:

A.

8

B.

3

C.

6

D.

4

Question 5

Which of the following is an advantage of the whole team approach?

Options:

A.

It helps avoid the risk of tasks associated with a user story not moving through the Agile task board at an acceptable rate during an iteration.

B.

It helps team members understand the current status of an iteration by visualising the amount of work left to do compared to the time allotted for the iteration

C.

It helps the whole team be more effective in test case design by requiring all team members to master all types of test techniques.

D.

It helps team members develop better relationships with each other and make their collaboration more effective for the benefit of the project.

Question 6

Which one of the following statements correctly describes the term 'debugging'?

Options:

A.

There is no difference between debugging and testing.

B.

Debugging is a confirmation activity that checks whether fixes resolved defects.

C.

Debugging is the development activity that finds, analyses and fixes defects.

D.

Debugging is of no relevance in Agile development.

Question 7

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 8

A software calculates the annual car tax using three inputs:

- E; the emission level of the vehicle

- P: the power of the vehicle

-T the type of the vehicle

The input value for P can be integer positive values between 15 and 350.

Which of the following answers contains a correct list of a boundary values for the P input?

Options:

A.

14,351

B.

14,15,350,351

C.

15,350

D.

5.175.500

Question 9

Which of the following statements is true?

Options:

A.

A defect does not always produce a failure, while a bug always produces a failure

B.

A defect may cause a failure which, when occurring, always causes an error

C.

Failures can be caused by defects, but also by environmental conditions

D.

Bugs are defects found during component testing, while failures are defects found at higher test levels

Question 10

Which of the following tasks is MOST LIKELY to be performed by the tester?

Options:

A.

Develop a test strategy and test policy for the organization

B.

Promote and advocate the test team within the organization

C.

Create the detailed test execution schedule

D.

Introduce suitable metrics for measuring test progress

Question 11

Which of the following provides the BEST description of statement coverage?

Options:

A.

A white-box test technique which covers the decision results which determine the next statement to be executed

B.

A black-box test technique which uses a state table to derive test cases

C.

A white-box test technique which focuses on the percentage of executable statements that has been executed by a test suite

D.

An experience-based test technique in which test cases are based on the tester's knowledge of past failures

Question 12

You are performing the role of tester on an Agile project. Which of the following tasks would be your responsibility?

i. Understanding, implementing, and updating the test strategy.

II. Ensuring the proper use of testing tools.

Hi. Coaching other team members in the relevant aspects of testing.

iv. Actively collaborating with developers and business stakeholders to clarify requirements, especially in terms of testability, consistency, and completeness.

v. Participating proactively in team retrospective meeting, suggesting and implementing improvements.

Select the correct answer:

Options:

A.

i, iv and v

B.

i, ii and iii

C.

i, iii and v

D.

iii. iv and v

Question 13

Which TWO of the following are benefits of continuous integration?

I. Allows earlier detection and easier root cause analysis of integration problems and conflicting changes.

II. Removes the need for manual test analysis, design and execution.

Hi. Removes the dependency on automated regression packs when integrating larger systems, or components.

iv. Gives the development team regular feedback on whether the code is working.

Select the correct answer:

Options:

A.

i and iv

B.

i and ii

C.

i and iii

D.

iii and iv

Question 14

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)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 15

Which of the following exemplifies how a software bug can cause harm to a company?

Options:

A.

"Print" prints the last page twice for a file with 1000 pages

B.

The timeout on the login page of a web site is 9 minutes, while the requirement was for 10 minutes

C.

When uninstalling the application, the uninstall dialog has a spelling mistake

D.

When calculating the final price in a shopping list, the price of the last item is not added

Question 16

The following incident report that was generated during test of a web application.

What would you suggest as the most important report improvement?

Defect detected date: 15 8.2010

Defect detected by: Joe Smith

Test level System test

Test case: Area 5/TC 98

Build version: 2011-16.2

Defect description After having filled out all required fields in screen 1, t click ENTER to continue to screen 2 Nothing happens, no system response at all.

Options:

A.

Add information about which web browser was used

B.

Add information about which developer should fix the bug

C.

Add the time stamp when the incident happened

D.

Add an impact analysis

Question 17

Which of the following statements about independent testing is WRONG?

Options:

A.

Independent testing is necessary because developers don't know any testing.

B.

Independent testing is best suited for the system test level.

C.

A certain degree of independence makes the tester more effective at finding defects.

D.

Independent test teams may find other types of detects than developers who are familiar with the system's structure.

Question 18

For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

Options:

A.

TC4, TC3, TC2, TC6, TC5. TC1

B.

TC4, TC6, TC3, TC2, TC5, TC1

C.

TC3, TC5, TC6, TC1, TC4, TC3

D.

TC4, TC3, TC2, TC6, TC1, TC5

Question 19

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 20

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 21

Which of the following statements about Experience Based Techniques (EBT) is correct?

Options:

A.

EBT use tests derived from the test engineers' previous experience with similar technologies.

B.

EBT is based on the ability of the test engineer to implement various testing techniques.

C.

EBT is done as a second stage of testing, after non-experienced-based testing took place.

D.

EBT require broad and deep knowledge in testing but not necessarily in the application or technological domain.

Question 22

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

Options:

A.

Experience-based test techniques provide more systematic coverage cnteria 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 23

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

Question 24

Which of the following would be LEAST appropriate as part of an incident report covering the observation of a failure during testing?

Options:

A.

SOL injection into the username entry field allowed a variety of SQL commands to be executed by the application without the appropriate authority.

B.

The user interface was complicated and confusing and I found It quite difficult to follow

the test script.

C.

The updates made as part of the add new member' function did not reflect the expected change as the name was written into the address field.

D.

The expected result for the ‘list friends' response time was less than 10 seconds, whereas the average response time obtained was 13 seconds.

Question 25

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 26

Given the following state model of sales order software:

SEE ATTACHMENT

Which of the following sequences of tran-sitions provides the highest level of tran-sition coverage for the model (assuming you can start in any state)?

Options:

A.

IN PRODUCTION -> CANCELLED -> PLACED -> IN PRODUCTION -> CANCELLED -> PLACED

B.

IN PRODUCTION -> SHIPPED -> INVOICED -> CANCELLED -> PLACED -> IN PRODUCTION

C.

PLACED -> IN PRODUCTION -> SHIPPED -> CANCELLED -> PLACED

D.

PLACED -> CANCELLED -> PLACED -> CANCELLED -> PLACED -> IN PRODUCTION -> CANCELLED

Question 27

Which of the following can be considered a VALID exit criterion?

I Estimates of defect density or reliability measures.

II. The completion and publication of an exhaustive Test Report.

III. Accuracy measures, such as code, functionality or risk coverage.

IV Residual risks such as lack of code coverage in certain areas.

Options:

A.

I, III, IV

B.

I, II, III

C.

III, IV

D.

II, III, IV

Question 28

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 29

Which of the following is NOT a product risk?

Options:

A.

Poor software usability

B.

Failure-prone software is delivered

C.

Problems in defining the right requirements

D.

Software does not perform the intended functions

Question 30

Which of the following is NOT a common objective of testing?

Options:

A.

Finding defects in the software

B.

Preventing defects

C.

Debugging the software to find the reason for defects

D.

Providing information on the status of the system

Question 31

Which of the following should be included in a test status report?

I. Estimation details

II. Total number of open and closed defects

III Actual effort spent

IV. Defect reports

V. Number of executed, failed, blocked tests

Options:

A.

III.V

B.

II, III

C.

I. II. IV

D.

II, III.V

Question 32

A possible risk of introducing test automation is:

Options:

A.

the tool may not be fit-for-purpose.

B.

the tool may create additional development dependencies.

C.

the tool may not be compatible with the development platform.

D.

the tool will be owned and maintained by developers and replace testers.

Question 33

Which of the following statements is not correct?

Options:

A.

Looking for defects in a system may require Ignoring system details

B.

Identifying defects may be perceived as criticism against product

C.

Looking for defects in system requires professional pessimism and curiosity

D.

Testing is often seen as a destructive activity instead of constructive activity

Question 34

Given the following priorities and dependencies for these test cases:

SEE ATTACHMENT

Which of the following test execution schedules BEST takes into account the priorities and technical and logical dependencies?

Options:

A.

TC1 - TC3 - TC2 - TC4 - TC6 - TC5

B.

TC3 - TC4 - TC2 - TC6 - TC1 - TC5

C.

TC1 - TC3 - TC2 - TC4 - TC5 - TC6

D.

TC2 - TC4 - TC1 - TC3 - TC5 - TC6

Question 35

Which of the following is not an example of a typical content of a test completion report for a test project?

Options:

A.

The additional effort spent on test execution compared to what was planned

B.

The unexpected test environment downtime that resulted in slower test execution

C.

The residual risk level if a risk-based test approach was adopted

D.

The test procedures of all test cases that have been executed

Question 36

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 37

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 38

Which of the following is a factor that contributes to a successful review?

Options:

A.

All participants in the review are aware they will be evaluated based on the defects they will find

B.

The author of the work product to be reviewed leads the review meeting.

C.

All participants in the review are trained to deal with the review type and its objectives.

D.

Review metrics must be collected to improve the review process

Question 39

In maintenance testing, what is the relationship between impact analysis and regression testing?

Options:

A.

Impact analysis requires a regression testing for only the tests that have detected faults in previous SW release

B.

There is no relationship between impact analysis and regression testing.

C.

Impact analysis requires a regression testing for all program elements which were newly integrated (new functionalities).

D.

The impact analysis is used to evaluate the amount of regression testing to be performed.

Question 40

Which of the following best describes the relationship between a test progress report and a test summary report?

Options:

A.

The test report prepared during a test activity may be referred to as a test progress report, while a test report prepared at the end of a test activity may be referred to as a test summary report.

B.

The test report prepared during a test activity may be referred to as a test summary report, while a test report prepared at the end of a test activity may be referred to as a test progress report.

C.

There is no difference between a test progress report and a test summary report.

D.

Both the test progress report and the test summary report should always be generated via an automated tool.

Question 41

The following requirement is given “Set X to be the sum of Y and Z”.

All the following four implementations have bugs.

Which one of the following bugs can be caught by Static Analysis?

Options:

A.

int x = 1.

int y = 2.

int y = 3.

X = y=z;

B.

int x = 1.

int y = 2.

int z = 3.

X = z-y

C.

int x = 1.

Int y = 2.

Int z = 3.

Z = x +y

D.

int y = 2

Int z = 3.

Y = z+y

Question 42

For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are required:

- The bank card is valid

- The PIN code is correct

- Money is available in the user's account

The following are some possible interactions between the user and the ATM:

- The entered card is invalid The card is rejected

- The PIN code is wrong The ATM asks for another PIN code

- The requested amount is more than available in the user's account: The ATM asks for another amount

- The requested amount is available in the user's account The ATM dispenses the money

Which test design technique should be used to cover all possible combinations of the in put conditions?

Options:

A.

Use case based testing

B.

Decision table

C.

Boundary value analysis

D.

Equivalence class partitioning

Question 43

Which of the following statements about how different types of test tools support testers is true?

Options:

A.

The support offered by a test data preparation tool is often leveraged by testers to run automated regression test suites

B.

The support offered by a performance testing tool is often leveraged by testers to run load tests

C.

The support offered by a bug prediction tool is often used by testers to track the bugs they found

D.

The support offered by a continuous integration tool is often leveraged by testers to automatically generate test cases from a model

Question 44

Given the following statements:

1.It can prevent defects by manual examination of the functional specification

2.It is effective since it can be performed very early in the software development life cycle

3.It can detect the failures in the running application

4.It can help eliminate defects in user stories

5.It can verify externally visible behaviors

Which set of statements represent values ONLY for static testing?

Options:

A.

1,3, 4.5

B.

2,4,5

C.

1,2,4

D.

1,2, 3. 4,5

Question 45

Which of the following does MOT describe a reason why testing is necessary?

Options:

A.

The customer decided that 100% branch coverage shall be achieved

B.

The acquisition of test automation tools was based on the assumption that it will be used m all projects

C.

For avionics and pharmaceutical systems software testing is mandated by standards

D.

The risks associated with delivering the system are far higher than the cost of testing

Question 46

Which of the following about typical information found within a test plan is FALSE?

Options:

A.

The need to temporarily have additional test personnel available for specific test phases and/or test activities

B.

The conditions that must be met in order for the test execution activities to be considered completed.

C.

The list of the product risks which have not been fully mitigated at the end of test execution.

D.

The conditions that must be met for part of all the planned activities to be suspended and resumed.

Question 47

Which of the following is NOT a deciding factor m determining the extent of testing required?

Options:

A.

Level of risk of the product or features

B.

Budget to do testing

C.

A particular tester involved in testing

D.

Time available to do testing

Question 48

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 49

Which of the following BEST describes a test summary report for executive-level employees

Options:

A.

The report is detailed and includes a status summary of defects by priority or budget

B.

The report is detailed and includes specific information on defects and trends

C.

The report is high-level and includes a status summary of defects by priority or budget

D.

The report is high-level and includes specific information on defects and trends

Question 50

Why is it important to select a test technique?

Options:

A.

There are usually loo many test cases that may be run on a system. Test techniques help reduce the number of tests.

B.

The only way to test a software application is by using well proven test techniques.

C.

Selecting the right test technique in a given situation Increases the effectiveness of the test process Oy creating tests with higher chance of finding bugs.

D.

Test techniques define the number of regression cycles, which in turn impact the project schedule.

Question 51

Consider the following testing levels:

1) Component Testing

2) Integration Testing

3) System Testing

4) Acceptance Testing

Which of the following statements is true?

Options:

A.

Integration and system testing are applicable when V-model is used.

Component and acceptance testing are applicable when iterative development models are used.

B.

All the testing levels are applicable to V-model for software development.

Only acceptance testing is applicable for iterative models.

C.

Acceptance testing is applicable for all software development models.

Component and system testing are applicable only for the V-model.

D.

All testing levels are applicable, independent of which software development life-cycle process (V-model. iterative, incremental) is used.

Question 52

Consider the following simplified version of a state transition diagram that specifies the behavior of a video poker game:

What Is the minimum number of test cases needed to cover every unique sequence of up to 3 states/2 transitions starting In the "Start" state and ending In the "End" state?

Options:

A.

1

B.

2

C.

3

D.

4

Question 53

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 54

A software company decides to invest in reviews of various types. The thought process they have is that each artifact needs to be reviewed using only one of the review methods depending on the criticality of the artifact.

Options:

A.

The thought process is incorrect. The whole company should adopt same standard for review of all artifacts.

B.

The thought process is correct. The whole company should decide or the review method based on their CMM level.

C.

The thought process is incorrect. Same artifact can be reviewed using different review methods

D.

The thought process is correct. It wastes time to review same artifact using efferent review methods

Question 55

Which of the following statements is true?

Options:

A.

Functional testing focuses on what the system should do while non-functional testing on the internal structure of the system

B.

Non-functional testing includes testing of both technical and non-technical quality characteristics

C.

Testers who perform functional tests are generally expected to have more technical skills than testers who perform non-functional tests

D.

The test techniques that can be used to design white-box tests are described in the ISO/IEC 25010 standard

Question 56

Which of the following BEST describes checklist-based testing?

Options:

A.

Checklist-based testing includes formal tests from detailed lists of test conditions, allowing much repeatability

B.

Checklist-based testing may involve a list of tests based on what is important to the user as well as an understanding of why and how software fails

C.

Checklist-based testing, while popular, provides little consistency and few guidelines concerning test case development

D.

Checklist-based testing is restricted to non-functional testing, including usability, performance, and security test

Question 57

ESTION NO: 129

Metrics can be collected during and at the end of testing activities to assess which of the following?

i. Progress against the planned schedule and budget.

II. Current quality of the test object.

Hi. Adequacy of the test approach.

iv. Effectiveness of the test activities with respect to the objectives.

v. All the above.

Select the correct answer:

Options:

A.

Only i and ii.

B.

Only i and iii.

C.

Only I, ii and iv.

D.

Only v.

Question 58

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 59

A financial institution is to implement a system that calculates the interest rates paid on investment accounts based on the sum invested.

You are responsible for testing the system and decide to use equivalence partitioning and boundary value analysis to design test cases. The requirements describe the following expectations:

Investment range| Interest rate

R500 to RIO 00010%

RIO 001 to R50 00011%

R50 001 to RlOOOOO12%

RIOOOOl to R500 000| 13%

What is the minimum number of test cases required to cover all valid equivalence partitions for calculating the interest?

Options:

A.

5

B.

4

C.

8

D.

16

Question 60

Given the following User Story: "As an online customer, I would like to be able to cancel the purchase of an individual item from a shopping list so that it only displays the relevant items, in less than 1 second", which of the following can be considered as applicable acceptance test cases?

I.Click on my online shopping list, select the unwanted Item, delete the unwanted item, the unwanted Item is deleted from the shopping list in less than 1 second.

ii.Click on my online shopping list, select all the items, delete all the items, the unwanted items are deleted from the shopping list in less than 1 second.

iii.Tab to the online shopping list and press enter, select the unwanted item, delete the unwanted item, the unwanted item is deleted from the shopping list In less than 1 second.

Iv. Click on the checkout button, select the payment method, make payment, confirmation received of payment and shipping date.

v. Click on my shopping list, select the unwanted Item, delete the unwanted item, the unwanted item is deleted from the shopping list.

Select the correct answer:

Options:

A.

I, ii and v

B.

iv

C.

i and iii

D.

v

Question 61

The following decision table is used to assist a doctor in determining the drug therapy to prescribe for a patient (aged 6 to 65 years) diagnosed with acute sinusitis. The table consists of three Boolean conditions and six actions

Based only on the given information, which of the following statements is TRUE?

Options:

A.

Column 7 represents an impossible situation and thus can be deleted

B.

Columns 1 and 3 can be merged into a single column

C.

Columns 2, 4, 6 and 8 can be merged into a single column

D.

Columns 5 and 7 can be merged into a single column

Question 62

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 63

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 64

Which of the following statements regarding inspection is NOT true?

Options:

A.

An inspection may be led by a trained moderator who shall not be the author.

B.

The main purpose of an inspection is to find solutions to the problems.

C.

An inspection can be performed by peers.

D.

An inspection shall follow a formal process based on rules and checklists with entry and exit criteria

Question 65

A bank offers a savings account with various interest rates based on the current balance in the account. The balance ranges and respective interest rates are:

Up to $100.00 =2%

$100.01 to $500.00 = 4%

$500.01 to $1,000.00 = 5%

Above $1,000.00 = 7%

Using two-point boundary value analysis, which of the following sets of test inputs provides the relatively highest level of boundary coverage?

Options:

A.

$5.00.$100.00,$499.99,$1,000.00,$1,000.01

B.

$100.00. $100.01,$100.02,$500.00,$999.99

C.

$100.00, $500.00,$1,000.00,$1,000.01

D.

$5.00.$100.00,$500.00,$1,000.01

Question 66

Which of the following is a CORRECT statement about how a tester should communicate about defects, test results, and other test information?

Options:

A.

Testers should include personal opinions and judgements in defect reports and review findings

B.

Testers should emphasize the benefits of testing, such as increased quality and reduced risk

C.

Testers should reject all questions about their test findings and information

D.

Testers should take a command-and-control approach with the project team

Question 67

NO: 119

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.

Containerisation tool

B.

Fault seeding tool.

C.

Static analysis tool.

D.

Test data preparation tool

Question 68

Which of the following statements best describe Behavior-Driven Development (BDD)?

Options:

A.

A collaborative approach that allows every stakeholder to contribute to how the software component must behave.

B.

Expresses the behavior of an application with test cases written in Given When Then format.

C.

Is used to develop code guided by automated test cases.

D.

A psychological technique in which the team's behavior in agile teams is evaluated.

Question 69

Which of the following statements about static analysis are FALSE?

I. Static analysis can be used Instead of dynamic testing.

II. Stalk: analysis can uncover defects like security vulnerabilities.

III. Static analysis can be used to check conformance to specifications and standards.

IV Static analysis typically detects failures prior to component testing.

Options:

A.

I. II

B.

II. Ill

C.

III. IV

D.

I, IV

Question 70

Which of the following are valid testing principles?

I) Exhaustive testing is in general impossible.

II) Exhaustive testing should be executed for code intended to be reused.

III) Testing may guarantee that a program is correct.

IV) Testing cannot guarantee that a program is correct.

V) Defects cluster together in certain areas of the product.

Options:

A.

I, IV, V

B.

II, Iv

C.

I, V

D.

I, Ill

Question 71

A program got 100% decision coverage in a test. Which of the following statements is then guaranteed to be true?

Options:

A.

Every executable statement Is covered.

B.

Every output equivalence class has been tested.

C.

Every input equivalence class has been tested.

D.

The "dead" code has not been covered.

Question 72

Following a risk-based testing approach you have designed 10 tests to cover a product risk with a high-risk level. You want to estimate, adopting the three-point test estimation technique, the test effort required to reduce the risk level to zero by executing those 10 tests. You made the following three initial estimates:

• most optimistic = 6 person hours

• most likely = 30 person hours

• most pessimistic = 54 person hours

Based only on the given information, which of the following answers about the three-point test estimation technique applied to this problem is true?

Options:

A.

The final estimate is between 22 person hours and 38 person hours

B.

The final estimate is exactly 30 person hours because the technique uses the initial most likely estimate as the final estimate

C.

The final estimate is between 6 person hours and 54 person hours

D.

The final estimate is exactly 30 person hours because the technique uses the arithmetic mean of the three initial estimates as the final estimate

Question 73

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

Question 74

The statement: "Test activities should start in the early stages of the lifecycle, adhering to the testing principle of early testing” is relevant to which of the recognized software development models?

Options:

A.

Sequential development model.

B.

Iterative development model.

C.

Incremental development model.

D.

All the above

Question 75

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

Question 76

An Incident Management tool implements the following defect states; Open, Assigned, Solved,

Closed Consider the following defect report:

Id T000561

Test Object "Warehouse Management' application

Tester name; John Bishop

Date: 10th. April 2010

Test Case MRT558I

Status OPEN

Severity Serious

Priority

Problem- After inputting the Total Quantity item = 450 in the SV034 screen, the system shows an unexpected Error message=47

Correction:

Developer name:

Closing date:

Which of the following is a valid criticism of this report?

Options:

A.

The Priority, the Correction description and the Developer name are missing

B.

The version of the application is missing

C.

There is no link to the applicable requirement (traceability)

D.

The description is not highlighting the source of the problem

Question 77

Which review type, also known as a “buddy check”, is commonly used in Agile development?

Options:

A.

Inspection.

B.

Walkthrough.

C.

Technical review.

D.

Informal review.

Question 78

NO: 140

Select which of the following statements describe the key principles of software testing?

i. Testing shows the presence of defects, not their absence.

ii. Testing everything Is possible.

iii. Early testing Is more expensive and is a waste of time.

iv. Defects cluster together.

v. Testing is context dependent.

vi. Beware of the pesticide paradox.

vii. Absence of errors is a fallacy.

Select the correct answer:

Options:

A.

i, iv, v, vi and vii

B.

I, ii, v. vi and vii

C.

iii. iv, v. vi and vii

D.

ii, iii, iv, v and vi

Question 79

Which one of the following is a typical entry criteria for testing?

Options:

A.

Planned tests have been executed.

B.

Availability of testable requirements.

C.

The number of unresolved defects is within an agreed limit.

D.

The number of estimated remaining defects is sufficiently low.

Question 80

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 81

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 82

Which of the following statements about reviews are TRUE?

I. In walkthroughs the review meeting is typically led by the author.

II Inspection is characterized by an open-ended review meeting

III Preparation before the review meeting is part of informal reviews

IV Management rarely participates in technical review meetings

Options:

A.

II, Ill

B.

I, II

C.

I, IV

D.

III, IV

Question 83

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 84

4 equivalence classes are given for integer values:

0 < x <100

100<= x <= 200

200 < x < 500

x >= 500

Which of the following options represent correct set of data for valid equivalence class partitions?

Options:

A.

50; 100; 200. 1000

B.

0. 1.99, 100.200,201.499, 500;

C.

0.50; 100; 150.200.350.500;

D.

50; 100; 250; 1000

Question 85

Which statement about use case testing is true?

Options:

A.

The lest cases are designed to find defects in the data flew.

B.

The test cases are designed to be used by real users, not by professional testers

C.

The test cases are always designed by customers or end users.

D.

The test cases are designed to find defects in the process flow.

Question 86

What is test oracle?

Options:

A.

The source of lest objectives

B.

The source for the actual results

C.

The source of expected results

D.

The source of input conditions

Page: 1 / 29
Total 288 questions