ISTQB Quiz
BlogExam SetsQuestionsPractice Quiz
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

Free ISTQB Foundation Level Practice Tests

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

Home/Questions/#188
Question 188ISTQB CFTL 2018 Sample Questions Exam set C

You are working as a tester on an online banking system. Availability is considered one of the top product (quality) risks for the system. You find a reproducible failure that results in customers losing their connections to the bank Web site when transferring funds between common types of accounts and being unable to reconnect for between three and five minutes. Which of the following would be a good summary for a defect report for this failure, one that captures both the essence of the failure and its impact on stakeholders?

Answer Options

A.Web server logs show error 0x44AB27 when running test 07.005, which is not an expected error message in /tmp filesystem
B.Developers have introduced major availability defect which will seriously upset our customers
C.Performance is slow and reliability flaky under load
D.Typical funds-transfer transaction results in termination of customer session, with a delay in availability when attempting to reconnect✓

Correct Answer

D: Typical funds-transfer transaction results in termination of customer session, with a delay in availability when attempting to reconnect

Practice This Exam SetView All Questions

More Questions from This Exam

#159

What is quality?

#160

Which of the following is a typical test objective?

#161

A phone ringing in an adjac ent cubicle momentarily distracts a programmer, causing the programmer to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values. The improperly coded logic for the upper boundary check is:

#162

A product owner says that your role as a tester on an Agile team is to catch all the bugs before the end of each iteration. Which of the following is a testing principle that could be used to respond to this statement?

#163

Programmers often write and execute unit tests against code which they have written. During this self- testing activity, which of the following is a tester mindset that programmers should adopt to perform this unit testing effectively?