M C Q s D r i v e

Software Engineering Mcqs 840 MCQs [All-Courses]

thumb

Software Engineering MCQs for job test and interview preparation, especially for fresh graduates, students, and candidates appearing in competitive exams. These multiple-choice questions cover a wide range of topics, including the fundamentals of software engineering, its various types, advanced concepts, software design, development processes, testing methods, software evolution, and security aspects.

Which of the following is not a conflict in software development team ?

A Simultaneous updates
B Shared and common code
C Versions
D Graphics issues
Correct Answer: Graphics issues

Which of the following is not a typical environment in communication facilitation ?

A Multiple teams
B Multiple user groups
C Multiple fests
D Multiple locations
Correct Answer: Multiple fests

Why is software difficult to build ?

A Controlled changes
B Lack of reusability
C Lack of monitoring
D All of the mentioned
Correct Answer: Lack of monitoring

Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________?

A examine memory & registers
B stop execution at a particular point
C search for references for particular variables, constant and registers
D all of the mentioned
Correct Answer: all of the mentioned

Beta Testing is done by____________________?

A Developers
B Testers
C Users
D All of the mentioned
Correct Answer: Users

Execution Verifier is a dynamic tool that is also known as_____________________?

A Test File Generator
B Coverage Analyzer
C Output Comparator
D Test Harness System
Correct Answer: Coverage Analyzer

Which testing tool is responsible for documenting programs ?

A Test/File Generator
B Test Harness System
C Test Archiving Systems
D Coverage Analyzer
Correct Answer: Test Archiving Systems

Software Testing with real data in real environment is known as_____________________?

A alpha testing
B beta testing
C regression testing
D none of the mentioned
Correct Answer: beta testing

Many applications using static analysis find 0.1-0.2% NCSS. NCSS stands for______________________?

A Non-Code Source Statement
B Non Comment Source Sentence
C Non-Comment Source Statement
D All of the mentioned
Correct Answer: Non-Comment Source Statement

Which of the following testing tools examine program systematically & automatically ?

A Code Inspector
B Static Analyzer
C Standard Enforcer
D Coverage Analyzer
Correct Answer: Static Analyzer