BCS CTFL18問題集で100%カバー率リアル試験問題(更新された582問あります) [Q47-Q66]

Share

BCS CTFL18問題集で100%カバー率リアル試験問題(更新された582問あります)

リアルCTFL18問題集でリアルBCS問題集PDF


BCS CTFL18(ISTQB Certified Tester Foundation Level 2018)試験は、ソフトウェアテストのキャリアを構築したいプロフェッショナル向けに設計された、世界的に認知された資格です。これは、ソフトウェアテストの原則、技術、およびベストプラクティスの堅固な基盤を提供するエントリーレベルの資格です。この認証は世界中の企業によって認識され、ソフトウェアテストにおけるキャリアアップを望むプロフェッショナルにとって、価値ある資産となります。


この試験はソフトウェアテストの基礎をカバーし、テスト設計技法、テストマネジメント、テストプロセス改善などのトピックが含まれます。また、機能テスト、非機能テスト、構造テストなどのさまざまなテストタイプもカバーしています。

 

質問 # 47
A company wants to enforce use of coding standards.
Which type of test tool would you recommend for this purpose?

  • A. Test execution tool
  • B. Modeling tool
  • C. Configuration management tool
  • D. Static analysis tool

正解:B


質問 # 48
What would be a test approach regarding the test design techniques to be applied that would fit an item with the highest risk?

  • A. Component testing: statement testing; System testing: decision table partitioning
  • B. Component testing: decision testing; System testing: decision table testing
  • C. Component testing: decision testing; System testing: exploratory testing
  • D. Component testing: statement testing; System testing: equivalence partitioning

正解:B


質問 # 49
Consider the following pseudo code:
1. Begin
2. Input X, Y
3. If X > Y
4. __Print (X, `is greater than', Y)
5. Else
6. __Print (Y, is greater than or equal to', X)
7. EndIf
8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?

  • A. Statement coverage = 2, Decision coverage = 1
  • B. Statement coverage = 3, Decision coverage = 3
  • C. Statement coverage = 2, Decision coverage = 2
  • D. Statement coverage = 1, Decision coverage = 2

正解:C


質問 # 50
Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase:

  • A. Test Analysis and Design
  • B. Test Implementation and execution
  • C. Evaluating the Exit Criteria and reporting
  • D. Test Closure Activities

正解:A


質問 # 51
Which of the following statements are true?
(i) For every development activity there is a corresponding testing
activity.
(ii) Each test level has the same test objectives.
(iii) The analysis and design of tests for a given test level should
begin after the corresponding development activity.
(iv)Testers should be involved in reviewing documents as soon as drafts are available in the development life cycle.

  • A. (i) and (ii)
  • B. (i) and (iv)
  • C. (iii) and (iv)
  • D. (ii) and (iii)

正解:B

解説:
Option (ii) is incorrect: each test level has a different objective. Option (iii) is also incorrect: test analysis and design should start once the documentation has been completed.


質問 # 52
Which of the following can be a common objective of testing?

  • A. Fixing defects to improve the system's quality characteristics
  • B. Making sure the system performs as fast and as efficient as needed
  • C. Gaining confidence about the level of the system's quality
  • D. Providing information as part of the debugging activity

正解:B


質問 # 53
It is recommended to perform exhaustive tests for covering all combinations of inputs and preconditions.

  • A. No, risk analysis and priorities should be used to focus testing efforts
  • B. Yes, and it's also necessary to include all the exit combinations
  • C. Yes, it's strongly recommended.
  • D. Only the expert testers can make exhaustive tests.

正解:A


質問 # 54
The use of exploratory testing is also being considered. Which of the following practices is NOT part of exploratory testing?

  • A. Writing test charters
  • B. Working in pairs
  • C. Writing detailed test procedures
  • D. Holding debriefing meetings

正解:C


質問 # 55
Which of the following is most likely to cause failure in the implementation of a test tool?

  • A. No agreed requirements for the tool.
  • B. The purchase price of the tool.
  • C. Underestimating the demand for a tool.
  • D. The cost of resources to implement and maintain the tool.

正解:A


質問 # 56
What is retesting?

  • A. Running the same test again in the same circumstances to reproduce the problem.
  • B. Checking that the predetermined exit criteria for the test phase have been met.
  • C. A cursory run through a test pack to see if any new errors have been introduced.
  • D. Running a previously failed test against new software/data/documents to see if the problem is solved.

正解:D


質問 # 57
The development manager is managing the review of the responses received from bidders, and has asked the in-house test manager to provide a review checklist for the test management aspects of the responses. Which of the following checkpoints would be appropriate?

  • A. The bidder's test plan shows that the application will be delivered for acceptance in six months time.
  • B. The bidder's project strategy shows that the data content of all the test environments conforms to EU standards.
  • C. The bidder's project test plan depicts a phased implementation with later delivery dates to be confirmed and states that test deliverables will be developed using IEEE 829 as a guide.
  • D. The bidder's test policy should enforce that incident management fully conforms to IEEE 1044.

正解:C

解説:
Topic 17, V2 "Online Application"
While waiting for the responses, the test manager has been asked to prepare test plans to validate the software application delivered by the successful bidder.


質問 # 58
Which of the main activities of the fundamental test process does the task `verify the test environment set up is correct' relate to?

  • A. Implementation and execution
  • B. Analysis and design
  • C. Planning and control
  • D. Evaluating exit criteria and reporting

正解:A


質問 # 59
The test improvement project will take place in an organization developing a safety-critical avionics application. Which one of the following standards do you believe would be most appropriate to take into account for compliance during your assignment?

  • A. IEEE 829
  • B. ISO 9126
  • C. DO-178B
  • D. BS 7925/2

正解:C


質問 # 60
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 = 1%, potential cost of impact = $1m.
  • D. Likelihood of failure = 10%, potential cost of impact = $500,000.

正解:D


質問 # 61
One of the exit criteria for a SW project was defined as "80% statement coverage".
A test manager submitted the following report:
"We did not measure the statement coverage. However, we ensured 80% branch coverage, therefore the exit criteria was met".
Is the test manager right?

  • A. Yes. Coverage of 80% of the branches in the control flow guarantees 80% statement coverage.
  • B. Yes. 50% branch coverage guarantees 100% statement coverage. With 80% branch coverage, the exit criteria is easily met.
  • C. No. There is not direct relationship. 80% branch coverage does not guarantee 80% statement coverage.
  • D. No. The relation works the other way. 80% statement coverage guarantees 80% branch coverage

正解:C


質問 # 62
Which of the following is an example of testing as part of the requirements specification phase?

  • A. A business analyst eliciting requirements
  • B. A requirements review meeting
  • C. A test report showing requirements coverage
  • D. Performing acceptance tests against requirements

正解:B


質問 # 63
Refer to the exhibit. A test case starts at S1 and triggers 4 events in sequence: E1, E4, E5, E7.
What will be the finishing state and the output(s) from the test case?

  • A. S4 and O4
  • B. S4 and O2
  • C. S2 and O2
  • D. S2 and O4

正解:C


質問 # 64
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. For a software system, it is not possible, under normal conditions, to test all input and output combinations
  • B. Complete testing of software is attainable if you have enough resources and test tools
  • C. A goal of testing is to show that the software is defect free
  • D. With automated testing you can make statements with more confidence about the quality of a product than with manual testing

正解:A


質問 # 65
In addition to risk, identify TWO other components of a testing strategy.

  • A. The test design techniques to be used
  • B. Test performance indicators
  • C. The test schedule
  • D. The entry and exit criteria for each test phase
  • E. Test training needs for the project resources

正解:A、D


質問 # 66
......


この試験では、ソフトウェアテストの基礎、テスト手法、テスト管理、テストツールなど、幅広いトピックをカバーしています。計画から実行、分析まで、ソフトウェアテストプロセスに関する候補者の理解をテストするように設計されています。

 

実際にあるFast2test CTFL18問題集PDFで100%合格率 保証付き:https://jp.fast2test.com/CTFL18-premium-file.html

無料BCS CTFL18試験問題と解答:https://drive.google.com/open?id=1j6WPSLL-is-Orgpq8GCdTcjygJpZl0z7


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어