
The ISQI CTFL_001 Questions & Practice Test are Available On-Demand
Valid CTFL_001 Exam Dumps Ensure you a HIGH SCORE
NEW QUESTION 47
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 management tool
(iv)
Static analysis tool
- A. (i) and (ii)
- B. (ii) and (iii)
- C. (i) and (iv)
- D. (iii) and (iv)
Answer: B
Explanation:
Requirements management tools (ii) have traceability because they enable test conditions and subsequently test scripts and defects to be traced back to requirements. Configuration management tools (iii) also need to trace the appropriate version of a test script to the release or version of a system or module.
Performance monitoring tools (i) and static analysis tools (iv) are designed for specific objectives. Neither of these tools particularly need traceability functions.
NEW QUESTION 48
Which of the following is in the correct order (typically)?
- A. Acceptance testing, system testing, maintenance testing, unit testing.
- B. Unit testing, system testing, acceptance testing, maintenance testing.
- C. Unit testing, maintenance testing, system testing, acceptance testing.
- D. System testing, unit testing, acceptance testing, maintenance testing.
Answer: B
NEW QUESTION 49
What factors should be considered to determine whether enough testing has been performed?
(i)The exit criteria.
(ii)The budget.
(iii)How big the test team is.
(iv)The product's risk profile.
(v)How good the testing tools are.
(vi)Sufficient details of the system status to allow decisions
- A. i and ii and iv and vi
- B. i and ii and iii and vi
- C. i and ii and v and vi
- D. ii and iii and iv and v
Answer: A
NEW QUESTION 50
Which THREE activities would be valid steps during the development of the test strategy?
- A. Understand the software development life cycle used by the software house
- B. Define test career paths
- C. Issue the test strategy document for review
- D. Perform a project risk analysis
- E. Assess the testing that needs to be done to minimize the risks
- F. Identify test staff members that will be involved in the system test
- G. Define a master test plan template
Answer: A,C,E
NEW QUESTION 51
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 following sets of values are all values in different equivalence partitions?
- A. 0, 45, 79, 87
- B. 25, 40, 60, 75
- C. 35, 40, 59, 69
- D. 25, 39, 60, 81
Answer: A
NEW QUESTION 52
Which of the following is a project risk mitigation step you might take as test manager?
- A. Testing for performance problems
- B. Performing a project retrospective meeting using the test results after each increment
- C. Hiring a contractor after a test analyst leaves the company
- D. Arranging a back-up test environment in case the existing one fails during testing
Answer: D
Explanation:
Explanation/Reference:
Testlet 1
You have recently been employed as a test manager for a software house producing Human Resource (HR) systems, namely Payroll, Personnel and Recruitment systems. The company is relatively new and wants to make a major impact in the market by producing a worldwide enterprise HR product.
NEW QUESTION 53
What is the Risk Priority Number for risk item number 2?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 54
You have been given responsibility for the non-functional testing of a safety-critical monitoring & diagnostics package in the medical area. Which of the following would you least expect to see addressed in the test plan?
- A. Portability
- B. Availability
- C. Safety
- D. Reliability
Answer: A
NEW QUESTION 55
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 Print (Time, "noon")
11 Endif
12 End
How many test cases are needed to achieve 100 per cent decision coverage?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
Explanation:
The three decisions are in sequence and the conditions are all mutually exclusive (if any one is true the others must be false). Hence a test case that makes the first decision true will make the second and third decisions false and so on.
So test case 1 (say Time = 6) would exercise the path True, False, False, test case 2 (say Time = 15) would exercise the path False, True, False. Test case 3 would have to be Time = 12. This combination achieves 100 per cent decision coverage because each decision has been exercised through its true and its false outcomes.
NEW QUESTION 56
Since the system is in the medical domain and therefore in the safety critical area, testing needs to be rigorous and evidence is required that the system has been adequately tested. Identify THREE measures that would typically be part of the test approach in this domain and which are not always applicable in other domains! 1 credit
- A. Test design techniques
- B. Master test planning
- C. Traceability to requirements
- D. Failure Mode and Effect Analysis (FMEA) sessions
- E. Reviews
- F. Non-functional testing
- G. High level of documentation
Answer: C,D,G
NEW QUESTION 57
Which TWO of the review types below are the BEST fitted (most adequate) options to choose for reviewing safety critical components in a software project? Select 2 options.
- A. Informal review.
- B. Technical Review
- C. Management review.
- D. Inspection.
- E. Walkthrough
Answer: B,D
NEW QUESTION 58
Relying only on the information provided in the scenario, select the TWO items and/or features for which sufficient information is available to proceed with test design.
- A. Usability
- B. Language localization
- C. Response time
- D. Valid and invalid advances
- E. All supported credit cards
Answer: D,E
NEW QUESTION 59
What other details should be included in the following incident report when it is first submitted?
Date of Issue: 23/11/05
Severity: P1
Build: Version15.6
Details: Expected field to be limited to 15 chars, able to enter 27
- A. Line of code, number of defects found, time of day.
- B. Status of the incident, degree of impact, Test Case Number.
- C. History, related defects and expected fix time.
- D. Suggested solution, priority and number of defects assigned to this developer.
Answer: B
NEW QUESTION 60
Which is not a major task of test implementation and execution?
- A. Logging the outcome of test execution and recording the identities and versions of the software under test, test tools and testware.
- B. Checking test logs against the exit criteria specified in test planning.
- C. Verifying that the test environment has been set up correctly.
- D. Develop and prioritizing test cases, creating test data, writing test procedures and optionally, preparing test harness and writing automated test scripts.
Answer: B
NEW QUESTION 61
For which of the following would maintenance testing be used?
- A. Complaints about system quality during user acceptance testing.
- B. Correction of defects during the development phase.
- C. Integrating functions during the development of a new system.
- D. Planned enhancements to an existing operational system.
Answer: D
NEW QUESTION 62
Model characteristics:
Which THREE of the below mentioned characteristics relate to TMMi?
- A. Staged model
- B. Focussed on component and integration testing
- C. 20 key areas
- D. Continuous model
- E. 5 maturity levels
- F. Focussed on higher level testing
- G. Is build around 12 critical testing processes
- H. Highly related to CMMI
Answer: A,E,H
NEW QUESTION 63
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 coverage and/or decision coverage can be measured for existing test cases.
(iii) The knowledge and experience of people are used to derive test cases.
(iv)
Test cases are derived from a model or specification of the system.
- A. (ii) and (iii)
- B. (i) and (ii)
- C. (i) and (iii)
- D. (ii) and (iv)
Answer: B
NEW QUESTION 64
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 the development team.
(iv) Knowledge of the test team.
The need to maintain levels of capability in each technique.
- A. (ii) and (iv)
- B. (i) and (ii)
- C. (i) and (v)
- D. (iii) and (iv)
Answer: A
Explanation:
Answer (i) looks temptingly right, and the availability of tools might make the use of a technique more or less attractive, but it would not be decisive in the way that regulatory standards and tester knowledge are.
Answer (iii) is irrelevant because testing should be independent of development anyway, but it could tempt someone who is unsure about the relationship between development and testing.
Answer (v) is a factor in managing the test team, and experience would need to be maintained, but this should not influence the selection of techniques for a live project.
NEW QUESTION 65
......
CTFL_001 Exam Practice Questions prepared by ISQI Professionals: https://www.braindumpspass.com/ISQI/CTFL_001-practice-exam-dumps.html