Software Engineering MCQ With Answers
Software Engineering is a systematic, disciplined, cost-effective technique for software development. In simple terms, it is an engineering approach to developing software.
Software Development Life Cycle
The Software Development Life Cycle is a process used in the software industry to produce and design high-quality software. The SDLC follows certain stages of designing, developing, testing software before launching it.
A typical SDLC life cycle is as follows:
There are various types of SDLC modes. Some of the popular SDLC models are as follows:
Software Prototyping
- The process in which developers create a model of the actual software.
- The intention behind creating this model is to get the actual requirements more deeply from the user.
- Prototyping helps a lot in getting feedback from the customer.
Process of software prototyping
- Initial requirements identification
- Prototype Development
- Review
- Revise
Types of prototyping
- Rapid Prototyping/Throwaway: In this type, we build a prototype with very little effort to get the requirement from the user after getting the requirements, we throw away this prototype and start building the actual software.
- Evolutionary Prototyping: The prototype on the top of which we can build the whole actual system.
Testing in Software Engineering
At different stages of software development, we need to test what we develop. When we develop a unit, we test it when we integrate it with other units. Also, it needs to be tested before giving the software to the customer.
In some testing types, we directly deal with the code, which is known as white box testing. In some other cases, we do not have to look at the code and it is known as black-box testing. A mixture of these two is known as gray box testing.
Unit Testing
- Testing a single unit of the software is known as unit testing.
- In this testing, we will test an isolated unit of the software, which contains lots of the units.
Integration Testing
Here, the testing of a few units of the software is done separately. Now, after testing, those units are integrated. After integrating those units, it is again tested.
Regression Testing
Here, a new module is made and it is added to the software. Whenever a new module is added to the software, it is tested to check whether the software is working fine with the change.
System Testing
- The complete software is ready and working as a system.
- In this testing, the focus is the entire software. The testing is done based on Evolutionary are input and output.
- Software compatibility is tested on different kinds of OS.
- Testing the software comes under the black box testing category.
Stress Testing
- The software is tested under unfavorable conditions.
- In this testing, the software is pushed to its maximum limit to check whether any failure occurs under some unfavorable conditions.
Additional Resources
Software Engineer MCQs
UML diagram cannot be used to capture which of the following views?
If the objects focus on the problem domain, then we are concerned with
In which of the following categories can white-box testing be classified?
Infrastructure software is covered under which of the following categories?
On which of the following is Agile Software Development based?
On which of the following is model selection based upon?
Requirement Analysis does not deal with which of the following diagrams?
RUP and PSP stands for?
Select the correct option which refers to internal software equality?
The construction of a simpler version of a problem by ignoring details is known as
The SRS document is also known as _____________ specification.
Total different notations for Unified Modelling Language?
Total phases of RAD software model is-
Identify the worst type of coupling.
What does the RAD software process stand for?
When can white-box testing be started?
When is the ‘risk analysis’ In the spiral model performed?
Which feature of OOPs helps in code reusability?
Which is the following is the most important feature of the spiral model?
Which of the following are type of code review?
Which of the following is a fourth-generation language?
Which of the following is not included in the efficiency of a software product.
Which of the following is the first step of SDLC?
Which of the following models will not result in the desired output, when the user participation isn’t involved?
Which of the following terms is used often for the principle of abstraction?
Identify the correct option among the following which is not included in SRS?
Choose the correct option among the following which is involved in the system planning and designing phase of the Software Development Life Cycle (SDLC)?
Choose the correct option among the following. The software consists of?
Choose the correct option which does not relate to the Evolutionary Process Model?
Choose the correct option which states the correct definition of Software. It is considered to be a collection of
Choose the option which is not applicable to agile software development?
COCOMO model stand for?
Decomposition is also popularly known as
FAST stands for?
For which of the following reasons is the waterfall model not suitable.
Identify among the following which is not recommended for software processes in software engineering?
Identify the correct functional requirement.
Identify the correct measure for correctness.
By whom is unit testing done?
Identify the correct software metrics?
Identify the fault-based testing technique.
Identify the incorrect phase of the prototype model.
Identify the incorrect software layers.
Identify the incorrect testing technique.
Identify the incorrect type of prototype of the Prototyping Model among the following.
Identify the major drawback of the Spiral Model?
Identify the model which is also known as Verification and Validation Model?
Identify the simplest model of SDLC?
Identify the two dimensions of the spiral model.