set-3
101. ______ are white box testing techniques.
Statement coverage testing
Decision coverage testing
Data flow testing
All of the above
102. In ______ environment the Alpha Testing can be performed.
User’s end
Developer’s end
User’s and developer’s end
Competitor’s end
103. ______ is not a part of the Test Plan.
Schedule
Risk Occurrence
Incident reports
Entry and exit criteria
104. ______ is the key objective of Integration testing.
Specification Errors
Interface Errors
Validation Errors
Procedure Errors
105. Exploratory testing is a ______?
Experience-based Test Design Technique
White as well as black box Test Design Technique
Black Box Test Design Technique
Grey Box as well as white box Test Design Technique
106. White Box techniques are also classified as
Design based testing
Structural testing
Error guessing technique
Graph based technique
107. ______ is/are White box technique.
Basis path Testing
Decision tree Testing
Condition Coverage
All of the mentioned
108. ______ testing comes under the testing of individual components by the developers.
Integration testing
Validation testing
Unit testing
System testing
109. The testing have been stopped When ______.
The faults have been fixed
All the tests run
The time completed
The risk are resolved
110. Which one is the reputed testing standard?
QAI
M Bridge awards
ISO
Microsoft
111. ______ testing is performed at first.
Regression testing
Acceptance testing
White box testing
Static testing
112. In ______ testing, the code of the program is checked.
Black box testing
White box testing
Acceptance testing
Green box testing
113. ______ testing is done without planning and Documentation.
Unit testing
Performance testing
Adhoc testing
Alpha testing
114. Acceptance testing is also known as
Basis path testing
BVA testing
Alpha Testing
Beta testing
115. ______ is non-functional testing.
Black box testing
Performance testing
Unit testing
None of the mentioned
116. ______ is black box testing.
Decision tree, control structure testing
Boundary value analysis, Equivalence partitioning
Code path analysis, Alpha testing
Control structure, Cause effect graph
117. What is the best time to perform Regression testing?
After the software has been modified
As soon as possible
When the environment has been modified
Both option A & C
118. Does the customer get a 100% bug-free product?
Product is old
Developers are super
The testing team is not good
All of the above
119. ______ Test Document is used to define the Exit Criteria of Testing.
Incident Report
Test Summary Report
Debug report
Test Plan
120. ______ is not the right approach of Incremental testing approach.
Big bang approach
Top-down approach
Functional incrimination
Bottom-up approach
121. The test levels are performed in ______ of the following order.
Unit, Integration, System, Acceptance
It is based on the nature of the project
Unit, Integration, Acceptance, System
Unit, System, Integration, Acceptance
122. What is component testing?
White-box testing
Grey box testing
Black box testing
Both A & C
123. Select the correct defect rate for Six sigma?
2.4 defect per million lines of code.
3.14 defects per million lines of code.
3.04 defects per million lines of code.
3.4 million per million lines of code.
124. In ______ Defects removal efficiency (DRE) is dependent
E: errors found before software delivery
D: defects found after delivery to user
Both A and B
B: Bugs found during Lifecycle
125. ______ is an indirect measure of product?
Quality
Complexity
Reliability
All of the above
126. ______ is not a direct measure of SE process?
Efficiency
Benefit
Applied Effort
Investment
127. Function Point Computation is given by the formula
FP = [count total * 0.65] + 0.01 * sum(Fi)
FP = count total * [0.65 + 0.01 * sum(Fi)]
FP = count total * [0.65 + 0.01] * sum(Fi)
FP = [count total * 0.65 + 0.01] * sum(Fi)
128. SMI stands for?
Software Mature Indicator
Software Maintenance Index
Software Maturity Index
Software Maturity Indication
129. ______ is the purpose of project metrics.
Minimization of development schedule
To perform design purposes
Access project quality
Minimization of development schedule and assessing project quality on ongoing basis
130. Which of the following is an indirect measure of product?
Quality
Complexity
Reliability
All of the Mentioned
131. In size-oriented metrics, metrics are developed based on the ______
Number of Functions
Number of user’ requirement
Number of lines of code
Amount of memory usage
132. Which of the following is not an information domain required for determining function point in FPA?
Number of user requirements
Number of user Involvement
Number of external Interfaces
Number of errors
133. Size and Complexity are a part of ______
Product Metrics
Process Metrics
Project Metrics
People Metrics
134. Number of errors found per person hours expended is an example of a
Measurement
Measure
Metric
Quantity
135. By ______ reason, the software is delivered late.
Changing customer requirements frequently.
Technical difficulties that came during the devolvement of the product
Human difficulties that could not have been foreseen in advance
All of the mentioned
136. Which of the following is an activity that distributes estimated effort across the planned project duration by allocating the effort to specific software engineering tasks?
Software Macroscopic schedule
Software Project scheduling
Software Detailed schedule
Software Quality schedule
137. Every task that is scheduled should be assigned to a specific team member is termed as
Defined Checkpoints
Defined milestones
Defined responsibilities
Defined customer requirements
138. What is the recommended distribution of effort for a project?
40-20-40
30-20-500
20-20-60
50-30-20
139. Which technique is applicable when other projects in the same analogy application domain have been completed?
Algorithmic cost modelling
Pareto principles
Estimation by analogy
Parkinson’s Law
140. The COCOMO model takes into account different approaches to software development, reuse, etc.
True
False
141. A ______ is developed using historical cost information that relates some software metric to the project cost.
Algorithmic cost modelling
Six sigma principles
Estimation by analogy
Pareto principles
142. Which of the following uses empirically derived formulas to predict effort as a function of LOC or FP?
FP-Based Estimation
Process-Based Estimation
COCOMO
Both FP-Based Estimation and COCOMO
143. COCOMO stands for
Constructive cost model
Comprehensive cost model
Constructive cost estimation model
Cooperative cost estimation model
144. Which version of COCOMO states that once requirements have been stabilized, the basic software architecture has been established?
Early design stage model
Late design stage model
Application development model
All of the mentioned
145. Which model was used during the early stages of software engineering, when prototyping of user interfaces, consideration of software and system interaction, assessment of performance, and evaluation of technology maturity were paramount?
Early design stage model
Post-architecture-stage model
Application composition model
All of the mentioned
146. Which one is not a size measure for software product?
LOC
Halstead’s program length
Function Count
Cyclomatic Complexity
147. COCOMO was developed initially by
B.Beizer
Roger S. Pressman
B.W.Bohein
Gregg Rothermal
148. ______ is not included in failure costs.
Rework
Repair
Failure mode analysis
None of the mentioned
149. ______ requirements are the foundation from which quality is measured.
Hardware
Software
Programmers
None of the mentioned
150. Which of the following is not a SQA plan for a project?
Evaluations to be performed
Amount of technical work
Audits and reviews to be performed
Documents to be produced by the SQA group
Last updated