ISTQB-2010-2011_1

40 Questions | Attempts: 494
Share

SettingsSettingsSettings
ISTQB Quizzes & Trivia

Questions and Answers
  • 1. 

    Q. 81: The ________ and ________ are used within individual workbenches to producethe right output products.

    • A.

      Tools and techniques

    • B.

      Procedures and standards

    • C.

      Processes and walkthroughs

    • D.

      Reviews and update

    Correct Answer
    B. Procedures and standards
  • 2. 

    Q. 82: Which is not the software characteristics

    • A.

      Reliability

    • B.

      Usability

    • C.

      Scalability

    • D.

      Maintainability

    Correct Answer
    C. Scalability
  • 3. 

    Q. 83: The principle of Cyclomatic complexity, considering L as edges or links, N asnodes, P as independent paths

    • A.

      L-N +2P

    • B.

      N-L +2P

    • C.

      N-L +P

    • D.

      N-L +P

    Correct Answer
    A. L-N +2P
  • 4. 

    Q. 84: FPA is used to

    • A.

      To measure the functional requirements of the project

    • B.

      To measure the size of the functionality of an Information system

    • C.

      To measure the functional testing effort

    • D.

      To measure the functional flow

    Correct Answer
    B. To measure the size of the functionality of an Information system
  • 5. 

    Q. 85: A _____ is the step-by-step method followed to ensure that standards are met

    • A.

      SDLC

    • B.

      Project Plan

    • C.

      Policy

    • D.

      Procedure

    Correct Answer
    D. Procedure
  • 6. 

    Q. 86: Which is not a test Oracle

    • A.

      The existing system (For a bench mark)

    • B.

      The code

    • C.

      Individual’s knowledge

    • D.

      User manual

    Correct Answer
    B. The code
  • 7. 

    Q. 87: PDCA is known as

    • A.

      Plan, Do, Check, Act

    • B.

      Plan, Do, Correct, Act

    • C.

      Plan, Debug, Check, Act

    • D.

      Plan, Do, Check, Accept

    Correct Answer
    A. Plan, Do, Check, Act
  • 8. 

    Q. 88: Which is the non-functional testing

    • A.

      Performance testing

    • B.

      Unit testing

    • C.

      Regression testing

    • D.

      Sanity testing

    Correct Answer
    A. Performance testing
  • 9. 

    Q. 89: A Test Plan Outline contains which of the following:i. Test Itemsii. Test Scriptsiii. Test Deliverablesiv. Responsibilities

    • A.

      I,ii,iii are true and iv is false

    • B.

      I,iii,iv are true and ii is false

    • C.

      Ii,iii are true and i and iv are false

    • D.

      I,ii are false and iii , iv are true

    Correct Answer
    B. I,iii,iv are true and ii is false
  • 10. 

    Q. 90: Testing where in we subject the target of the test , to varying workloads tomeasure and evaluate the performance behaviors and ability of the target and of thetest to continue to function properly under these different workloads.

    • A.

      Load Testing

    • B.

      Integration Testing

    • C.

      System Testing

    • D.

      Usability Testing

    Correct Answer
    A. Load Testing
  • 11. 

    Q. 91: Which of the following is the task of a Tester?i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.ii. Prepare and acquire Test Dataiii. Implement Tests on all test levels, execute and log the tests.iv. Create the Test Specifications

    • A.

      I, ii, iii is true and iv is false

    • B.

      Ii,iii,iv is true and i is false

    • C.

      I is true and ii,iii,iv are false

    • D.

      Iii and iv is correct and i and ii are incorrect

    Correct Answer
    B. Ii,iii,iv is true and i is false
  • 12. 

    Q. 92: What can static analysis NOT find?

    • A.

      The use of a variable before it has been defined

    • B.

      Unreachable ("dead") code

    • C.

      Memory leaks

    • D.

      Array bound violations

    Correct Answer
    C. Memory leaks
  • 13. 

    Q. 93: White Box Techniques are also called as:

    • A.

      Structural Testing

    • B.

      Design Based Testing

    • C.

      Error Guessing Technique

    • D.

      Experience Based Technique

    Correct Answer
    A. Structural Testing
  • 14. 

    Q. 94: Reviewing the test Basis is a part of which phase

    • A.

      Test Analysis and Design

    • B.

      Test Implementation and execution

    • C.

      Test Closure Activities

    • D.

      Evaluating exit criteria and reporting

    Correct Answer
    A. Test Analysis and Design
  • 15. 

    Q. 95: Component Testing is also called as :-i. Unit Testingii. Program Testingiii. Module Testingiv. System Component Testing .

    • A.

      I,ii,iii are true and iv is false

    • B.

      I,ii,iii,iv are false

    • C.

      I,ii,iv are true and iii is false

    • D.

      All of above is true

    Correct Answer
    A. I,ii,iii are true and iv is false
  • 16. 

    Q. 96: Which of the following is not a major task of Exit criteria?

    • A.

      Checking test logs against the exit criteria specified in test planning.

    • B.

      Logging the outcome of test execution.

    • C.

      Assessing if more tests are needed.

    • D.

      Writing a test summary report for stakeholders.

    Correct Answer
    B. Logging the outcome of test execution.
  • 17. 

    Q. 97: Which of the following is true about Formal Review or Inspection:-i. Led by Trained Moderator (not the author).ii. No Pre Meeting Preparationsiii. Formal Follow up process.iv. Main Objective is to find defects

    • A.

      Ii is true and i,iii,iv are false

    • B.

      I,iii,iv are true and ii is false

    • C.

      I,iii,iv are false and ii is true

    • D.

      Iii is true and I,ii,iv are false

    Correct Answer
    B. I,iii,iv are true and ii is false
  • 18. 

    Q. 98: The Phases of formal review process is mentioned below arrange them in thecorrect order.i. Planningii. Review Meetingiii. Reworkiv. Individual Preparationsv. Kick Offvi. Follow Up

    • A.

      I,ii,iii,iv,v,vi

    • B.

      Vi,i,ii,iii,iv,v

    • C.

      I,v,iv,ii,iii,vi

    • D.

      I,ii,iii,v,iv,vi

    Correct Answer
    C. I,v,iv,ii,iii,vi
  • 19. 

    Q. 99: Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :

    • A.

      System Level Testing

    • B.

      Integration Level Testing

    • C.

      Unit Level Testing

    • D.

      Component Testing

    Correct Answer
    B. Integration Level Testing
  • 20. 

    Q. 100: Methodologies adopted while performing Maintenance Testing:-

    • A.

      Breadth Test and Depth Test

    • B.

      Re-testing

    • C.

      Confirmation Testing

    • D.

      Sanity Testing

    Correct Answer
    A. Breadth Test and Depth Test
  • 21. 

    Q. 101: The Switch is switched off once the temperature falls below 18 and then it isturned on when the temperature is more than 21. When the temperature is more than21. Identify the Equivalance values which belong to the same class.

    • A.

      12,16,22

    • B.

      24,27,17

    • C.

      22,23,24

    • D.

      14,15,19

    Correct Answer
    A. 12,16,22
  • 22. 

    Q. 102: What is an equivalence partition (also known as an equivalence class)?

    • A.

      A set of test cases for testing classes of objects

    • B.

      An input or output range of values such that only one value in the range becomes a test case

    • C.

      An input or output range of values such that each value in the range becomes a test case

    • D.

      An input or output range of values such that every tenth value in the range becomes a test case.

    Correct Answer
    B. An input or output range of values such that only one value in the range becomes a test case
  • 23. 

    Q. 103: Which of the following is not a part of the Test Implementation and ExecutionPhase

    • A.

      Creating test suites from the test cases

    • B.

      Executing test cases either manually or by using test execution tools

    • C.

      Comparing actual results

    • D.

      Designing the Tests

    Correct Answer
    D. Designing the Tests
  • 24. 

    Q. 104: Link Testing is also called as :

    • A.

      Component Integration testing

    • B.

      Component System Testing

    • C.

      Component Sub System Testing

    • D.

      Maintenance testing

    Correct Answer
    A. Component Integration testing
  • 25. 

    Q. 105: Who are the persons involved in a Formal Review :-i. Managerii. Moderatoriii. Scribe / Recorderiv. Assistant Manager

    • A.

      I,ii,iii,iv are true

    • B.

      I,ii,iii are true and iv is false.

    • C.

      Ii,iii,iv are true and i is false.

    • D.

      I,iv are true and ii, iii are false.

    Correct Answer
    B. I,ii,iii are true and iv is false.
  • 26. 

    Q. 106: Which of the following statements regarding static testing is false:

    • A.

      Static testing requires the running of tests through the code

    • B.

      Static testing includes desk checking

    • C.

      Static testing includes techniques such as reviews and inspections

    • D.

      Static testing can give measurements such as cyclomatic complexity

    Correct Answer
    A. Static testing requires the running of tests through the code
  • 27. 

    Q. 107: Designing the test environment set-up and identifying any requiredinfrastructure and tools are a part of which phase

    • A.

      Test Implementation and execution

    • B.

      Test Analysis and Design

    • C.

      Evaluating the Exit Criteria and reporting

    • D.

      Test Closure Activities

    Correct Answer
    B. Test Analysis and Design
  • 28. 

    Q. 108: A Type of functional Testing, which investigates the functions relating todetection of threats, such as virus from malicious outsiders.

    • A.

      Security Testing

    • B.

      Recovery Testing

    • C.

      Performance Testing

    • D.

      Functionality Testing

    Correct Answer
    A. Security Testing
  • 29. 

    Q. 109: A Person who documents all the issues, problems and open points that wereidentified during a formal review.

    • A.

      Moderator.

    • B.

      Scribe

    • C.

      Author

    • D.

      Manager

    Correct Answer
    B. Scribe
  • 30. 

    Q. 110: The Test Cases Derived from use cases

    • A.

      Are most useful in uncovering defects in the process flows during real world use of the system

    • B.

      Are most useful in uncovering defects in the process flows during the testing use of the system

    • C.

      Are most useful in covering the defects in the process flows during real world use of the system

    • D.

      Are most useful in covering the defects at the Integration Level

    Correct Answer
    A. Are most useful in uncovering defects in the process flows during real world use of the system
  • 31. 

    Q. 111: One of the fields on a form contains a text box which accepts alpha numericvalues. Identify the Valid Equivalence class

    • A.

      BOOK

    • B.

      Book

    • C.

      Boo01k

    • D.

      Book

    Correct Answer
    C. Boo01k
  • 32. 

    Q. 112: In a Examination a candidate has to score minimum of 24 marks inorder to clear the exam. The maximum that he can score is 40 marks. Identify the Valid Equivalance values if the student clears the exam.

    • A.

      22,23,26

    • B.

      21,39,40

    • C.

      29,30,31

    • D.

      0,15,22

    Correct Answer
    C. 29,30,31
  • 33. 

    Q. 113: Verification involves which of the following :-i. Helps to check the Quality of the built productii. Helps to check that we have built the right product.iii. Helps in developing the productiv. Monitoring tool wastage and obsoleteness.

    • A.

      Options i,ii,iii,iv are true.

    • B.

      I is true and ii,iii,iv are false

    • C.

      I,ii,iii are true and iv is false

    • D.

      Ii is true and i,iii,iv are false.

    Correct Answer
    B. I is true and ii,iii,iv are false
  • 34. 

    Q. 114: A Project risk includes which of the following :

    • A.

      Organizational Factors

    • B.

      Poor Software characteristics

    • C.

      Error Prone software delivered.

    • D.

      Software that does not perform its intended functions

    Correct Answer
    A. Organizational Factors
  • 35. 

    Q. 115: Which of the following is a Key Characteristics of Walk Through

    • A.

      Scenario , Dry Run , Peer Group

    • B.

      Pre Meeting Preparations

    • C.

      Formal Follow Up Process

    • D.

      Includes Metrics

    Correct Answer
    A. Scenario , Dry Run , Peer Group
  • 36. 

    Q. 116: Which of the following techniques is NOT a White box technique?

    • A.

      Statement Testing and coverage

    • B.

      Decision Testing and coverage

    • C.

      Condition Coverage

    • D.

      Boundary value analysis

    Correct Answer
    D. Boundary value analysis
  • 37. 

    Q. 117: Reporting Discrepancies as incidents is a part of which phase :-

    • A.

      Test Analysis and Design

    • B.

      Test Implementation and execution

    • C.

      Test Closure Activities

    • D.

      Evaluating exit criteria and reporting

    Correct Answer
    B. Test Implementation and execution
  • 38. 

    Q. 118: In a risk-based approach the risks identified may be used to :i. Determine the test technique to be employedii. Determine the extent of testing to be carried outiii. Prioritize testing in an attempt to find critical defects as early as possible.iv. Determine the cost of the project

    • A.

      Ii is True; i, iii, iv & v are False

    • B.

      I,ii,iii are true and iv is false

    • C.

      Ii & iii are True; i, iv are False

    • D.

      Ii, iii & iv are True; i is false

    Correct Answer
    B. I,ii,iii are true and iv is false
  • 39. 

    Q. 119: Incidents would not be raised against:

    • A.

      Requirements

    • B.

      Documentation

    • C.

      Test cases

    • D.

      Improvements suggested by users

    Correct Answer
    D. Improvements suggested by users
  • 40. 

    Q. 120: The Planning phase of a formal review includes the following :-

    • A.

      Explaining the objectives

    • B.

      Selecting the personnel, allocating roles.

    • C.

      Follow up

    • D.

      Individual Meeting preparations

    Correct Answer
    B. Selecting the personnel, allocating roles.

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jul 30, 2011
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 17, 2010
    Quiz Created by
    Minal_akre
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.