Software Engineering Mcqs
Which of the following is an essential principle of an architecture ?

A. Consistency
B. Reliability
C. Scalability
D. All of the mentioned

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

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

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

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

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