• ISTQB Certification Quiz: Online Mock Test - 2

    Instructions For Quiz

    • This Test has 40 Questions
    • Each Question is of 1 mark so total 40 marks
    • MCQ(Multiple Choice Questions) with only ONE valid answer
    • To Pass you need minimum 20 marks
  • 10)Match every stage of the software Development Life cycle with the Testing Life cycle:

     

    i. Hi-level design
    ii. Code
    iii. Low-level design
    iv. Business requirements

    a Unit tests
    b Acceptance tests
    c System tests
    d Integration tests

  • 12)Success Factors for a review include:

    i. Each Review does not have a predefined objective
    ii. Defects found are welcomed and expressed objectively
    iii. Management supports a good review process.
    iv. There is an emphasis on learning and process improvement.

  • 13)Defects discovered by static analysis tools include 

    i. Variables that are never used.
    ii. Security vulnerabilities.
    iii. Programming Standard Violations
    iv. Uncalled functions and procedures

  • 17). Minimum Tests Required for 100% Statement Coverage and Branch Coverage :-

    Read P
    Read Q
    If P+Q > 100 then
    Print "Large"
    End if
    If P > 50 then
    Print "pLarge"
    End if

  • 18) Minimum Test Required for Statement Coverage :-

    Disc = 0
    Order-qty = 0
    Read Order-qty
    If Order-qty >=20 then
    Disc = 0.05
    If Order-qty >=100 then
    Disc =0.1
    End if
    End if

  • 20) Which of the following is the task of a Test Lead / Leader

    i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.
    ii. Write Test Summary Reports based on the information gathered during testing
    iii. Decide what should be automated , to what degree and how.
    iv. Create the Test Specifications

  • 21) Features of White Box Testing Technique :-

    i. We use explicit knowledge of the internal workings of the item being tested to select the test data.
    ii. Uses specific knowledge of programming code to examine outputs and assumes that the tester knows the path of logic in a unit or a program.
    iii. Checking for the performance of the application
    iv. Also checks for functionality.

  • 22) Which of the following is a part of Test Closure Activities?

    i. Checking which planned deliverables have been delivered
    ii. Defect report analysis.
    iii. Finalizing and archiving testware.
    iv. Analyzing lessons.

  • 24) Component Testing is also called as :-

    i. Unit Testing
    ii. Program Testing
    iii. Module Testing
    iv. System Component Testing .

  • 26) Drivers are also known as:

    i. Spade
    ii. Test harness
    iii. Scaffolding

  • 27) Exit Criteria may consist of :-

    i. Thoroughness measures , such as coverage of code, functionality or risk
    ii. Estimates of Defect density or reliability measures.
    iii. Residual risk such as defects not fixed or lack of test coverage in certain areas
    iv. Verifying the Test Environment.

  • 28)Which of the following helps in monitoring the Test Progress:-

    i. Percentage of Test Case Execution
    ii. Percentage of work done in test environment preparation.
    iii. Defect Information e.g. defect density, defects found and fixed
    iv. The size of the testing Team and skills of the engineers

  • 29) The selection of a test approach should consider the context :-

    i. Risk of Failure of the Project, hazards to the product and risks of product failure to humans
    ii. Skills and experience of the people in the proposed technique, tools and methods
    iii. The objective of the testing endeavor and the mission of the testing team.
    iv. The size of the testing Team

  • 39) Given the Following program

    IF X = Z
    THEN Statement 2;
    END
    McCabe’s Cyclomatic Complexity is :

  • 40) Verification involves which of the following:-

    i. Helps to check the Quality of the built product
    ii. Helps to check that we have built the right product.
    iii. Helps in developing the product
    iv. Monitoring tool wastage and obsoleteness.

  • Should be Empty: