Question
How many persons live towards the north of
Bhawna? Study the following information carefully and answer the question given below: Eight persons Nikita, Amit, Yogita, Priya, Aman, Garima, Shreya and Bhawna lives on a four storey building where as the bottom most floor is numbered as 1 and the top most floor is numbered as 4 but not necessarily in the same order. Each floor has two flats X and Y. Flat X is west of Flat Y of each floor. Flat X of 2nd floor is immediately above the flat X of 1st floor and immediately below the flat X of3rd floor and similarly flat Y of 2nd floor is immediately above the flat Y of 1st floor and immediately below the flat Y of 3rd floor and so on. Aman lives two floors below of Garima. Nikita lives west of Aman. Shreya lives either immediately above or immediately below of Nikita in the same type of flat. Both Yogita and Bhawna live on the same floor. Garima and Yogita are not living on adjacent floors. Priya doesn’t live above the floor on which Shreya lives. Yogita doesn’t live south and north of Priya. Both Amit and Bhawna don’t live in different type of flat.Solution
Again we have, Both Yogita and Bhawna live on the same floor. Priya does not live above the floor on which Shreya lives.
Which of the following techniques is most suitable for handling and organizing an unstructured dataset with textual data?
In Python, which library is most commonly used for data manipulation?
You are analyzing sales data and notice missing values in some of the records. What is the most appropriate first step to take during the data analysis ...
What does the Dickey-Fuller test primarily assess in a time series dataset?
In regex, ^abc matches:
Which of the following methods is most effective in reducing selection bias during the sampling process?
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...
Which data modeling technique is used to represent the relationships between entities in a database?