Software Engineering MCQs with answers | part 2 | letsbug
In this article we have 25 Software Engineering MCQs with Answers.
1. The user system requirements are the parts of which document?
- SDD
- SRS
- DDD
- SRD
Answer: 2: SRS
2. A use-case actor is always a person having a role that different people may play.
- True
- False
Answer: 2: False
3. A stakeholder is anyone who will purchase the completed software under development.
- True
- False
Answer: 2 : False
4. Conflicting requirements are common in Requirement Engineering, with client proposing his or her version is the right one.
- True
- False
Answer: 1: True.
5. Which is the first step in the software development life cycle?
- Analysis
- Design
- Problem/Opportunity identification
- Development and Documentation
Answer: 3 : Problem/ Opportunity identification
6. Which is one of the most important stakeholder from the following?
- Entry level personnel
- Middle level stakeholder
- Managers
- Users of the software
Answer: 4: User of the software
7. Which tool is use for structured designing?
- Program flowchart
- Structure chart
- Data-flow diagram
- Module
Answer: 2 : Structure chart
8. A step by step instruction used to solve a problem is known as
- Sequential structure
- A list
- A plan
- An Algorithm
Answer: 4: An algorithm
9. In the analysis phase, the development of the ________ occurs, which is a clear statement of the goals and objectives of the project.
- Documentation
- Flowchart
- Program specification
- design
Answer: 3 : program specification
10. In design phase, which is the primary area of concern?
- Architecture
- Data
- Interface
- All of the above
Answer: 4: All of the above
11. the importance of software design can be summarized in a single word which is:
- Efficiency
- Accuracy
- Quality
- Complexity
Answer: 3 : Quality
12. Which of the following term describes testing?
- Finding broken code
- Evaluating deliverable to find errors
- A stage of all projects
- none of the above
Answer: 2 : Evaluating deliverable to find errors
13. What is cyclomatic complexity?
- Black box testing
- White box testing
- Yellow box testing
- Green box testing
Answer: 2 : White box testing
14. Maintenance testing is performed using methodology?
- Retesting
- Sanity testing
- Breadth test and depth test
- Confirmation testing
Answer: 3: Breadth test depth test
15. White Box techniques are also classified as ?
- Design based testing
- Structural testing
- Error guessing technique
- None of the above
Answer: 2: Structural testing
16. Exhaustive testing is
- Always possible
- Practically possible
- Impractical but possible
- Impractical and impossible
Answer: 3 : Impractical but possible
17. Which of the following is/are white box technique?
- Statement testing
- Decision Testing
- Condition Coverage
- All of the above
Answer: 4: All of the above
18. What are the various Testing levels?
- Unit testing
- System Testing
- Integration Testing
- All of the above
Answer: 4 : All of the above
19. Boundary value analysis belong to?
- White box testing
- Black box testing
- White box & Black box testing
- None of the above
Answer: 2 : Black box testing
20. Alpha testing is done at
- Developer's end
- User's end
- Developer's & User's end
- None of the above
Answer: 1: Developer's end
21. Software maintenance includes
- Error corrections
- Enhancements of capabilities
- Deletion of obsolete capabilities
- All of the above
Answer: 4 : All of the above
22. Maintenance is classified into how many categories?
- Two
- Three
- Four
- Five
Answer: 3: Four
23. The modification of the software to match changes in the ever-changing environment, falls under which category of software maintenance?
- Corrective
- Adaptive
- Perfective
- Preventive
Answer: 2 : Adaptive
24. What type of software testing is generally used in software maintenance?
- Regression testing
- System testing
- Integration testing
- Unit testing
Answer: 1 : Regression testing
25. Selective retest techniques may be more economical than the "retest-all" technique. How many selective retest techniques are there?
- Two
- Three
- Four
- Five
Answer: 2 : Three
Click here for previous set of MCQs
Comments
Post a Comment