[Sep 13, 2022] CTFL_001 Sample with Accurate & Updated Questions [Q26-Q50]

Share

[Sep 13, 2022] CTFL_001 Sample with Accurate & Updated Questions

CTFL_001 Exam Info and Free Practice Test | Exams4sures


ISQI CTFL_001 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Who wants a basic understanding of software testing such as project managers
Topic 2
  • Certificate will be able to go on to a higher level software testing qualifycation
Topic 3
  • Planning and specification to the conducting and monitoring of tests

 

NEW QUESTION 26
Which of the following activities is appropriate to the test planning stage?

  • A. Writing a test execution schedule
  • B. Analysing the test basis
  • C. Assigning resources for the planned activities
  • D. Designing the test environments

Answer: C

 

NEW QUESTION 27
Which of the following is usually the test basis for integration testing?

  • A. Program specification
  • B. Functional specification
  • C. Technical specification
  • D. Requirement specification

Answer: C

Explanation:
Option (A) is used for unit testing.
Option (B) is used for system testing and
Option (D) is used for acceptance testing.

 

NEW QUESTION 28
Which one of the following roles is typically used in a review?

  • A. Author.
  • B. Champion.
  • C. Project sponsor.
  • D. Custodian.

Answer: A

Explanation:
Explanation/Reference:
Explanation:
The Author is the only role that is typically used in a review.
A Champion might sponsor the review process but is not a defined role within an actual review; a Project Sponsor, if technically competent, might be asked to play a defined role within the review process, but whilst using that role they will not be a Project Sponsor; finally, a Custodian might ensure the results are stored safely but would not be involved in the actual review itself.

 

NEW QUESTION 29
Which is the best definition of complete testing..?

  • A. You have reached the scheduled ship date
  • B. You have tested every statement, branch, and combination of branches in the program
  • C. You have discovered every bug in the program
  • D. You have completed every test in the test plan

Answer: A

 

NEW QUESTION 30
Which of the following characteristics is most likely to promote effective software testing? [K1]

  • A. Independence from the production process
  • B. Confidence that the next stage will find defects missed at this stage
  • C. A belief that programmers always make mistakes
  • D. Knowledge of the number of defects typically found in a program

Answer: A

 

NEW QUESTION 31
Which of the following statements about software development models is most accurate?
[K1]

  • A. The agile development model is usually most appropriate for short projects
  • B. The 2 stage V model is the most appropriate development model for simple products
  • C. The 4 stage V model is always the best choice of software development model for any project
  • D. The choice of software development model depends on product and project characteristics

Answer: D

 

NEW QUESTION 32
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 each other : -if (Condition 1)then statement 1else statement 2if (Condition 2)then statement 3

  • A. 2 Test Cases
  • B. 4 Test Cases
  • C. Not achievable
  • D. 3 Test Cases

Answer: A

 

NEW QUESTION 33
The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing.
The following test cases have been run:
Test Case 1 covering path P,Q,R,U
Test Case 2 covering path P,Q,S,V
Test Case 3 covering path P,Q,S,W,X
Test case 4 covering path P,Q,S,W,Y
Refer to the exhibit

  • A. Statement coverage and decision coverage are both less than 100%
  • B. Statement coverage is less than 100%; decision coverage is 100%.
  • C. Statement coverage is 100%; decision coverage is 100%
  • D. Statement coverage is 100%; decision coverage is less than 100%

Answer: A

 

NEW QUESTION 34
Which of the following metrics could be used to monitor progress along with test preparation and execution? [K1]

  • A. The total number of tests planned
  • B. The failure rate in testing already completed
  • C. The total number of requirements to be tested
  • D. The number of testers used for test execution so far

Answer: B

 

NEW QUESTION 35
Which of the following is NOT part of configuration management..?

  • A. Status accounting of configuration items
  • B. Controlled library access
  • C. Identification of test versions
  • D. Record of changes to documentation over time
  • E. Auditing conformance to ISO9001

Answer: E

 

NEW QUESTION 36
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 washed at temperatures between 31 and 60 degrees Celsius; heavily soiled and tough fabrics are washed at temperatures between 61 and 100 degrees Celsius.
Which of the following contains only values that are in different equivalence partitions?

  • A. 12, 35, 55
  • B. 20, 35, 60
  • C. 25, 45, 75
  • D. 15, 30, 60

Answer: C

Explanation:
Explanation/Reference:
Explanation:
Answer (A) includes two values from the lower partition, answer (B) contains two values from the second partition, answer (D) contains one value that is invalid (out of range).

 

NEW QUESTION 37
Which of the following statements about risks is most accurate?

  • A. Project risks rarely affect product risk.
  • B. A risk-based approach is more likely to be used to mitigate product rather than project risks.
  • C. Product risks rarely affect project risk.
  • D. A risk-based approach is more likely to be used to mitigate project rather than product risks.

Answer: B

Explanation:
Explanation/Reference:
Explanation:
In general, project risk and product risk can be hard to differentiate. Anything that impacts on the quality of the delivered system is likely to lead to delays or increased costs as the problem is tackled. Anything causing delays to the project is likely to threaten the delivered system's quality. The risk-based approach is an approach to managing product risk through testing, so it impacts most directly on product risk.

 

NEW QUESTION 38
An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:

  • A. 1899,1900,2004,2005
  • B. 0,1900,2004,2005
  • C. 1899, 1900, 1901,2003,2004,2005
  • D. 1900, 2004

Answer: A

 

NEW QUESTION 39
Based on the information given in the scenario, identify how the team could be improved most effectively?

  • A. By providing specific training on the systems being tested
  • B. By providing training in the payroll domain
  • C. By providing training on reviewing requirements
  • D. By providing a workshop on test design techniques

Answer: D

 

NEW QUESTION 40
Which of the following would be the most significant input to estimating the time to carry out the specified testing tasks? 3 credits

  • A. The metrics recorded from testing the capture-replay tool.
  • B. The standards used for the requirements specification.
  • C. The skills and experience of developers to correct the failures.
  • D. The number of testers in the company and their grade.

Answer: A

 

NEW QUESTION 41
Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?

  • A. Omission of a major requirement
  • B. Component memory leakage
  • C. Inadequate decision coverage
  • D. Variables that are not used improperly declared

Answer: D

 

NEW QUESTION 42
To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:

  • A. Stub
  • B. Driver
  • C. Proxy
  • D. None of the above

Answer: B

 

NEW QUESTION 43
What is the main reason why reviews are especially beneficial in the above-mentioned scenario?

  • A. They enhance project communication.
  • B. They can be performed without exercising the code.
  • C. They find defects early.
  • D. They ensure a common understanding of the product.

Answer: B

 

NEW QUESTION 44
As a result of the RAD based development approach, the test manager has decided to change the risk mitigation approach. Which test technique might be most appropriate to use? 2 credits

  • A. Decision Table Testing
  • B. Error Guessing
  • C. Exploratory Testing
  • D. Boundary Value Analysis

Answer: C

 

NEW QUESTION 45
Tools like change Man, Clear case are used as..?

  • A. functional automation tools
  • B. configuration management tools
  • C. performance testing tools
  • D. none of the above

Answer: B

 

NEW QUESTION 46
Which statement below BEST describes non-functional testing?

  • A. Testing system attributes, such as usability, reliability or maintainability.
  • B. The process of testing to determine the compliance of a system to coding standards.
  • C. Testing without reference to the internal structure of a system.
  • D. The process of testing an integrated system to verify that it meets specified requirements.

Answer: D

 

NEW QUESTION 47
Which of the following is not a part of the Test Implementation and Execution Phase?

  • A. Creating test suites from the test cases
  • B. Executing test cases either manually or by using test execution tools
  • C. Designing the Tests
  • D. Comparing actual results

Answer: C

 

NEW QUESTION 48
Which of the following is least likely to be used as a technique to identify project and product risks? 1 credit

  • A. Inspections
  • B. Expert interviews
  • C. Brainstorming
  • D. Independent assessments

Answer: A

 

NEW QUESTION 49
Explain how the above mentioned report may differ from a report that you produce for the project manager, who is a test specialist Select TWO items from the following options that can be used to report to the project manager and would not be included in a report to senior management.

  • A. Show trend analysis
  • B. List of all outstanding defects with their priority and severity
  • C. Give product risk status
  • D. State recommendations for release
  • E. Show details on effort spent

Answer: B,E

 

NEW QUESTION 50
......

Pass ISQI CTFL_001 Premium Files Test Engine pdf - Free Dumps Collection: https://www.exams4sures.com/ISQI/CTFL_001-practice-exam-dumps.html