- Algorithm
- Compiler Design
- Computer Fundamentals
- Computer Networks
- Computer Organization & Architecture
- DBMS
- Digital logic
- Information System
- Ms Office
- Operating System
- Programming & Data structure
- Software Engineering
- Software Testing
- System Programming
- Theory of computation
- Web technology
- Analog & Digital Circuits
- Control System
- Electronic Devices
- EMFT
- Junctions, Diodes & Tunnel
- Signals & systems
- Wireless Communication
- Engineering Mechanics
- Fluid Mechanics
- Heat Transfer
- I.C. Engines
- Power Engineering
- Strength of Materials
- Theory of Machines
- Thermodynamics
- Concrete Structure
- Construction & Structure engineering
- Costing & Valuation of Building Materials
- Errors & Adjustments
- Hydraulics
- Soil Mechanics
- Steel Structures
- Structural Analysis
- Surveying
- Traffic Engineering
- Water supply & waste water engineering
Computer Science/IT
Electronics & communications
Mechanical Engineering
Civil engineering
Electrical engineering
-
-
( 1 ) System testing is a
- 1) Black box testing
- 2) White box testing
- 3) Grey box testing
- 4) Both 1 and 2
-
Show Answer Report Discussion in forumAnswer : 1) Black box testing
Solution : Software tester is responsible for system testing. He does not have internal knowledge of system.
discussion
Answer : 1) Black box testing
-
-
-
( 2 ) Who is responsible for component testing?
- 1) Software tester
- 2) Designer
- 3) User
- 4) Developer
-
Show Answer Report Discussion in forumAnswer : 4) Developer
Solution : Developer is responsible for component testing as he posses the internal knowledge of system.
discussion
Answer : 4) Developer
-
-
-
( 3 ) Inspections can find all the following except
- 1) Variables not defined in the code
- 2) Spelling and grammar faults in the documents
- 3) Requirements that have been omitted from the design documents
- 4) How much of the code has been covered
-
Show Answer Report Discussion in forumAnswer : 4) How much of the code has been covered
Solution :
discussion
Answer : 4) How much of the code has been covered
-
-
-
( 4 ) Equivalence partitioning is
- 1) A black box testing technique used only by developers
- 2) A black box testing technique than can only be used during system testing
- 3) A black box testing technique appropriate to all levels of testing
- 4) A white box testing technique appropriate for component testing
-
Show Answer Report Discussion in forumAnswer : 3) A black box testing technique appropriate to all levels of testing
Solution :
discussion
Answer : 3) A black box testing technique appropriate to all levels of testing
-
-
-
( 5 ) To test a function, the programmer has to write a ______, which calls the function and passes it test data.
- 1) Stub
- 2) Driver
- 3) Proxy
- 4) None of the above
-
-
-
( 6 ) Which of these can be successfully tested using Loop Testing methodology?
- 1) Simple Loops
- 2) Nested Loops
- 3) Concatenated Loops
- 4) All of the above
-
Show Answer Report Discussion in forumAnswer : 4) All of the above
Solution :
discussion
Answer : 4) All of the above
-
-
-
( 7 ) The process of identifying the kinds of software failures that can occur and then quantifying how likely it is that they will actually occur is
- 1) Configuration management
- 2) Risk management
- 3) Contingency planning
- 4) Process improvement
-
Show Answer Report Discussion in forumAnswer : 2) Risk management
Solution :
discussion
Answer : 2) Risk management
-
-
-
( 8 ) In which model functional expertise can be used to estimate cost
- 1) Function point
- 2) Expert judgment
- 3) Top-down
- 4) Bottom-up
-
Show Answer Report Discussion in forumAnswer : 2) Expert judgment
Solution :
discussion
Answer : 2) Expert judgment
-
-
-
( 9 ) Which of the following acceptance testing is done prior to a new build?
- 1) UAT
- 2) Alpha testing
- 3) Beta testing
- 4) Smoke testing
-
Show Answer Report Discussion in forumAnswer : 4) Smoke testing
Solution :
discussion
Answer : 4) Smoke testing
-
-
-
( 10 ) In quantifying risk, the term RE represents
- 1) Risk expense
- 2) Related expense
- 3) Risk exposure
- 4) Risk evaluation
-
Show Answer Report Discussion in forumAnswer : 3) Risk exposure
Solution :
discussion
Answer : 3) Risk exposure
-