Question
The question contains pairs of words that are related to
each other in a certain way. Three of the following four-word pairs are alike as these have the same relationship and thus form a group. Which word pair is the one that DOES NOT belong to that group? (The words must be considered as meaningful English words and must not be related to each other based on the number of letters/number of consonants/vowels in the word.)Solution
A, B, and C show a person and the material they work on.
But a driver does not work on the engine, they operate a vehicle.
D is the odd one.
Which of the following is the primary reason why polymorphism is useful in Object-Oriented Programming (OOP)?
Which of the following techniques is primarily used to address overfitting in machine learning models?
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following best represents the main objective of the Requirements Analysis phase in the Software Development Lifecycle (SDLC)?
What is the output of the following recursive function call func(3) ?
int func ( int n) {Â Â Â Â Â Â Â
   if (n == 0 ) return 1 ; <...
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following accurately describes the role of a "foreign key" in a relational database system?