Question
Which of the following is NOT one of the online
platforms launched by Union Minister Manohar Lal Khattar to boost the power sector's efficiency and transparency?Solution
The three online platforms launched by Union Minister Manohar Lal Khattar are PROMPT (Portal for Online Monitoring of Projects – Thermal), DRIPS (Disaster Resilient Infrastructure for Power Sector), and JAL VIDYUT DPR. SAMPARK is not mentioned as one of the platforms, making it the correct answer.
Which of the following are the layers of a data warehouse?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which COCOMO mode provides a more detailed estimation based on individual project characteristics?
What application layer protocol is used for the retrieval of email from a mail server?
In a distributed database system, what is the main challenge in implementing a robust backup and recovery strategy?
Which of the following is a common programming technique to prevent SQL injection attacks?
Which command will help you to find the time of how long the system is being running?
What is the output of the following Python code snippet?
  x = [1, 2, 3]
  y = x
  x.append(4)
  print(y)
What does the "Model" represent in the MVC architecture?
In object-oriented programming, what is inheritance?