44
ISTQB ISEB BH0-010 Exam Guidance http://ajoysingha.info Get Easy and Affordable ISTQB Distance Learning Course from http://ajoysingha.info

Istqb Iseb Bh0 010 Ajoysingha

Embed Size (px)

DESCRIPTION

very good document for practising

Citation preview

Page 1: Istqb Iseb Bh0 010 Ajoysingha

ISTQB ISEB BH0-010 Exam Guidance

http://ajoysingha.info

Get Easy and Affordable ISTQB Distance Learning Course from http://ajoysingha.info

Page 2: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 2www.selftestengine.com

Question: 1.

Which tasks would USUALLY be performed by a test leader and which by the tester?

a. Adapt planning based on test results.b. Create test specifications.c. Plan tests.d. Write or review a test strategy

A. c and d by the test leaderB. a and b by the test leaderC. a and d by the test leaderD. a, c and d by the test leader

Answer: D

Question: 2.

Which of the following BEST describes a datadriven approach to the use of test execution tools?

A. Monitoring response times when the system contains a specified amount of dataB. Manipulation of databases and files to create test dataC. Using a generic script that reads test input data from a fileD. Recording test scripts and playing them back

Answer: C

Question: 3.

Which one of the following statements about approaches to test estimation is true?

A. A metricsbased approach is based on data gathered from previous projectsapproach uses the knowledge of the owner of the tasks or expertsB. A metricsbased approach is based on creating a workbreakdownstructure firstC. A metricsbased approach is based on data gathered from previous projectsapproach is based on a workbreakdown structureD. A metricsbased approach is based on an analysis of the specification documentsapproach is based on the opinion of the most experienced tester in the organisation

Answer: A http://www.ajoysingha.info

Page 3: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 3www.selftestengine.com

Question: 4.

Which of the following statements is GENERALLY true of testing?

a. Testing can show the presence of defects.b. Testing reduces the probability of uncovered defects.c. Testing can show that a previously present defect has been removed.d. Testing can prove that software is defect free.A. a, b and cB. a, b and dC. a, c and dD. b, c and d

Answer: A

Question: 5.

When in the lifecycle should testing activities start?

A. As early as possibleB. After the test environment is readyC. After the requirements have been reviewedD. Once the code is available to test

Answer: A

http://www.ajoysingha.info

Page 4: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 4www.selftestengine.com

Question: 6.

A system requires 100% decision coverage at component testing for all modules. The followingmodule has been tested with a single test case.

The test case follows the path A, B, D, E, F, G. What level of decision coverage has been achieved?

A. 100%B. 50%C. 75%D. 90%

Answer: B

Question: 7.

During which activity of the Fundamental Test Process test process do you review the test basis?

A. Evaluating exit criteria and reporting.B. Test implementation and executionC. Test analysis and designD. Test planning and control

Answer: C

http://www.ajoysingha.info

Page 5: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 5www.selftestengine.com

Question: 8.

Which of the following statements are true in relation to component testing?

a. Stubs may be used.b. May cover resource behaviour (e.g. memory leaks).c. Tests the interactions between software components.d. Defects are typically fixed without formally managing these defects.

A. a, c and dB. a, b and dC. b, c and dD. a, b and c

Answer: B

Question: 9.

Which of the following are the typical defects found by static analysis tools?

a. Variables that are never used.b. Security vulnerabilities.c. Poor performance.d. Unreachable code.e. Business processes not followed.

A. b, c and d are true a and e are falseB. a is trueC. c, d and e are trueD. a, b and d are true

Answer: D

http://www.ajoysingha.info

Page 6: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 6www.selftestengine.com

Question: 10.

Given the following sample of pseudo code:01 Input number of male rabbits02 Input number of female rabbits03 If male rabbits > 0 and female rabbits > 0 then04 Input Do you want to breed (Yes / No)05 If breed = No?06 Print Keep male and female rabbits apart!?07 End if08 End If.Which of the following test cases will ensure that statement ?6?is executed?

A. male rabbits = 1, female rabbits = 1, breed = yes?B. male rabbits = 1, female rabbits = 1, breed = no?C. male rabbits = 1, female rabbits = 2, breed = yes?D. male rabbits = 1, female rabbits = 0, breed = no?

Answer: B

Question: 11.

Which ADDITIONAL test level could be introduced into a standard Vmodelafter system testing?

A. System Integration TestingB. Acceptance TestingC. Regression TestingD. Component Integration Testing

Answer: A

Question: 12.

A system under development contains complex calculations and decision logic, and it is assessed ashigh risk because of the relative inexperience of the development team in the application domain. Which of the following would be the MOST appropriate choice of test design technique for component testing?

A. Decision testing.B. Statement testingC. State transition testingD. Equivalence partitioning

Answer: A http://www.ajoysingha.info

Page 7: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 7www.selftestengine.com

Question: 13.

Which of the following are characteristics of good testing in any life cycle model?

a. Every development activity has a corresponding test activity.b. Testers review development documents early.c. There are separate levels for component and system integration test.d. Each test level has objectives specific to that level.e. Each test level is based on the same test basis.

A. a, d and eB. b, c and eC. a, c and dD. a, b and d

Answer: D

Question: 14.

How is the scope of maintenance testing assessed?

A. Scope is related to the risk, size of the changes and size of the system under testB. Scope is defined by the size and type of system being changedC. Scope is defined by the size and type of system being changedD. Scope is related to the number of system users affected by the change.

Answer: A

Question: 15.

Which of the following is a MAJOR task of evaluating exit criteria and reporting?

A. Writing a test summary report for stakeholdersB. Logging the outcome of test executionC. Repeating test activities as a result of action taken for each discrepancy.D. Evaluating testability of the requirements and system

Answer: A

http://www.ajoysingha.info

Page 8: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 8www.selftestengine.com

Question: 16.

Given the following flow chart diagram:

What is the minimum number of test cases required for 100% statement coverage and 100% decision coverage, respectively?

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

Answer: C

http://www.ajoysingha.info

Page 9: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 9www.selftestengine.com

Question: 17.

Which ordering of the list below gives increasing levels of test independence?

a. Tests designed by a fellowmember of the design team.b. Tests designed by a different group within the organisation.c. Tests designed by the code author.d. Tests designed by different organisation.

A. c, a, b, d.B. d, b, a, cC. c, a, d, b.D. a, c, d, b.

Answer: A

Question: 18.

A system specification states that a particular field should accept alphabetical characters in either upper or lower case. Which of the following test cases is from an INVALID equivalence partition?

A. FeedsB. F33dsC. FEEDSD. fEEDs

Answer: B

Question: 19.

Which of the following are structurebased techniques?

a. Decision table testingb. Boundary value analysisc. Multiple condition coveraged. Use case testinge. Decision testingA. a and c.B. b and d.C. b and e.D. c and e.

Answer: D http://www.ajoysingha.info

Page 10: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 10www.selftestengine.com

Question: 20.

Which statement BEST describes the role of testing?

A. Testing ensures that the right version of code is deliveredB. Testing can be used to assess quality.C. Testing shows that the software is error free.D. Testing improves quality in itself.

Answer: B

Question: 21.

Which of the following statements about black box and white box techniques is correct?

A. Decision Testing, Equivalence Partitioning and Condition Coverage are all black box techniquesB. Decision Table Testing, State Transition and Use Case Testing are all black box techniquesC. Decision Testing, Equivalence Partitioning and Statement Testing are all white box techniquesD. Boundary Value Analysis, State Transition and Statement Testing are all white box techniques

Answer: B

Question: 22.

Which one of the following is a characteristic of good testing in any lifecycle model?

A. Each test level has the same test objective.B. There should be more testing activities than development activities.C. Test design can only begin when development is complete.D. Testers should begin to review documents as soon as drafts are available.

Answer: D

http://www.ajoysingha.info

Page 11: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 11www.selftestengine.com

Question: 23.

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 A, B, D, GTest Case 2 covering path A, B, D, E, F, E, F, E, F, E, GTest Case 3 covering path A, C, D, E, F, E, GWhich of the following statements related to coverage is correct?

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

Answer: A

http://www.ajoysingha.info

Page 12: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 12www.selftestengine.com

Question: 24.

Which of the following activities would improve how a tool is deployed within an organisation?

a. Defining best practice guidelines for users.b. Roll out the tool across the organisation as quickly as possible to all users.c. Provide technical support to the test team for each type of tool.d. Introduce a system to monitor tool usage and user feedback.e. Ensure that the test process is not changed as result of the tools introduction.

A. a, b and c.B. a, c and d.C. c, d and e.D. b, d and e.

Answer: B

Question: 25.

Which of the following statements is true?

A. Testing cannot prove that software is incorrect.B. Testing can prove that software is either correct or incorrect.C. Testing cannot prove that software is correct.D. Testing can prove that software is correct.

Answer: C

Question: 26.

Which of the following statements describe why experiencebased test design techniques are useful?

a. They can help derive test cases based on analysis of specification documents.b. They can identify tests not easily captured by formal techniques.c. They make good use of testers knowledge, intuition and experience.d. They are an effective alternative to formal test design techniques.

A. a and b.B. b and dC. c and dD. b and c.

Answer: D http://www.ajoysingha.info

Page 13: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 13www.selftestengine.com

Question: 27.

Under what circumstances would you plan to perform maintenance testing?

a. As part of a migration of an application from one platform to another.b. As part of a planned enhancement release.c. When the test scripts need to be updated.d. For data migration associated with the retirement of a system

A. a, b and cB. b, c and dC. a, b and d.D. a, c and d

Answer: C

Question: 28.

Which of the following is a purpose of the review kick off?activity?

A. Explain the objectivesB. Select the personnel groupC. Document resultsD. Define entry and exit criteria

Answer: A

Question: 29.

Which of the following is LEAST likely to be included in an incident report?

A. Suggestions for correcting the problemB. Degree of impact on stakeholder interests.C. Date the incident was discovered.D. Life cycle process in which the incident was discovered

Answer: A

http://www.ajoysingha.info

Page 14: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 14www.selftestengine.com

Question: 30.

Which of the following is a standard for test documentation?

A. IEEE Std. 1028B. EEE Std. 1044C. ISO 9126.D. IEEE Std. 829

Answer: D

Question: 31.

In which activity of the Fundamental Test Process is the test environment set up?

A. Test implementation and execution.B. Test planning and controlC. Test analysis and designD. Evaluating exit criteria and reporting

Answer: A

Question: 32.

Retirement of software or a system would trigger which type of testing?

A. Load testingB. Portability testingC. Maintenance testingD. Maintainability testing

Answer: C

Question: 33.

Which of the following is a specificationbased technique?

A. Use Case TestingB. Error Guessing.C. Condition coverageD. Statement Testing.

Answer: A

http://www.ajoysingha.info

Page 15: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 15www.selftestengine.com

Question: 34.

Which of the following activities should be performed during the selection and implementation of atesting tool?

a. Determine whether the organisations existing test process needs to change.b. Conduct a proof of concept.c. Implement the selected tool on a project behind schedule to save time.d. Identify coaching and mentoring requirements for the use of the selected tool

A. a, b and c.B. b, c and d.C. a, c and d.D. a, b and d.

Answer: D

Question: 35.

From a Testing perspective, what are the MAIN purposes of Configuration Management?

a. Identifying the version of software under test.b. Controlling the version of testware items.c. Developing new testware items.d. Tracking changes to testware items.e. Analysing the need for new testware items.

A. b, d and e.B. b, c and d.C. a, b and d.D. a, c and e.

Answer: C

http://www.ajoysingha.info

Page 16: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 16www.selftestengine.com

Question: 36.

A programme level Master Test Plan states that a number of best practices must be adopted for itsproject life cycle models, irrespective of whether a sequential or iterativeincrementalapproach is adopted for each project. Which of the following life cycle related best practices would you expect to see in the Master Test Plan?

a. There should be a testing activity that corresponds to each development activity.b. Each project should have four test levels if using a Vmodel.c. Test personnel should ensure that they are invited to review requirements and design documents as soon as draft versions are available.d. System testing must not be performed by the development teams.

A. a and bB. a and cC. b and dD. c and d

Answer: B

Question: 37.

Which of the following types of defect are typically found in reviews rather than in dynamic testing?

a. Deviations from standards.b. Defects in interface implementation.c. Poor maintainability of code.d. Poor performance of the system.e. Defects in requirements.

A. a, c and e.B. a, b and d.C. b, d and e.D. a, c and d.

Answer: A

http://www.ajoysingha.info

Page 17: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 17www.selftestengine.com

Question: 38.

Pair the correct test design techniques (i to v) with the category of techniques (x, y and z):i. Exploratory Testingii. Equivalence Partitioningiii. Decision Testingiv. Use Case Testingv. Condition coveragex. Specificationbasedy. Structurebasedz. Experiencedbased

A. x = i and iiB. x = i, ii and ivC. x = ii and ivD. x = iii and iv

Answer: C

Question: 39.

Which one of the following is true of software development models?

A. There are always four test levels in the Vmodel.B. In a Rapid Application Development (RAD) project, there are four test levels for each iteration.C. In Agile development models, the number of test levels for an iteration can vary depending on theproject.D. There must be at least four test levels for any software development model.

Answer: C

Question: 40.

Which of the following is an example of a product risk?

A. Software that does not perform its intended functionsB. Failure of a third partyC. Problems in defining the right requirementsD. Skill and staff shortages

Answer: A

http://www.ajoysingha.info

Page 18: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 18www.selftestengine.com

Question: 41.

The digital Rainbow Thermometer?uses 7 colours to show the ambient temperature. Each colourspans a range of just 5C, with an operating minimum and maximum of minus 5C and 30C. Which of the following values is LEAST likely to have been identified when applying the boundary value test design technique?

A. 30CB. 0CC. 8D. 15C

Answer: C

Question: 42.

Which of the following are characteristic of test management tools?

a. They support traceability of tests to source documents.b. They provide an interface to test execution tools.c. They help to enforce coding standards.d. They manipulate databases and files to set up test data.

A. a and cB. b and cC. a and bD. b and d

Answer: C

Question: 43.

Which statement about combinations of inputs and preconditions is true for a large system?

A. It is easy to test them all in a short timeB. It is not practically possible to test them allC. It is not possible to test any of themD. It is essential to test them all in order to do good testing

Answer: B

http://www.ajoysingha.info

Page 19: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 19www.selftestengine.com

Question: 44.

What is the USUAL sequence for performing the following activities during the Fundamental TestProcess?

a. Analyse the test basis documents.b. Define the expected results.c. Create the test execution schedule.d. Establish the traceability of the test conditions

A. d, a, c, bB. a, d, b, cC. a, b, c, dD. a, b, d, c

Answer: B

Question: 45.

Which option BEST describes objectives for test levels within a life cycle model?

A. Objectives should be generic for any test levelB. Objectives are the same for each test levelC. Each test level has objectives specific to that levelD. Each test level must have different objectives

Answer: C

http://www.ajoysingha.info

Page 20: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 20www.selftestengine.com

Question: 46.

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 case has been run:Test Case 1 covering path A, B, D, GWhich of the following ADDITIONAL test cases would need to be written to provide the required coverage?

A. Test Case 2 covering path A, C, D, E, F, E, GB. Test Case 3 covering path A, B, D, E, GC. Test Case 4 covering path A, C, D, E, GD. Test Case 5 covering path A, C, D, G

Answer: A

Question: 47.

Why should expected results be defined before execution?

A. To assist in test automationB. To improve test efficiencyC. To reduce the possibility of incorrect resultsD. To improve design of the software

Answer: C

http://www.ajoysingha.info

Page 21: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 21www.selftestengine.com

Question: 48.

Which of the following is MOST likely to be an objective of a pilot project to introduce a test tool?

A. To assess if the test tool brings benefits at reasonable costB. To ensure that developers will use the test toolC. To ensure that the time spent testing and the cost of testing is reducedD. To assess if everyone in the organisation can be trained prior to rollout

Answer: A

Question: 49.

Which characteristics BEST describe a walkthrough?

A. Documented, includes peers and expertsB. Formal process collects metricsC. Defined roles, led by trained moderatorD. Led by the author, may be documented

Answer: D

Question: 50.

Which of the following is a MAJOR activity of test control?

A. Scheduling test analysis and designB. Implementing the test policy or strategyC. Making decisions based on information from test monitoringD. Determining the scope and risks

Answer: C

Question: 51.

For which of the following is Impact Analysis ESPECIALLY important?

A. Maintenance TestingB. Unit TestingC. System TestingD. User Acceptance Testing

Answer: A

http://www.ajoysingha.info

Page 22: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 22www.selftestengine.com

Question: 52.

Which of the following activities would NORMALLY be undertaken during test planning?

a. Scheduling test analysis and design.b. Designing Test Conditions.c. Monitoring test progress.d. Identifying the objectives of testing.e. Evaluating test tools.f. Selecting test metrics for monitoring and control.

A. b, c and dB. a, d and fC. a, d and eD. b, c and f

Answer: B

Question: 53.

Given the following sample of pseudo code:Read A, B, CIf A > B thenPrint Primary ratio is?& A / BEnd IfIf A > C thenPrint Secondary ration is?& A / CEnd If.Which of the following test cases would achieve 100% statement coverage?

A. A = 5, B = 10 and C = 2B. A = 10, B = 10 and C = 10C. A = 10, B =5 and C = 2D. A = 2, B= 5 and C = 10

Answer: C

http://www.ajoysingha.info

Page 23: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 23www.selftestengine.com

Question: 54.

Which of the following statements is true?

A. A test condition specifies input values and expected resultsconditionsB. A test condition may be derived from requirements or specificationsthe sequence of action for the execution of a testC. A test case specifies the sequence of execution of test conditionspreconditions and postconditionsD. A test case specifies input values and expected results e may be derived fromrequirements or specifications

Answer: B

Question: 55.

Place the stages of the Fundamental Test Process in the usual order (by time).

a. Test closure activities.b. Analysis and design.c. Planning and control.d. Implementation and execution.e. Evaluating exit criteria and reporting.

A. c, b, d, e, aB. c, b, e, d, aC. c, b, d, a, eD. b, c, d, e, a

Answer: A

Question: 56.

Which statement is a valid explanation as to why blackbox test design techniques can be useful?

A. They can help to derive test data based on analysis of the requirement specificationB. They can help derive test cases based on analysis of a components code structureC. They can help to derive test conditions based on analysis of a systems internal structureD. They can help to reduce testing costs

Answer: A http://www.ajoysingha.info

Page 24: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 24www.selftestengine.com

Question: 57.

You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code:if width > length thenbiggest_dimension = widthelse biggest_dimension = lengthend_if The following has been added to the bottom of the code fragment above. print "Biggest dimension is" & biggest_dimension. print "Width: " & width print "Length: " & length.How many MORE test cases are required?

A. One more test case will be required for 100 % decision coverageB. Two more test cases will be required for 100 % statement coverage, one of which will be used to provide 100% decision coverageC. None, existing test cases can be usedD. One more test case will be required for 100% statement coverage

Answer: C

Question: 58.

During which activity of the Fundamental Test Process test process do you determine the exit criteria?

A. Test analysis and designB. Evaluating exit criteria and reportingC. Test closure activitiesD. Test planning and control

Answer: D

Question: 59.

Which two of the following are common attributes of maintenance testing?

a. It is carried out to ensure that the system will be reliable once in service.b. It includes regression testing.c. It requires the use of fully defined specifications.d. It can include testing of a system after migration from one platform to another.

A. a and bB. a and cC. c and dD. b and d

Answer: D http://www.ajoysingha.info

Page 25: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 25www.selftestengine.com

Question: 60.

Which of the following would TYPICALLY be carried out by a test leader and which by a tester?

a. Creation of a test strategy.b. Creation of a test specification.c. Raising of an incident report.d. Write a test summary report.

A. a and b would be carried out by a test leader, whilst c and d would be carried out by a testerB. b and c would be carried out by a test leader, whilst a and d would be carried out by a testerC. a and d would be carried out by a test leader, whilst b and c would be carried out by a testerD. a and c would be carried out by a test leader, whilst b and d would be carried out by a tester

Answer: C

Question: 61.

Where may functional testing be performed?

A. At system and acceptance testing levels onlyB. At all test levelsC. At all levels above integration testingD. At the acceptance testing level only

Answer: B

Question: 62.

Which one of the following best describes riskbased testing?

A. Testing as much of the system as possible in the time availableB. Targeting testing at the more critical areas of the systemC. Making full use of formal test case design techniquesD. Fixing as many defects as possible before golive

Answer: B

http://www.ajoysingha.info

Page 26: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 26www.selftestengine.com

Question: 63.

Which of the following is a MAJOR activity of test planning?

A. Initiation of corrective actionsB. Measuring and analysing resultsC. Determining the exit criteriaD. Monitoring and documenting progress

Answer: C

Question: 64.

What is the MAIN benefit of designing tests early in the life cycle?

A. It is cheaper than designing tests during the test phasesB. It helps prevent defects from being introduced into the codeC. Tests designed early are more effective than tests designed laterD. It saves time during the testing phases when testers are busy

Answer: B

Question: 65.

Which of the following activities would improve how a tool is deployed within an organisation?

a. Roll out the tool across the organisation as quickly as possible to all users.b. Conduct periodic lessons learnt reviews with tool users.c. Provide technical support to the test team for each type of tool.d. If a tool is not being used, withdraw it and look for an alternative.e. Make sure processes are improved to reflect a new tool.

A. a, b and cB. a, c and dC. c, d and eD. b, c and e

Answer: D

http://www.ajoysingha.info

Page 27: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 27www.selftestengine.com

Question: 66.

A candidate sits an exam with 40 questions. To pass , the candidate must answer at least 25 questions correctly. To gain a distinction, a mark of 32 or above must be achieved. Which of these groups of exam scores would fall into three different equivalence classes?

A. 32, 36, 40B. 0, 27, 36C. 0, 24, 32D. 25, 32, 40

Answer: B

Question: 67.

if a system has been tested and only a few defects have been found, what can we conclude about the state of the system?

a. The system may be defect free but the testing done cannot guarantee that this is true.b. The system is defect free and further testing would therefore be a waste of resources.c. It depends what the system is designed to do.d. Further testing should be considered but this should be focussed on areas of highest risk because it would not be possible to test everything.e. Testing should be curtailed because it is yielding no value.

A. a, c and dB. b, c and dC. a, d and eD. b, c and e

Answer: A

Question: 68.

A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount fororders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?

A. 5, 6, 20B. 4, 5, 80C. 4, 5, 99D. 1, 20, 100

Answer: C http://www.ajoysingha.info

Page 28: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 28www.selftestengine.com

Question: 69.

Which of the following defects would NORMALLY be identified by a static analysis tool?

A. The response time for the search function exceeded the agreed limitB. The design specification had many grammatical errorsC. The components code had variables that were used but had not been declaredD. The component was found to be the source of the memory leak

Answer: C

Question: 70.

Which of the following statements describe why error guessing is a useful test design technique?

a. It can help derive test cases based on analysis of specification documents.b. It can identify tests not easily captured by formal techniques.c. It can make good use of testers experience and available defect data.d. It is a cheaper alternative to more formal test design techniques.

A. a and bB. b and cC. c and dD. a and c

Answer: B

Question: 71.

Which of the following activities should be considered before purchasing a tool for an organization?

a. Ensure that the tool does not have a negative impact on existing test processes.b. Produce a business justification examining both costs and benefits.c. Determine whether the vendor will continue to provide support for the tool.d. Introduce tool deployment activities into the testing schedule.

A. a and dB. b and cC. c and dD. a and c

Answer: B http://www.ajoysingha.info

Page 29: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 29www.selftestengine.com

Question: 72.

Which of the following statements correctly describes the benefit of fault attacks?

A. They are more effective at finding faults than formal test design techniquesB. They are useful when there is limited experience in the test teamC. They can evaluate the reliability of a test object by attempting to force specific failures to occurD. They are less structured than other experiencebasedtechniques

Answer: C

Question: 73.

Which of the following would NOT NORMALLY be considered for a testing role on a project?

A. System operatorB. DeveloperC. Configuration managerD. Performance specialist

Answer: C

Question: 74.

Which one of the following provides the BEST description of test design?

A. Identification of the features which should be testedB. Specification of the test cases required to test a featureC. Specification of the order in which test cases should be executedD. Creation of a test suite

Answer: B

http://www.ajoysingha.info

Page 30: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 30www.selftestengine.com

Question: 75.

Which one of the following BEST describes the purpose of a priority rating in an incident report?

A. To show which parts of the system are affected by the incidentB. To show how quickly the problem should be fixedC. To show how much it would cost to fix the defectD. To show progress of testing

Answer: B

Question: 76.

Which of the following is a review process activity?

A. Individual preparationB. Writing test conditionsC. Developing a test planD. Executing test scripts

Answer: A

Question: 77.

Which of the following are true of software development models?

a. Component Integration testing is present in all good development models.b. Acceptance testing can take place before system testing starts.c. Acceptance testing should only start when system testing is complete.d. There may be fewer than four test levels in a Vmodel.

A. b and dB. a and bC. b and cD. c and d

Answer: A

http://www.ajoysingha.info

Page 31: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 31www.selftestengine.com

Question: 78.

Which of the following are whitebox test design techniques?

a. Decision table testing.b. Decision coverage.c. Boundary value analysis.d. Error guessing.e. Statement testing.

A. a and eB. b and dC. b and eD. e and d

Answer: C

Question: 79.

Which of the following matches the activity (i to iv) to its most suitable type of tool (p to s)?i. Analysis of code structure.ii. Generation of test cases.iii. Simulation of the environment in which a component is run.iv. Analysis of test metrics.p. Test management.q. Test design tool.r. Static analysis tool.s. Test harness.

A. i-s, ii-p, iii-r, iv-qB. i-r, ii-q, iii-s, iv-pC. i-r, ii-s, iii-p, iv-qD. i-q, ii-r, iii-s, iv-p

Answer: B http://www.ajoysingha.info

Page 32: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 32www.selftestengine.com

Question: 80.

Which of the following statements about functional testing is correct?

A. Functional test cases are derived from specificationsB. Functional test cases are derived from an examination of the codeC. Functional testing ensures error free softwareD. Functional testing should be done before the Inspection process

Answer: A

Question: 81.

Which of the following account for most of the failures in a system?

A. They will be found in the smallest modulesB. They will be evenly distributed among all modulesC. They will be found in the largest modulesD. They will be found in a small proportion of modules

Answer: D

Question: 82.

Which of the following is a project risk?

A. There are nonstandard implementations of some featuresB. We may not be able to get a contractor to join the test team as plannedC. The response times of the software may not be fast enoughD. The contract has a legal loophole which has affected the companys profit

Answer: B

http://www.ajoysingha.info

Page 33: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 33www.selftestengine.com

Question: 83.

Which of the following are key success factors to the review process?

A. Review time is allowed in the test execution schedule, process improvement is recognised in the follow up meeting and the objective is always to find defectsB. Each review has a clear objective, the right people are involved, training is provided in the reviewtechnique and management fully support the processC. Participants are trained, all review meetings are time boxed and moderators are project managersD. Every team member will be involved, all review techniques are used on every work product and test managers control the review process

Answer: B

Question: 84.

Which of the following software work products would NOT TYPICALLY be examined using staticanalysis techniques?

a. Design specification.b. Components code.c. Software model.d. Test procedure.e. Nonfunctional requirements specification.

A. a, c and dB. a, d and eC. b, c and dD. a, b and e

Answer: B

http://www.ajoysingha.info

Page 34: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 34www.selftestengine.com

Question: 85.

An automated airconditioner is programmed to turn its heating unit on when the temperature falls below 17C and to turn its refrigeration unit on when the temperature exceeds 26C. The airconditioner is designed to operate at temperatures between 10C and +40C. Given the above specification, which of the following sets of values shows that the equivalence partition test design technique has been used correctly?

A. 11C,1C,18C, 27C, 51CB. 11C,1C,12C, 18C, 27C, 51CC. 11C,18C, 51CD. 1C,12C, 18C, 27C

Answer: A

Question: 86.

Which of the following activities would improve how a tool is deployed within an organisation?

a. Roll out the tool across the organisation as quickly as possible to all users.b. Provide technical support to the test team for each type of tool.c. Limit communication with the tool vendor to allow users to develop their own best practice.d. Make sure processes are improved to reflect a new tool.e. Regularly analyse how the tool is being used.

A. a, b and cB. a, c and dC. b, d and eD. b, c and e

Answer: C

http://www.ajoysingha.info

Page 35: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 35www.selftestengine.com

Question: 87.

Which two of the following are attributes of structural testing?

a. It is based on testing features described in a functional specification.b. It can include statement and decision testing.c. It can be carried out at all levels of testing.d. It can include debugging.A. a and bB. a and dC. b and dD. b and c

Answer: D

Question: 88.

Which of the following test activities are more likely to be undertaken by a test lead rather than a tester?

a. Create test specifications.b. Schedule tests.c. Define metrics for measuring test progress.d. Prepare and acquire test data.

A. c and dB. a and bC. b and dD. b and c

Answer: D

http://www.ajoysingha.info

Page 36: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 36www.selftestengine.com

Question: 89.

The list below (a to e) describes one major task for each of the five main activities of the fundamental test process. Which option (A to D) places the tasks in the correct order, by time?

a. Create bidirectionaltraceability between test basis and test cases.b. Check test logs against exit criteria.c. Define the objectives of testing.d. Check planned deliverables have been delivered.e. Comparing actual results with expected results.

A. a, c, b, e, dB. c, a, d, e, bC. c, a, e, b, dD. d, a, c, b, e

Answer: C

Question: 90.

A simple gaming system has been specified as a set of use cases. It has been tested by the supplierand is now ready for user acceptance testing. The system is assessed as low risk and there is pressure to release the software into the market as soon as possible. Which of the following test techniques would be most appropriate for this testing?

A. State transition testing and decision testingB. Equivalence partitioning and statement testingC. Use case testing and exploratory testingD. Decision table testing and exploratory testing

Answer: C

http://www.ajoysingha.info

Page 37: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 37www.selftestengine.com

Question: 91.

A failure has occurred during system testing and incident report must be raised. The followingattributes are available for the report:

a. Testers name.b. Date raised.c. Priority (to fix).d. Severity (impact on the system).e. Expected Results.f. Actual Results.g. Test case specification identifier.h. Failing software function. i. Testers recommendations Which attributes would be the MOST effective to enable determination of WHEN the incident should be fixed and HOW MUCH effort might be required to apply the fix?

A. b, c, e, f, gB. a, b, d, h, iC. c, d, e, f, hD. c, d, e, g, i

Answer: C

Question: 92.

Which of the following would be MOST USEFUL in estimating the amount of retestingand regression testing likely to be required?

a. The purchase of an automated test execution tool.b. Time allocated for acceptance testing.c. Metrics from previous similar projects.d. Impact analysis.

A. a and bB. b and cC. a and dD. c and d

Answer: D

http://www.ajoysingha.info

Page 38: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 38www.selftestengine.com

Question: 93.

What does a test execution tool enable?

A. Tests to be executed automatically, or semi automaticallyB. Tests to be written without human interventionC. Preparation of test data automaticallyD. Manage test assets such as test conditions and test cases

Answer: A

Question: 94.

Given the following sample of pseudo code:Input ExamScoreIf ExamScore <= 75 thenPrint Candidate has failed? ElsePrint Candidate has passed? If ExamScore >= 120 thenPrint Candidate has achieved a distinction? EndIf EndIf. What is the minimum number of test cases required to guarantee 100% decision coverage?

A. 2B. 1C. 3D. 4

Answer: C

http://www.ajoysingha.info

Page 39: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 39www.selftestengine.com

Question: 95.

Match the following formal review roles and responsibilities:Roles1. Moderator.2. Recorder.3. Reviewer.4. Manager.Responsibilitiesp.The person chosen to represent a particular viewpoint and role.q.The person who decides on the execution of inspections and determines if the inspection objectives havebeen met.r.The person who leads the inspection of a document or set of documents.s.The person who documents all the issues, problems and open points.

A. 1Q, 2S, 3P, 4RB. 1R, 2S, 3P, 4QC. 1Q, 2P, 3S, 4RD. 1R, 2P, 3S, 4Q

Answer: B

Question: 96.

Given the following state transition diagram:

Which of the test cases below will cover the following series of state transitions?SS ?S1 ?S2 ?S1 ?S2 ?ES

A. A, B, E, B, FB. A, B, C, DC. A, B, E, B, C, DD. A, B, F

Answer: A

http://www.ajoysingha.info

Page 40: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 40www.selftestengine.com

Question: 97.

During which activity of the Fundamental Test Process do you compare actual with expected results?

A. Test closure activitiesB. Evaluating exit criteria and reportingC. Test analysis and designD. Test implementation and execution

Answer: D

Question: 98.

Which of the following pairs of factors is used to quantify risks?

A. Impact and CostB. Likelihood and ImpactC. Product and ProjectD. Probability and Likelihood

Answer: B

Question: 99.

Which of the following BEST describes a keyworddriven testing approach?

A. Test input and expected results are stored in a table or spreadsheet, so that a single control script can execute all of the tests in the tableB. Actionwords are defined to cover specific interactions in system (e.g., logonentries) which can then be used by testers to build their testsC. Keywords are entered into a test harness to obtain predefined test coverage reports D. The test basis is searched using keywords to help identify suitable test conditions

Answer: B

http://www.ajoysingha.info

Page 41: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 41www.selftestengine.com

Question: 100.

Which of the following is a TYPICAL objective of a pilot project for introducing a testing tool into anorganisation?

A. To assess whether the benefits will be achieved at a reasonable costB. To identify the initial requirements of the toolC. To select the most suitable tool for the intended purposeD. To document test design and test execution processes

Answer: A

Question: 101.

Given the following fragment of code, how many tests are required for 100% statement coverage?if width > length thenbiggest_dimension = widthIf height > width thenbiggest_dimension = heightEndifElsebiggest_dimension = lengthIf height > length thenbiggest_dimension = heightEndifEndif

A. 1B. 2C. 3D. 4

Answer: B

Question: 102.

Which activity in the Fundamental Test Process creates test suites for efficient test execution?

A. Implementation and executionB. Planning and controlC. Analysis and designD. Test closure http://www.ajoysingha.info

Page 42: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 42www.selftestengine.com

Answer: A

Question: 103.

Which of the following is MOST clearly a characteristic of structure based (whitebox)techniques?

A. Test cases are independent of each otherB. Test cases can be easily automatedC. Test cases are derived systematically from the delivered codeD. Test cases are derived systematically from specifications

Answer: C

Question: 104.

What is the purpose of configuration management in testing?

a. To choose and implement a suitable configuration management tool.b. To identify unique items of testware and their related developed software.c. To provide traceability between items of testware and developed software.d. To enable managers to configure the software.e. To control the versions of software released into the test environment.

A. a, c and eB. a, b and dC. b, c and dD. b, c and e

Answer: D

Question: 105.

Which of the following best describes the purpose of nonfunctional testing?

A. To measure characteristics of a system which give an indication of how the system performs its functionsB. To ensure that a system complies with the quality standards set by ISO 9126C. To ensure that the system deals appropriately with software malfunctionsD. To measure the extent to which a system has been tested by functional testing

Answer: A http://www.ajoysingha.info

Page 43: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 43www.selftestengine.com

Question: 106.

Which one of the following methods for test estimation rely on information captured from previousprojects?

A. Test pointbasedB. ExpertbasedC. MetricsbasedD. Development effortbased

Answer: C

Question: 107.

ArriveandGo airline wants to clarify its baggage handling policy, whilst maximising revenues, and willintroduce the following tariffs for all baggage per individual customer (weights are rounded up to the nearest 0.1Kg):The first 2Kg will be carried free of charge.The next 10 Kg will be carried for a flat charge of ?0.An additional 15Kg will be charged a total charge of ?7.Luggage over this amount will be charged at ? per Kg, up to a maximum of 150Kg per person.No passenger may take more that 150Kg with them. Which of the following would constitute boundary values for baggage weights in the price calculation?

A. 0, 5.0, 10.0, 17.0B. 2.0, 9.9, 15.0, 26.9C. 1.9, 12.0, 14.9, 150.0D. 2.0, 12.1, 27.0, 150.1

Answer: D

Question: 108.

What should be the MAIN objective during development testing?

A. To cause as many failures as possible so that defects in the software are identified and can be fixedB. To confirm that the system works as expected and that requirements have been metC. To assess the quality of the software with no intention of fixing defectsD. To give information to stakeholders of the risk of releasing the system at a given time

Answer: A http://www.ajoysingha.info

Page 44: Istqb Iseb Bh0 010 Ajoysingha

For interactive and self-paced preparation of exam BH0-010, try our practice exams.Practice exams also include self assessment and reporting features! 44www.selftestengine.com

Question: 109.

Which one of the following BEST describes a test control action?

A. Setting a completion dateB. Reporting on poor progressC. Adding extra test scripts to a test suiteD. Retesting a defect fix

Answer: C

Question: 110.

Which of the following statements describe why exploratory testing is a useful test design technique?

a. It can help derive test cases based on the internal structure of systems.b. It is useful when there are limited specification documents available.c. It is useful when there testing is constrained due to time pressures.d. It is a cheaper alternative to more formal test design techniques.

A. b and cB. a and cC. b and dD. c and d

Answer: A

http://www.ajoysingha.info