Question
There is a road beside a river. Two friends, A and B.
started their journey from place P, moved to the garden located at another place Q and then returned to place P. A moved by swimming at a speed of 15 km/h while B sailed on a boat at a speed of about 18 km/h. If the flow of water current is at the speed of 6 km/h, what will be the average speed (in km/h) of the boat sailor?Solution
Clearly the person moves both ways at a speed of 15 km/hr.  The boat sailor moves downstream = (18 + 6) i.e., 24 km/hr and Upstream = (18-6)i.e., 12 km/hr.  So, average speed of the boat sailor = (2 x 24 x 12)/(24+12)) km/hr (576/36) km/hr = 16 km/hr
A data analyst is tasked with evaluating customer feedback from a population of 1,000,000 survey responses. Why is sampling an essential technique in th...
What is the result of the following SQL query?
 SELECT department, COUNT (employee_id)Â
FROM employees GROUPBY department HAVING COUNT (e...What is the primary difference between recursion and iteration in programming?
In Excel, you want to summarize sales data by region and product category, displaying the sum of sales for each combination. Which feature should you us...
A data analyst at an insurance company is tasked with assessing the probability of fraudulent claims by analyzing customer transaction data and claim hi...
A hospital uses a data-driven approach to improve patient care. They identify that patients with similar conditions respond differently to treatments b...
In a virtual memory system, a process requests a page that is not currently in memory, triggering a page fault. Which of the following is the most optim...
Which of the following is a key difference between structured and unstructured data?
In the context of risk modeling for credit scoring, which of the following factors is least likely to be used in predicting a person’s creditworthines...
Which sampling technique is most suitable when a population has distinct subgroups that should be represented proportionally?