Question
Four of the following five are alike in a certain way
and hence they form a group. Which one of the following does not belong to that group? Study the following information carefully and answer the questions given below: Eight couples are sitting in two parallel rows containing four benches in each row in such a way that there is an equal distance between adjacent couples. In the first row, four couple i.e. A, B, C, D, E, F, G and H are seated and all of them are facing south. In the second row, four couples i.e. M, N, O, P, Q, R, S and T are seated and all of them are facing north. Therefore, in the given seating arrangement, each couple seated in a row faces another couple of the other row. Two persons sit on each bench. Five persons sit between B and E, who sits at one of the extreme end. There are two benches gap between Q and R, who sits at one of the extreme end. D faces to the one who sits exactly between R and Q, who does not sit at the extreme end. There are three persons sit between G and D. T sits 2nd to the left of the one who faces to E. Both P and M, are seat on same bench. More than one person sit between M and T. A sits 2nd to the left of F. Both F and H are not sitting on the same bench. There is one bench gap between N and O, who does not face D. There is one bench gap between H and C. H does not face P. One person sits between C and D. ÂSolution
From the given statements, there are two benches gap between Q and R, who sits at one of the extreme end. Here we get two possibilities i.e. Case 1 and Case 2. D faces to the one who sits exactly between R and Q, who does not sit at the extreme end. There are three persons sit between G and D. There are 5 persons sit between B and E, who sits at one of the extreme end. From the given statements, T sits 2nd to the left of the one who faces to E. Here Case 1 is ruled out now. Both P and M, sit on same bench. More than one person sit between M and T. One person sit between C and D. Here one more possibility is added – Case 2a. There is one bench gap between H and C. H does not face P. A sits 2nd to the left of F.Â
A data structure allows insertion and deletion only from one end. Which of the following best describes its use case in real-world scenarios?
In the context of network security protocols, which of the following is responsible for securing web traffic by encrypting data between a client and a s...
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which of the following query will return the third-highest salary from an Employee table in SQL?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
  int x = 10, y = 20, *p1 = &x, *p2 = &y;...
What factor primarily determines the minimum sample size needed for a survey ?
Which cloud computing service model provides users with complete control over hardware resources like servers, storage, and networks?
Which of the following forecasting methods is most suitable for data with a linear trend but no seasonality?
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...
In data analysis, why is sampling often preferred over analyzing an entire population?