Question
Select the option that is related to the third number
in the same way as the second number is related to first number and the sixth number is related to the fifth number. 1, 2, 4, 7 : 3, 4, 6, 9 :: ? : 2, 3, 5, 8Solution
1 2 4 7 ↓ ↓ ↓ ↓  +2 +2 +2 +2 ↓ ↓ ↓ ↓ 3  4   6 9 Similarly, 0 1 3 6 ↓ ↓ ↓ ↓  +2 +2 +2 +2 ↓ ↓ ↓ ↓  2  3  5  8  Hence, option A is correct.
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?