Question
Pipe A and B can fill the pool in 30 minutes and 40
minutes, respectively. Pipe C can empty half filled pool in 30 minutes. If all the pipes are opened together, then find the time taken to fill the empty pool completelySolution
Time taken by pipe C to empty the full pool = 30 × 2 = 60 minutes Let the capacity of pool = 120 units Number of units of water filled by pipe A alone in one minute = 120/30 = 4 units Number of units of water filled by pipe B alone in one minute = 120/40 = 3 units Number of units of water emptied by pipe C alone in one minute = 120/60 = 2 units Required time taken = 120/(4 + 3 – 2) = 24 minutes
Which SDLC model is best suited for large and complex projects with evolving requirements?
Which one is not a UML diagram?
Which is not a software development life cycle phase?
What does a DFD (Data Flow Diagram) represent?
A DFD is used to represent:
Ideally the hit ratio of secondary memory is considered as?
What does black-box testing focus on?
Which of the following is NOT a software quality attribute?
What is refactoring?
A cloud app experiences sudden spikes for a short period (10–15 seconds). Traditional CPU-based auto-scaling is too slow. Which method is MOST effecti...