Question
Alok finishes 60% of a project in 30 days, while Neha
finishes 20% of the same in 15 days. Alok worked for 25 days and then stopped. Find the time taken by Neha to complete the remaining project.Solution
ATQ,
Alok’s total time = 30 / 0.60 = 50 days
Neha’s total time = 15 / 0.20 = 75 days
Total work = LCM(50, 75) = 150 units
Efficiency of Alok = 150 / 50 = 3 units/day
Efficiency of Neha = 150 / 75 = 2 units/day
Work done by Alok = 25 × 3 = 75 units
Remaining work = 150 - 75 = 75 units
Time by Neha = 75 / 2 = 37.5 days
In the context of Cross-Site Scripting (XSS), what is the primary reason why stored XSS is considered more dangerous than reflected XSS?
Which of the following statements correctly describes a major difference between public and private clouds?Â
Which data structure is most suitable for implementing a priority queue?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
What will be the output of the following code when printList is called with a linked list containing the values 1 -> 2 -> 3?
class Node:
�...
- Which type of join retrieves records from two tables where there is no matching entry in the second table?
The time horizon of data warehouse is
In deep learning, which type of neural network is most suitable for sequential data like time series?
How do we can Delete all in SQL
Truncate command in SQL