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 web app attribute is defined by the statement:”A large number of users may access the WebApp at one time”?
A Unpredictable load
B Performance
C Concurrency
D Network intensiveness
Correct Answer: Concurrency
W3C stands for________________?
A World Wide Web Consortium
B World Wide Web Collaboration
C World Wide Web Community
D None of the mentioned
Correct Answer: World Wide Web Consortium
What category of web-based system would you assign to electronic shopping ?
A Informational
B Interactive
C Transaction-oriented
D Workflow-oriented
Correct Answer: Transaction-oriented
Which process model should be used in virtually all situations of web engineering ?
A Incremental Model
B Waterfall Model
C Spiral Model
D None of the mentioned
Correct Answer: Incremental Model
Standard Enforcer is a___________________?
A Static Testing Tool
B Dynamic Testing
C Static & Dynamic Testing
D None of the mentioned
Correct Answer: Static Testing Tool
Test should be conducted for every possible_______________________?
A data
B case
C variable
D all of the mentioned
Correct Answer: all of the mentioned
Which is a black box testing technique appropriate to all levels of testing ?
A Acceptance testing
B Regression testing
C Equivalence partitioning
D Quality assurance
Correct Answer: Equivalence partitioning
Effective testing will reduce __________________ cost?
A maintenance
B design
C coding
D documentation
Correct Answer: maintenance
Cyclomatic Complexity method comes under which testing method ?
A Yellow box
B White box
C Gray box
D Black box
Correct Answer: White box
Which of the following is the way of ensuring that the tests are actually testing code ?
A Control structure testing
B Complex path testing
C Code coverage
D Quality assurance of software
Correct Answer: Code coverage