Question
Three pipes A, B, and C can fill a tank in 15 hours, 20
hours, and 25 hours respectively. All three pipes are opened together, but after 4 hours, pipe C is closed. How much more time will it take to fill the tank completely?Solution
Calculate the combined rate of all three pipes (A, B, C):
Work done in the first 4 hours (all pipes open):
Remaining work:
Rate after closing pipe C (only A and B):
Time to complete remaining work:
In a machine learning experiment, the company wants to predict future sales based on advertising spend. What is the dependent variable in this scenario?
What is the result of the following SQL query?
 SELECT department, COUNT (employee_id)Â
FROM employees GROUPBY department HAVING COUNT (e...Which of the following best illustrates the use of trend analysis in marketing?
When analyzing customer buying behavior, which of the following metrics would be most critical in assessing customer loyalty and retention?
Which SDLC model integrates testing at every phase of development, ensuring defects are identified early?
Which storage method is most suitable for managing large-scale unstructured data like videos or social media posts?
Which of the following best describes the purpose of data wrangling?
In Pandas, which function reads CSV files?
What is the primary difference between Big Data and traditional data ?
You receive a dataset with missing values in multiple columns. What is the most effective approach to handle these missing values?