Pages

Wednesday 3 February 2016

A Type of functional Testing, which investigates the functions relating to detection of threats, such as virus from malicious outsiders.

...
A. Security Testing
B. Recovery Testing
C. Performance Testing
D. Functionality Testing
Ans:  ‘A’

Incidents would not be raised against

...
A. requirements
B. documentation
C. test cases
D. improvements suggested by users
Ans:  ‘D’

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
Ans:  ‘C’

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
Ans:  ‘A’

Who are the persons involved in a Formal Review

...
i. Manager
ii. Moderator
iii. Scribe / Recorder
iv. 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.
Ans:  ‘B’

A Person who documents all the issues, problems and open points that were identified during a formal review

...
A. Moderator.
B. Scribe
C. Author
D. Manager
Ans:  ‘B’

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
Ans:  ‘B’

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 Data
iii. 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
Ans:  ‘B’

In a risk-based approach the risks identified may be used to

...
i. Determine the test technique to be employed
ii. Determine the extent of testing to be carried out
iii. 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
Ans:  ‘B’

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
Ans:  ‘A’

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
Ans:  ‘D’

Which of the following is not a part of the Test Implementation and Execution Phase

...
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
Ans:  ‘D’

Exhaustive Testing is

...
A. Is impractical but possible
B. Is practically possible
C. Is impractical and impossible
D. Is always possible
Ans:  ‘A’

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
Ans:  ‘A’

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.
Ans:  ‘B’

White Box Techniques are also called as

...
A. Structural Testing
B. Design Based Testing
C. Error Guessing Technique
D. Experience Based Technique
Ans:  ‘A’

Splitting project into tasks and estimate time and resources required to complete each task called as Project Scheduling

...
A. True
B. False
Ans:  A

The Phases of formal review process is mentioned below arrange them in the correct order.

...
i. Planning
ii. Review Meeting
iii. Rework
iv. Individual Preparations
v. Kick Off
vi. 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
Ans:  ’C’

Which of the following is true about Formal Review or Inspection

...
i. Led by Trained Moderator (not the author).
ii. No Pre Meeting Preparations
iii. 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
Ans:  ‘B’

Methodologies adopted while performing Maintenance Testing

...
A. Breadth Test and Depth Test
B. Retesting
C. Confirmation Testing
D. Sanity Testing
Ans:  ‘A’