Question
In a mixture of milk & water, 70 litres water is mixed
due to which ratio changes from 3 : 4 to 1 : 3. Find initial quantity of mixture. (in litres)Solution
let initial quantity of milk be 3x litres & water be 4x litres. ATQ, 3x/4x+ 70 = 1/3 9x = 4x + 70 ⇒ x = 14 Initial quantity of mixture = 3x + 4x = 98 liters
Which of the following scenarios violates the Isolation property in the ACID properties of a transaction?Â
Which of the following HTTP methods is idempotent and used to completely replace a resource on the server?Â
Which file structure allows for efficient retrieval of data using a hierarchical model?
Which of the following accurately describes the primary benefit of server virtualization in a data center environment?Â
In object-oriented programming, what type of polymorphism is achieved at runtime?Â
Which of the following protocols is primarily used to assign IP addresses dynamically to devices on a network?Â
Truncate command in SQL
SMTP commands
- Which of the following is a characteristic of Cross-Site Request Forgery (CSRF) attacks?
What will be the output of the following code snippet?
class Animal:
  def sound(self):
    return "Some sound"
...