live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

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

QUESTION NO: 1
A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage refers to the amount of the single sale).
These values are determined on the basis of the type of customer (classified as "Basic" or "Premium") to which such sale was made, and on the amount of such sale classified into the following three groups G1, G2 and G3:
* [G1]: less than 300 euros
* [G2]: between 300 and 2000 euros
* [G3]: greater than 2000 euros
Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 2
Which of the following statements is LEAST likely to be describing component testing?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 3
Which ONE of the following options CANNOT be subjected to static analysis?
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 4
In what way do Configuration Management effects testing?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 5
Which ONE of the following statements would you expect to be the MOST DIRECT advantage of the whole- team approach?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 6
Which ONE of the following options MOST ACCURATELY describes statement testing?
Correct Answer: C
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 7
The following table shows six test cases TC01 to TC06 with their priorities and dependencies.

Schedule the test execution of the specified test case set according to the priorities and dependencies. Since the test time is very tight, the number of test cases should be minimized as much as possible, but all very important test cases must be included.
Which of the following statements is correct?
Correct Answer: B
QUESTION NO: 8
Which statement corresponds to one of the 7 principles of testing?
Select exactly one option (1 out of 4)!
Correct Answer: C
QUESTION NO: 9
Which of the following types of bugs are more likely to be found by static testing then by dynamic testing?
Correct Answer: A
QUESTION NO: 10
From a testing perspective, configuration management
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 11
Which of the following is LEAST likely to describe a task performed by someone in a testing role?
Correct Answer: A
QUESTION NO: 12
Consider the following code
int premium=2500;
if (age<30)
{
premium = premium +1500:
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 13
Calculate the measurement error SD for the following estimates done using three point estimation technique- Most optimistic effort (a) -120 person days Most likely effort (m) -180 person days Most pessimistic effort (b)
- 240 person days
Correct Answer: B
QUESTION NO: 14
Which of the following BEST matches the descriptions with the different categories of test techniques?
1.Test cases are based on the test basis which may include the requirements, use cases and user stories
2.Test cases are based on the test basis which may include the software architecture or code
3.Test cases can show deviations from the requirements
4.These test techniques are applicable to both functional and non-functional testing
5.Tests are based on knowledge of developers, users and other stakeholders Black - Black-box test techniques White * White-box test techniques Experience - Experience-based test techniques
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).