Question
Without stoppage, a train travels a certain distance
with an average speed of 100 km/h, and with stoppage, it covers the same distance with an average speed of 80 km/h. On an average, how many minutes per hour does the train stop during the journey?Solution
Due to stoppage, it covers 20 km less. Time taken to cover 20 km = 20/100 × 60 = 12 min.
Which of the following query will return the third-highest salary from an Employee table in SQL?
Abstract Class in Java
Which of the following best describes a significant difference between distributed parallel computing and cloud computing?Â
Which of the following sorting algorithms is NOT stable?Â
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
In object-oriented programming, what type of polymorphism is achieved at runtime?Â
In a hypervisor-based virtualization environment, which of the following storage solutions is best suited for providing high availability and scalabilit...
Which of the following is not a method of inter-process communication (IPC) in modern operating systems?Â
What will be the output of the following code when the pop method is executed?
class Stack:
  def __init__(self):
    s...
In a mission-critical network requiring fault tolerance and multiple redundant paths, which of the following topologies provides the highest level of re...