Question
Five persons P, Q, R, S, and T live on five different
floors. The bottom floor is numbered 1 and the top floor is numbered 5. Also, each of them was born in different months of the year but no two person born in two consecutive months. The one who lives on the fourth floor was born in which of the following months? Statement I. Three people live between Q and T. T is older than R and born in p month having 31 days. R lives on the third floor and was born in April. Q is born in one of the months after July but in a month having 30 days. Statement II. Only one person lives between P and S and P is younger than S. T does not live above R. S was born before Q. P was not born in the last month of the year and is younger than Q. S was not born in a month of 30 days. Each of the questions below consists of three statements numbered I, II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question.Solution
From Statement I And Q can be born either in September or November. And T is born in January. From Statement II: P < Q < S From both statements I and II, Even by combining both the statements we only know that P is born in November and S is born in July but we cannot find that either P or S lives on the 4th floor, so both together are not sufficient.
What is the primary difference between Big Data and traditional data ?
In Python, which method in the Pandas library would you use to replace NaN values in a DataFrame with the median value of each column?
Which of the following Big Data processing models is based on the concept of continuous data flow processing?Â
Which of the following statements about the mean, median, and mode is true when applied to a dataset with a skewed distribution?
Which of the following is an effective method for handling inconsistent data in a merged dataset?
Which of the following testing types focuses on validating that a system meets its functional requirements?
What is the result of the following SQL query?
 SELECT department, COUNT (employee_id)Â
FROM employees GROUPBY department HAVING COUNT (e...If a dataset has a strongly skewed distribution , which measure of central tendency is most appropriate to represent the data?
In time series forecasting, what is the primary role of the ARIMA model ?
Which of the following factors should primarily determine the sample size in a data analysis project?