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 term is best defined by the statement:”The client sends structured query language (SQL) requests to the server which are transmitted as messages across the net” ?
A File servers
B Database servers
C Client servers
D None of the mentioned
Correct Answer: Database servers
Which test do you infer from the following statement: “The coordination and data management functions of the server are tested.” ?
A Server tests
B Application function tests
C Transaction tests
D Network communication tests
Correct Answer: Server tests
“A client is assigned all user presentation tasks and the processes associated with data entry”.Which option supports the client’s situation ?
A Distributed logic
B Distributed presentation
C Remote presentation
D All of the mentioned
Correct Answer: Distributed logic
When a client application invokes a method contained within an object elsewhere in the system, CORBA uses dynamic invocation to____________________?
A obtain pertinent information about the desired method from the interface repository
B create a data structure with parameters to be passed to the object
C create a request for the object
D all of the mentioned
Correct Answer: all of the mentioned
Which of the following term is best defined by the statement:”When one object invokes another independent object, a message is passed between the two objects.” ?
A Control couple
B Application object
C Data couple
D Database object
Correct Answer: Data couple
What is used to pass SQL requests and associated data from one component to another ?
A Client/server SQL interaction
B Remote procedure calls
C SQL Injection
D All of the mentioned
Correct Answer: Client/server SQL interaction
Which of the following services is not provided by an object ?
A Activating & Deactivating Objects
B Security features
C Files implementing the entities identified within the ERD
D Registering object implementation
Correct Answer: Files implementing the entities identified within the ERD
CORBA stands for _____________________?
A Common Object Request Build Architecture
B Common Object Request Broker Architecture
C Common Object Request Break Architecture
D All of the mentioned
Correct Answer: Common Object Request Broker Architecture
Which of the following is an essential principle of an architecture ?
A Consistency
B Reliability
C Scalability
D All of the mentioned
Correct Answer: All of the mentioned
Which of the following utilities is not a part of Application Service Layer ?
A Policy implementation
B QoS
C Security
D Verify invoice
Correct Answer: Verify invoice