CTFL18 Exam Questions
587 real CTFL18 exam questions with expert-verified answers and explanations. Page 4 of 12.
- Question #152
A new system is about to be developed. Which of the following functions has the highest level of risk?
- Question #153
Which of the following statements about risks is most accurate?
- Question #154
For which of the following activities in the fundamental test process would an incident management tool be most useful?
- Question #155
Which of the following defects is most likely to be found by a test harness?
- Question #156
A test management tool is most likely to integrate with which of the following tools?
- Question #157
Which of the following are aids to good communication, and which hinder it?
- Question #158
Which pair of definitions is correct?
- Question #159
The following statements relate to activities that are part of the fundamental test process.
- Question #160
Which statement correctly describes the public and profession aspects of the code of ethics?
- Question #161
Which of the following is true about the V-model?
- Question #162
Which of the following is true of iterative development?
- Question #163
A top-down development strategy affects which level of testing most?
- Question #164
Which of the following is a non-functional requirement?
- Question #165
Which of the following statements are true? (i) For every development activity there is a corresponding testing activity. (ii) Each test level has the same test objectives. (iii) T...
- Question #166
Which of the following statements are correct for walkthroughs? (i) Often led by the author. (ii) Documented and defined results. (iii) All participants have defined roles. (iv) Us...
- Question #167
Which of the following has the typical formal review activities in the correct sequence?
- Question #168
Which of the following statements are true? (i) Defects are likely to be found earlier in the development process by using reviews rather than static analysis. (ii) Walkthroughs re...
- Question #169
Which of the following is most likely to be performed by developers?
- Question #170
Which of the following are most characteristic of structure-based testing? (i) Information about how the software is constructed is used to derive test cases. (ii) Statement covera...
- Question #171
Which of the following are the most important factors to be taken into account when selecting test techniques? (i) Tools available. (ii) Regulatory standards. (iii) Experience of t...
- Question #172
Which of the following are most likely to be used when developing a test strategy or test approach? (i) Failure-based approach (ii)Test specification approach (iii) Model-based app...
- Question #173
What test roles (or parts in the testing process) is a developer most likely to perform? (i) Executing component integration tests. (ii) Static analysis. (iii) Setting up the test...
- Question #174
Which of the following are valid justifications for developers testing their own code during unit testing? (i) Their lack of independence is mitigated by independent testing during...
- Question #175
Which of the following pairs of test tools are likely to be most useful during the test analysis and design stage of the fundamental test process? (i) Test execution tool (ii) Test...
- Question #176
Which of the following is most likely to cause failure in the implementation of a test tool?
- Question #177
What benefits do static analysis tools have over test execution tools?
- Question #178
Which of the following principles should be followed when introducing a test tool into an organization? (i) Assessing organizational maturity to establish whether a tool will provi...
- Question #179
How can test execution tools be of most benefit during exploratory testing?
- Question #180
Which of the following types of test tool are most likely to include traceability functions? (i) Performance testing tool (ii)Requirements management tool (iii)Configuration manage...
- Question #181
A system is designed to accept values of examination marks as follows: Fail:0-39 inclusive Pass:40-59 inclusive Merit:60-79 inclusive Distinction:80-100 inclusive In which of the f...
- Question #182
A washing machine has three temperature bands for different kinds of fabrics: fragile fabrics are washed at temperatures between 15 and 30 degrees Celsius; normal fabrics are washe...
- Question #183
Consider the following pseudo code: 1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If Time = 12 Then 10 Pr...
- Question #184
Consider the following pseudo code: 1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If Time = 12 Then 10 Pr...
- Question #185
A software component has the code shown below: Program BiggestA, Biggest: Integer Begin Read A Biggest = 10 While A > 0 Do If A > Biggest Then Biggest = A Endif Read A Enddo End Th...
- Question #186
Given the Following programIF X <>= ZTHEN Statement 2;ENDMcCabe's Cyclomatic Complexity is :
- Question #187
An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:
- Question #188
Code Coverage is used as a measure of what?
- Question #189
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of ea...
- Question #190
To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:
- Question #191
In a review meeting a moderator is a person who:
- Question #192
Incorrect form of Logic coverage is:
- Question #193
Independent Verification & Validation is:
- Question #194
Boundary value testing:
- Question #195
Acceptance test cases are based on what?
- Question #196
Which of the following is not a quality characteristic listed in ISO 9126 Standard?
- Question #197
Fault Masking is:
- Question #198
Statement Coverage will not check for the following:
- Question #199
"How much testing is enough?"
- Question #200
Which of the following is not decided in the test-planning phase..?
- Question #201
What is the concept of introducing a small change to the program and having theeffects of that change show up in some test..?