無料BCS Certification CTFL18究極の学習ガイド(更新された582問あります)
トップクラスのCTFL18練習試験問題
BCS CTFL18 資格試験は、ソフトウェアテストに新しい人や、この分野でキャリアを構築したい人のために最適です。また、すでにソフトウェアテストで働いているプロフェッショナルが、スキルと知識を向上させたい場合にも役立ちます。この資格試験は、開発者、テスター、ビジネスアナリスト、プロジェクトマネージャーを含む、あらゆるバックグラウンドの個人に開放されています。
質問 # 342
Integration testing has following characteristics.
I. It can be done in incremental manner
II. It is always done after system testing
III. It includes functional tests
IV. It includes non-functional tests
- A. Ill and IV are correct
- B. l and IV are correct
- C. II is correct
- D. II and III are correct
正解:A
質問 # 343
Refer to the exhibit, which of the test cases below will exercise both outcomes from decision 2?
- A. P = 36, Q = 36, P=37, Q=35
- B. P = 24, Q = 20, P=24, Q=25
- C. P = 42, Q = 43, P=42, Q=42
- D. P = 37, Q = 36, P=35, Q=36
正解:A
質問 # 344
Which of the following statements about risks is most accurate?
- A. Project risks rarely affect product risk.
- B. Product risks rarely affect project risk.
- C. A risk-based approach is more likely to be used to mitigate project rather than product risks.
- D. A risk-based approach is more likely to be used to mitigate product rather than project risks.
正解:D
解説:
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'squality.
The risk-based approach is an approach to managing product risk through testing, so it impacts most directly on product risk.
質問 # 345
During which test activity could faults be found most cost effectively?
- A. Design
- B. Execution
- C. Check Exit criteria completion
- D. Planning
正解:D
質問 # 346
Which of the following is a project risk?
- A. Performance
- B. Interface complexity
- C. Resource availability
- D. Data integrity
正解:C
質問 # 347
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. Planned enhancements to an existing operational system.
- D. Integrating functions during the development of a new system.
正解:C
質問 # 348
Which of the following is NOT a typical key challenge for testing in a RAD based development approach?
- A. Time-boxing
- B. Project management and control
- C. Re-usable test scripts for (automated) regression testing
- D. No complete requirements specification
正解:B
質問 # 349
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 data preparation tool
(iii) Test management tool
(iv) Requirements management tool
- A. (i) and (ii)
- B. (iii) and (iv)
- C. (i) and (iv)
- D. (ii) and (iii)
正解:B
質問 # 350
Within the projects, a master test plan and phase test plan will be used. Following is a list of characteristics applicable for test plans:
a. Any deviation from the procedures described in the test
b. strategy document
c. The overall estimated costs, timescales and resource
d. requirements
e. A detailed schedule of testing activities
f. The development deliverables to be tested
g. Which test staff members (names) will be involved and when
h. Level of requirements coverage achieved
Which TWO of the above mentioned characteristics relate to the phase test plan?
- A. c
- B. a
- C. d
- D. f
- E. b
- F. e
正解:A、F
質問 # 351
For the code fragment given below, which answer correctly represents minimum tests required for statement and branch coverage respectively?
- A. Statement Coverage = 2
Branch Coverage = 4 - B. Statement Coverage = 1
Branch Coverage = 2 - C. Statement Coverage = 2
Branch Coverage = 2 - D. Statement Coverage = 1
Branch Coverage = 3
正解:D
質問 # 352
garden irrigation system allows the user to specify 2 inputs.
1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times
2. Duration - The duration of operation, in whole minutes, each time it is switched on, ranging from 1 to 60 Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?
- A. Frequency 0, 1, 5, 6; Duration 59 seconds, 1 minute, 60 minutes, 60 minutes 1 second
- B. Frequency 0, 1, 5, 6; Duration 0, 1, 60, 61
- C. Frequency 1, 5; Duration 1, 60
- D. Frequency 0, 1, 2, 5, 6; Duration 0, 1, 30, 60, 61
正解:A
質問 # 353
Under which of the following circumstances is maintenance testing required?
- A. Testing during initial development of a replacement for an existing system
- B. Migration of software onto a new platform
- C. Purchase of a new software tool
- D. Updating of a regression suite
正解:B
質問 # 354
Which of the following is an appropriate reason for maintenance testing?
- A. Bugs found during integration testing
- B. Bugs found in the field after upgrading the operation system
- C. Bugs found during unit testing
- D. Bugs found during system testing
正解:B
質問 # 355
Boundary value testing:
- A. Test boundary conditions on, below and above the edges of input and output equivalence classes
- B. Tests combinations of input circumstances
- C. Is used in white box testing strategy
- D. Is the same as equivalence partitioning tests
正解:A
質問 # 356
Consider the following scale used to award grades to students of an engineering college:
Which set of marks given below falls in a single equivalence class as per above classification?
- A. 55, 65, 89
- B. 60, 75, 79
- C. 49, 50, 59
- D. 60, 79, 80
正解:B
質問 # 357
Which one of the following roles is typically used in a review?
- A. Project sponsor.
- B. Champion.
- C. Custodian.
- D. Author.
正解:D
解説:
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.
質問 # 358
The ISTQB fundamental test process consists of 5 main activities. To which of these belongs the task "Identifying necessary test data"?
- A. Test planning and control
- B. Evaluating test criteria and reporting
- C. Test analysis and design
- D. Test implementation and execution
正解:C
質問 # 359
Which of the following is NOT a valid objective of testing?
- A. Gaining confidence that the system is fit-for-purpose
- B. Preventing defects from being introduced into the code
- C. Investigating and fixing defects in the software under test
- D. Providing information for stakeholders' decision making
正解:D
質問 # 360
Which of the following would typically be identified using static analysis by tools?
- A. A potential infinite loop
- B. Memory leakage
- C. Spelling mistake on an error message
- D. A variable set to the wrong value
正解:A
質問 # 361
Instead of having an independent test team within the company, the company is considering to outsource testing. What are THREE key challenges that are typical for outsourcing?
- A. Possibly different cultures
- B. Audit trail from requirements to test cases
- C. Test environment more complex
- D. Define expectation for tasks and deliverables
- E. Clear channels of communications
- F. Testing of non-functional requirements
- G. Applying test automation
正解:A、D、E
質問 # 362
Which of the following BEST describes the relationship between test planning and test execution?
- A. Test planning identifies test objectives related to scope and risk but does not define the level of detail for test procedures used in test execution
- B. Test planning defines the overall approach to testing but does not schedule specific activities such as test execution
- C. Test planning schedules test execution but does not assign resources
- D. Test planning ensures the level of detail in test procedures is appropriate for test execution
正解:D
質問 # 363
Which of the following would you expect to see in the master test plan?
- A. A list of the names of the testers who will carry out the performance testing for the final iteration.
- B. The test approach that will be applied at system integration testing.
- C. A description of how the test cases are cross-referenced to requirements in the test management tool.
- D. A detailed identification of the resources that will carry out structural testing in the first iteration.
正解:B
質問 # 364
Which two of the following statements are true?
A) Software testing can be necessary to fulfill legal or contractual obligations.
B) Software testing is done to essentially increase the quality of developers.
C) Intensive testing can help reduce risks and problems during operation.
D) Intensive testing is used to prove correctness.
- A. A and C are true, B and D are wrong.
- B. C and D are true, A and B are wrong.
- C. B and C are true, A and D are wrong.
- D. B and D are true, A and C are wrong.
正解:A
質問 # 365
The use of exploratory testing is also being considered. Which of the following practices is NOT part of exploratory testing?
- A. Holding debriefing meetings
- B. Working in pairs
- C. Writing detailed test procedures
- D. Writing test charters
正解:C
質問 # 366
......
合格させるBCS CTFL18試験問題でテスト復刻エンジンとPDF:https://www.jpntest.com/shiken/CTFL18-mondaishu
実際問題を使ってCTFL18問題集無料サンプル問題と練習テストエンジン:https://drive.google.com/open?id=1xgrvMkkcPMAlDN3ip9Drof6TA59ZcHJr