[Sep-2022] Verified CTFL_Syll2018 dumps Q&As - CTFL_Syll2018 dumps with Correct Answers
The Best ISQI Certifications Study Guide for the CTFL_Syll2018 Exam
ISQI CTFL_Syll2018 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
NEW QUESTION 78
System testing is:
- A. Triggered by modifications, migration or retirement of the software system.
- B. Concerned with the behavior of a whole system/product as defined by the scope of a development project.
- C. Used to search for defects in software modules that are separately testable.
- D. The responsibility of the users of a system.
Answer: B
NEW QUESTION 79
A live defect has been found where a code component fails to release memory after it has finished using it.
Which of the following tools would have been the MOST effective at detecting this defect prior to live
implementation?
- A. Monitoring tool
- B. Coverage measurement tool
- C. Configuration management tool
- D. Dynamic analysis tool
Answer: D
NEW QUESTION 80
In foundation level syllabus you will find the main basic principles of testing, Which of the following
sentences describes one of these basic principles?
- A. With automated testing you can make statements with more confidence about the quality of a product
than with manual testing. - B. For a software system, it is not possible under normal conditions, to test all input and output
combinations. - C. A goal of testing is to show that the software is defect free
- D. Complete testing of software is attainable if you have enough resources and test tools
Answer: B
NEW QUESTION 81
Which of the following statements is correct?
- A. Pair programming is done with developer and tester pairing together
- B. Pair programming is, among other things, an informal review method.
- C. Pair programming is used usually in waterfall model
- D. Pair programming is an alternative term for code inspection.
Answer: A
NEW QUESTION 82
Which of the following statements is most true about test conditions?
- A. Applies to software testing only.
- B. The grouping of a composite set of test cases which, when tested as a whole, reveal a positive or negative result.
- C. An item or event of a component or system that can be verified by one or more test cases.
- D. A testable component derived from business requirements.
Answer: C
NEW QUESTION 83
A bank is developing a new service that will be delivered via the web. The user interactions are defined as a
set of use cases and the service is designed to be available continuously 24/7. In view of the challenging
characteristics of the service the test manager has decided that the code should be thoroughly tested at
component level.
Which of the following test types will be required during the development? [K2]
- A. Functional testing to test security at the acceptance level, load testing at the acceptance test level to
ensure availability is acceptable, regression testing at the acceptance level only to ensure late changes
are made correctly, and structure based testing at the component level - B. Functional testing to test security at the system level, load testing at the system level to ensure the
system availability is acceptable, regression testing at all levels, structure based testing at the component
level only - C. Functional testing to test the use cases at component level, reliability testing to test availability at the
integration level, regression testing at the system testing level only, structure based testing at all levels - D. Functional testing of the use cases at system level, load testing at component level to ensure availability
is acceptable, regression testing at the system and acceptance levels only, and structure based testing at
the integration level only
Answer: B
NEW QUESTION 84
Out of the following, what is not needed to specify in defect report?
- A. Test environment details
- B. How to reproduce the defect
- C. Severity and priority
- D. How to fix the defect
Answer: D
NEW QUESTION 85
Which of the following risks represents the highest level of risk to the project?
- A. Likelihood of failure = 20%, potential cost of impact = $150,000.
- B. Likelihood of failure = 5%, potential cost of impact = $500,000.
- C. Likelihood of failure = 10%, potential cost of impact = $500,000.
- D. Likelihood of failure = 1%, potential cost of impact = $1m.
Answer: C
NEW QUESTION 86
Which of the following tools is most likely to detect defects in functions or methods in source code?
- A. unit test framework tool evelopers who are familiar with the system's structure.
- B. test design tool
- C. configuration management tool
- D. monitoring tool
Answer: A
NEW QUESTION 87
Which of the following would typically be identified using static analysis by tools? [K1]
- A. Spelling mistake on an error message
- B. Memory leakage
- C. A variable set to the wrong value
- D. A potential infinite loop
Answer: D
NEW QUESTION 88
When an organization considers the use of testing tools, they should:
- A. Allow the developers to select the testing tools because tools are technical and developers have the appropriate skills to advise on test tool selection and configuration.
- B. Perform analysis of the test process and then assess whether it can be supported through the introduction of tool support.
- C. Always start by bringing in automated test execution tools as these tools have the greatest return on investment and therefore should be introduced first.
- D. Use a tool in order to help define a good test process because the tool will force process repeatability and therefore enforce good test process.
Answer: B
NEW QUESTION 89
Testing should provide sufficient information to stakeholders to make informed decisions about the release of the software or system being tested. At which of the following fundamental test process activity the sufficiency of the testing and the resulting information are assessed?
- A. Implementation and execution
- B. Analysis and design
- C. Evaluating exit criteria and reporting.
- D. Requirements specification
Answer: C
NEW QUESTION 90
Which of the following are product risks?
a) Failure prone software delivered.
b) Software does not perform its intended functions.
c) Insufficient staff available for testing.
d) Test environment not ready on time.
e) Poor data integrity and quality.
- A. b, d and e.
- B. a, b and e.
- C. b, c and d.
- D. b, c and e.
Answer: B
NEW QUESTION 91
A student needs to score at least 50 points to pass. If they score at least 100 points they will achieve a merit
and if they score at least 150 points they will achieve a distinction.
Which two values are in the same partition?
- A. 50 and 60.
- B. 55 and 120.
- C. 45 and 170.
- D. 45 and 55.
Answer: A
NEW QUESTION 92
Which type of automation test design is used in the example below?
An automation team designs an automation framework for testing of their web-based applications. Realizing
that they need to use different data for different test cycles, they decide not to hard-code any data
in their scripts Instead they read all the data from text files while test execution is in progress.
- A. Dynamic test design
- B. Data coverage analysis
- C. Keyword-driven
- D. Data-driven
Answer: B
NEW QUESTION 93
What is basic idea of structure-based testing techniques?
- A. The more details of the source code are executed, the more faults can be found.
- B. To gain time, since structure-based techniques are easier to implement than specification-based
techniques. - C. To do better testing, since the specifications are not needed.
- D. To allow developers to have their own testing technique.
Answer: A
NEW QUESTION 94
Which of the following defect types are LEAST likely to be discovered when using static analysis tools?
- A. Uncalled functions and procedures
- B. Variables that are never used
- C. Coding standard violations
- D. Memory leaks
Answer: D
NEW QUESTION 95
What type of test design technique is the most effective in testing screen-dialog flows?
- A. Statement testing and coverage
- B. Boundary value testing
- C. State transition testing
- D. Use case testing
Answer: C
NEW QUESTION 96
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 pest office's official ZIP code list
Using equivalence classes partitioning, how many test cases are required to test this field?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 97
Refer to the exhibit
Given the following State Transition diagram, match the test cases below with the relevant set of state transitions.
(i)X-Z-V-W
(ii)W-Y-U-U
- A. (i) = S2 - S3 - S4 - S4 - S2 and (ii) = S2 -S3 - S4 -S4 - S4
- B. (i) = S2 - S3 - S4 - S2 - S2 and (ii) = S4 - S2 - S4 - S4 - S4
- C. (i) = S1 - S2 - S3 - S4 - S4 and (ii) = S2 -S4 - S4 - S4 - S2
- D. (i) = S1 - S2 - S3 - S4 - S2 and (ii) = S4 - S2 - S4 - S4 - S4
Answer: D
NEW QUESTION 98
A program is used to control a manufacturing line (turn machines on and off. start and stop conveyor 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?
- A. Code coverage
- B. Data flow coverage
- C. Statement coverage
- D. Branch Coverage
Answer: C
NEW QUESTION 99
Which of the following test cases will ensure that the statement 'Print 'Hold'' is exercised? [K3] Refer to the exhibit
- A. X=4, Y=3, Z=2
- B. X=2, Y=2, Z=2
- C. X=2, Y=3, Z=4
- D. X=2, Y=4, Z=3
Answer: D
NEW QUESTION 100
The following Test Cases have been created for a simple web-based airline booking system.
Test Case 1: Search for an item Available Flights
Test Case 2: View selected item in My Flights
Test Case 3: Login to the system: Login is accepted
Test Case 4: Select an available flight: item added to My Flights
Test Case 5: Print confirmation receipt, then exit
Test Case 6: In My Flights, confirm details and book flight
Which of the following is the correct logical order for the test cases?
- A. 3, 1, 4, 2, 6, 5
- B. 3, 4, 1, 2, 5, 6
- C. 6, 3, 1, 4, 2, 5
- D. 3, 2, 1, 4, 6, 5
Answer: A
NEW QUESTION 101
Which of the following statements best characterises maintenance testing? [K2]
- A. Maintenance testing is triggered by changes to the software environment and uses structural testing to
ensure the changes function correctly - B. Maintenance testing is triggered by changes to the test environment and uses testing tools to perform
regression testing - C. Maintenance testing is triggered by changes to software under development before initial delivery and
uses the test plan to determine how much regression testing to do - D. Maintenance testing is triggered by changes to delivered software and uses impact analysis to minimise
the amount of regression testing needed
Answer: D
NEW QUESTION 102
......
CTFL_Syll2018 certification guide Q&A from Training Expert DumpsValid: https://examcollection.dumpsvalid.com/CTFL_Syll2018-brain-dumps.html