MCQOPTIONS
Saved Bookmarks
This section includes 111 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engineering Mcqs knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
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 |
| Answer» B. Application function tests | |
| 102. |
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 |
| Answer» B. Distributed presentation | |
| 103. |
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 |
| Answer» D. Database object | |
| 104. |
Consider the example and categorize it accordingly, A pattern-matching system developed as part of a text-processing system may be reused in a database management system ? |
| A. | Application system reuse |
| B. | Component reuse |
| C. | Object and function reuse |
| D. | None of the mentioned |
| Answer» C. Object and function reuse | |
| 105. |
Which option supports the statement: Most web frameworks now provide AJAX support ? |
| A. | Session Management |
| B. | Security |
| C. | User interaction |
| D. | Database support |
| Answer» D. Database support | |
| 106. |
Which framework s applications are difficult to deal with ? |
| A. | MVC pattern |
| B. | Web application frameworks |
| C. | Debugging framework |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 107. |
Which of the following term is best defined by the statement: For a component to be composable, all external interactions must take place through publicly defined interfaces ? |
| A. | Standardized |
| B. | Independent |
| C. | Composable |
| D. | Documented |
| Answer» D. Documented | |
| 108. |
Which of the following term is best defined by the statement: The operations on each side of the interface have the same name but their parameter types or the number of parameters are different. ? |
| A. | Parameter incompatibility |
| B. | Operation incompleteness |
| C. | Operation incompatibility |
| D. | None of the mentioned |
| Answer» B. Operation incompleteness | |
| 109. |
Which of the following term is best defined by the statement: The names of the operations in the provides and requires interfaces are different. ? |
| A. | Parameter incompatibility |
| B. | Operation incompleteness |
| C. | Operation incompatibility |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 110. |
When composing reusable components that have not been written for your application, you may need to write adaptors or glue code to reconcile the different _____________________? |
| A. | Component modules |
| B. | Component composition |
| C. | Component model |
| D. | Component interfaces |
| Answer» D. Component interfaces | |
| 111. |
An ordering system may be adapted to cope with a centralized ordering process in one company and a distributed process in another. Which category the example belong to ? |
| A. | Process specialization |
| B. | Platform specialization |
| C. | Environment specialization |
| D. | Functional specialization |
| Answer» B. Platform specialization | |