
[2024年10月] ベストISQI Certifications学習ガイドはCTFL-Foundation試験問題集
CTFL-Foundation認定ガイド問題と解答トレーニング
CTFL-Foundation認定プログラムは、この分野で専門知識を獲得したいと考えているソフトウェアテストの専門家や、ソフトウェアテストへのキャリアパスを変更したい人に最適です。また、ソフトウェアテストでキャリアを始めたい学生や新入生にも理想的です。このプログラムは、ソフトウェアテストにおいて強力な基盤を提供し、認証はグローバルに広く受け入れられており、この需要のある分野で多くの機会を開きます。
質問 # 12
Which of the following would typically be identified using static analysis by tools? [K1]
- A. Memory leakage
- B. Spelling mistake on an error message
- C. A variable set to the wrong value
- D. A potential infinite loop
正解:D
解説:
Static analysis tools are designed to examine the code without executing it. They are particularly effective at identifying structural issues in the code, such as potential infinite loops (B), which can occur due to incorrect logic that would cause the code to execute indefinitely. These tools analyze the code's structure and logic flow to find such issues early in the development process, helping to improve the code's quality before it is run.
質問 # 13
The following program part is given:
IF (condition A)
then DO B
END IF
How many test cases are necessary in order to achieve 100% statement coverage?
- A. a very high number
- B. 0
- C. 1
- D. 2
正解:B
質問 # 14
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 standards used for the requirements specification.
- B. The number of testers in the company and their grade.
- C. The metrics recorded from testing the capture-replay tool.
- D. The skills and experience of developers to correct the failures.
正解:C
質問 # 15
The four test levels defined for a common V-model testing approach are:
- A. Functional, glass box, incremental and maintenance.
- B. Unit, integration, system and maintenance.
- C. Unit, component, functional and alpha/beta.
- D. Component, integration, system and acceptance.
正解:D
解説:
The four test levels defined for a common V-model testing approach are Component, Integration, System, and Acceptance testing. These levels align with the development stages in the V-model,where each level of testing corresponds to a specific phase in the software development lifecycle, ensuring comprehensive verification and validation of the software.
質問 # 16
As part of the improvement program, the organization is also looking at tool support.
Which type of tool could be used to ensure higher quality of the code to be reviewed? 1 credit
- A. Static analysis tool
- B. Review tool
- C. Test design tool
- D. Test execution tool
正解:A
解説:
Topic 1, Scenario 1 "Medical Domain"
You are working as a test manager in the medical domain leading a team of system testers.
You are currently working on a major release of the product which gives customers many new features and resolves a number of problem reports from previous releases.
質問 # 17
Which of the following factors will MOST affect the testing effort required to test a software product? [K1]
- A. The requirements for reliability and security in the product
- B. The number of staff available to execute tests
- C. The level of detail in the test plan
- D. The test estimation method used
正解:A
質問 # 18
In addition to introducing the new team member, you have decided to raise motivation. Which of the measures listed below would be the best measure to take in order to increase the motivation of the team? 2 credits
- A. Introduce entry criteria to the testing phase
- B. Allow people to take some time off
- C. Organize a meeting with senior management in which they address the importance of good testing for this project
- D. Provide more time for testing in the schedule
正解:C
質問 # 19
A bug or defect is:
- A. A run-time problem experienced by a user;
- B. A mistake made by a person;
- C. The result of a failure, which may lead to an error?
- D. The result of an error or mistake;
正解:D
質問 # 20
A new testing tool has been selected for an organization and a pilot project has successfully completed.
The next step is to deploy the tool within the organization.
What is a key success factor in tool deployment?
- A. Provide support for the test team using the tool.
- B. Determine whether benefits will be achieved at reasonable cost.
- C. Assessment of organizational maturity, strengths and weaknesses.
- D. Estimate a cost-benefit ratio based on a firm business case.
正解:D
質問 # 21
Which of the following test design techniques is not a black box technique?
- A. Equivalence partitioning
- B. Statement coverage
- C. State transition testing
- D. Boundary value analysis
正解:B
質問 # 22
Functional and structural tests are alternative test types that may be used separately or together at which test level? [K1]
- A. At all levels from integration testing to acceptance testing
- B. At the component test level only
- C. At all test levels
- D. At integration testing and system testing levels only
正解:C
解説:
Functional and structural tests are types of testing techniques that can be applied at various levels of testing.
According to the ISTQB CTFL syllabus, functional and structural tests are not restricted to any specific test level but are applicable across all levels of testing. This includes component, integration, system, and acceptance testing. The use of both types of tests helps ensure comprehensive testing coverage, addressing both the functional requirements and the internal structure of the software product.
質問 # 23
What can a risk-based approach to testing provide?
- A. Only that test execution is effective at reducing risk.
- B. An estimation of the total cost of testing.
- C. The types of test techniques to be employed.
- D. The total tests needed to provide 100 per cent coverage.
正解:C
解説:
A risk-based approach to testing provides information on the types of test techniques to be employed. This approach prioritizes the testing of features and functions based on their risk of failure and their impact on the organization. By identifying the areas of highest risk, test managers can allocate resources and select test techniques that are most likely to uncover defects in these critical areas. This approach ensures that testing efforts are focused where they are most needed. Reference: ISTQB CTFL Syllabus V4.0, Section 5.2
質問 # 24
What if the project isn't big enough to justify extensive testing..?
- A. Use automation tool for testing
- B. None of the above
- C. Both a and b
- D. Use risk based analysis to find out which areas need to be tested
正解:D
解説:
If the project isn't big enough to justify extensive testing, the best approach is to use risk-based analysis. This method prioritizes testing efforts based on the risk of failure and the impact of defects. It helps in identifying critical areas that need more focus, thus optimizing the testing process by concentrating on high-risk components and functionalities.
質問 # 25
Acceptance test cases are based on what?
- A. Code
- B. Requirements
- C. Design
- D. Decision table
正解:B
質問 # 26
Which ONE of the following statements about state transition testing is correct?
- A. The state transition diagram explicitly shown all invalid transitions
- B. The size of the state table depends on the number of possible transition between the states.
- C. All transitions between states are explicitly shown in the state table.
- D. Usually it is not possible to create tests to cover all transitions and all states.
正解:D
質問 # 27
Consider the following excerpt from a test report: "We tested the module AX45T and we got only 1 failure.
To recreate the failure, we used test file PR624_DR78_TCB0022.pkr, available under the PR624_DR78 repository in the CK01 server". Which incident report objective does this excerpt satisfy?
- A. Provides test managers with information to report test progress.
- B. Provides Project Managers with information on the project risks.
- C. Provides developers with information to isolate the failure.
- D. Does not belong to an incident report.
正解:C
質問 # 28
Non-functional system testing includes:
- A. Testing to see where the system does not function properly
- B. Testing a system feature using only the software required for that action
- C. Testing for functions that should not exist
- D. Testing a system feature using only the software required for that function
- E. Testing quality attributes of the system including performance and usability
正解:E
質問 # 29
Model characteristics:
Which THREE of the below mentioned characteristics relate to TMMi? 1 credit
- A. Highly related to CMMI
- B. Is build around 12 critical testing processes
- C. Focussed on component and integration testing
- D. 5 maturity levels
- E. Continuous model
- F. Focussed on higher level testing
- G. 20 key areas
- H. Staged model
正解:A、D、H
質問 # 30
Maintenance testing is:
- A. testing to maintain business advantage
- B. testing a released system that has been changed
- C. updating tests when the software has changed
- D. testing by users to ensure that the system meets a business need
正解:B
解説:
Maintenance testing refers to the testing that is conducted on a software system that has been changed, either through corrections, enhancements, or other modifications. Its main purpose is to ensure that the changes have been implemented correctly and that the system as a whole continues to function as intended. This type of testing is crucial after a system has been released and needs to be updated or fixed. Maintenance testing ensures that the new changes do not adversely affect the existing functionality of the system.REREE33
質問 # 31
......
ベストISQI CTFL-Foundation学習ガイドと問題集は2024年に更新されました:https://www.passtest.jp/ISQI/CTFL-Foundation-shiken.html
CTFL-Foundation認定お試しPDF最新CTFL-Foundation問題集:https://drive.google.com/open?id=1l0rEaNaybqX47iR2JAVraf7ytn0381tF