Big 11.11 Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free ISTQB ISTQB-CTFL Practice Exam with Questions & Answers | Set: 2

Questions 11

A system has valid input numbers ranging between 1000 and 99999 (both inclusive). Which of the following inputs are a result of designing tests for all valid equivalence classes and their boundaries?

Options:
A.

999.1000.23232.99999.100000

B.

999.1000.50000.100000.100001

C.

999.100000

D.

1000,50000,99999

ISTQB ISTQB-CTFL Premium Access
Questions 12

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

Options:
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.

Questions 13

Which ONE of the following tools would be MOST SUITABLE for facilitating the creation of test cases, test data, and test procedures?

Options:
A.

Test design and implementation tools are specifically designed for creating test cases, test data, and test procedures.

B.

Static testing tools as they assist the tester in conducting reviews and static analysis.

C.

DevOps tools, as they support the automated build process and CI/CD.

D.

Test execution and coverage tools facilitate the automated execution of tests and the measurement of test coverage.

Questions 14

The acceptance criteria associated with a user story:

Options:
A.

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

B.

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

C.

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

D.

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

Questions 15

In Agile teams, testers closely collaborate with all other team members. This close collaboration could be problematic and result in testing-related organizational risks.

Which TWO of the following organization risks could be encountered?

I.Testers lose motivation and fail at their core tasks.

ii.Close interaction with developers causes a loss of the appropriate tester mindset.

iii.Testers are not able to keep pace with incoming changes in time-constrained iterations.

iv.Testers, once they have acquired technical development or business skills, leave the testing team.

Options:
A.

ii and iii

B.

i and iii

C.

i and ii

D.

ii and iv

Questions 16

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

Questions 17

A bank software has a feature of locking down accounts that have and overdraft higher than $10,000.

Due to a bug in the code, the system locks down accounts once they reached $1000 overdraft.

Based on this context, which of the following is correct statement

Options:
A.

It is an example of a defect that it goes undetected, will cause harm to the end customer and to the company (the bank)

B.

It is an example of a defect, that if goes undetected, will cause harm to the end customer but not to the company (the bank)

C.

It is an example of a defect that if goes undetected, will not cause harm to the end customer, but will cause harm to the company (the bank)

D.

It is an example of a defect that if goes undetected, will not cause any real harm to either the end customer or to the company (the bank)

Questions 18

Which of the following is an example of scenario-oriented acceptance criteria?

Options:
A.

The user should be able to provide three inputs to test the product - the Al model to be tested, the data used and an optional text file

B.

Verify that a registered user can create add a new project with name having more than 100 characters

C.

A user is already logged in then on navigating to the Al model testing page the user should be directly shown the report of last test run.

D.

An unregistered user shouldn't be shown any report

Questions 19

Which of the following is NOT a typical debugging activity when a failure is triggered by dynamic testing?

Options:
A.

Fixing the cause

B.

Reproducing the failure

C.

Diagnosing the root cause

D.

Adding new test cases

Questions 20

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

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

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

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

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

Options:
A.

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

B.

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

C.

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

D.

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