Question
A motorbike usually covers 180 metres in 9 seconds. How
much distance (in km) can the motorbike cover in 1.5 hours if it travels at 90% of its normal speed?Solution
ATQ,
Normal speed of the motorbike = 180/9 = 20 m/s
90% of normal speed of the motorbike = 20 × 0.9 = 18 m/s = 18 × 3.6 = 64.8 km/h
So, distance travelled in 1.5 hours = 64.8 × 1.5 = 97.2 km
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"
...