Question
Which of the following is not a Maharatana Company?
Solution
Various PSUs have been awarded additional financial autonomy. These companies are "public sector companies that have comparative advantages", giving them greater autonomy to compete in the global market so as to "support [them] in their drive to become global giants". Financial autonomy was initially awarded to nine PSUs as Navratna status in 1997. In 2010, the government established the higher Maharatna category, which raises a company's investment ceiling from Rs. 1,000 crores to Rs. 5,000 crores. The Maharatna firms can now decide on investments of up to 15 per cent of their net worth in a project while the Navaratna companies could invest up to Rs 1,000 crore without explicit government approval. Two categories of "Miniratnas" afford less extensive financial autonomy. List of Maharatna 1.National Thermal Power Corporation (NTPC) 2.Oil and Natural Gas Corporation (ONGC) 3.Steel Authority of India Limited (SAIL) 4.Bharat Heavy Electricals Limited (BHEL) 5.Indian Oil Corporation Limited(IOCL) 6.Coal India Limited(CIL) 7.Gas Authority of India Limited(GAIL)
Which debugging tool allows a developer to pause program execution at specific lines, inspect variable values, and execute code step-by-step?Â
Examine the following Java-like code:Â
  ```java
  class Parent {
    String name = "Parent";
    p...
Which of the following is not part of the process control block (PCB)?
Which of the following commands are used to put a restriction on the number of rows returned from a query?
Given a binary tree, a "zigzag" level order traversal prints the nodes level by level, but alternating the order of nodes from left-to-right and right-t...
What does the ‘
Which deadlock prevention scheme allows older transactions to preempt younger ones?
What is a primary key in a relational database?
The 'thrashing' in an operating system is related to:
What is the output of the following pseudo-code?Â
 ```
  count = 0
  for i from 1 to 3:
    for j from 1 t...