Question
Find the tank taken by Pipe P1 to fill the tank
alone. Statement I: Pipe P1 takes 14 hours less to fill the tank than pipe P2. Statement II: Pipe P3 can fill the tank alone in 56 hours, and the time taken by pipe P3 is 33.33% more than the time taken by pipe P2. In each of the following questions two statements I and II or three statements I, II and III is given. Find which statement or pair of statements is sufficient to answer the questions.Solution
It is clear that no statement alone is sufficient to answer the question. We need to check if the combination of statements is sufficient or not. From statement I & II Time taken by Pipe P3 = 56 hours Time taken by pipe P2 = 56 x 3/4 = 42 hours So, time taken by pipe P1 alone = 42 – 14 = 28 hours Hence answer is option D
Which of the following programming language most of “Wireshark” is implemented in?
 Which of the following best describes validation testing?
The Fibonacci sequence (F(n) = F(n-1) + F(n-2)) is a classic example demonstrating the benefits of Dynamic Programming. Without DP, a naive recursive so...
You are tasked with implementing a search feature for a large, constantly changing dataset where the order of elements doesn't matter, but fast lookups ...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...
Consider three processes P1, P2, and P3 with burst times 10ms, 10ms, and 10ms respectively. If they arrive at time 0 and are scheduled using FCFS (First...
What is the main goal of cloud load balancing?
Which of these is an open-source container orchestration platform?
In a binomial heap, if the root is greater than the left child and less than the right child, which of the following statements is correct?
In threat modeling, what does STRIDE stand for (one of the categories)? Pick the item that is NOT part of STRIDE.