According to the the Central Vigilance Commission Act under what circumstances can the President remove the Central Vigilance Commissioner or a Vigilance Commissioner from office?
Section 6. Removal of Central Vigilance Commissioner and Vigilance Commissioner: (3) Notwithstanding anything contained in sub-section (1), the President may by order remove from office the Central Vigilance Commissioner or any Vigilance Commissioner if the Central Vigilance Commissioner or such Vigilance Commissioner, as the case may be,-- (a) is adjudged an insolvent; or (b) has been convicted of an offence which, in the opinion of the Central Government, involves moral turpitude; or (c) engages during his term of office in any paid employment outside the duties of his office; or (d) is, in the opinion of the President, unfit to continue in office by reason of infirmity of mind or body; or (e) has acquired such financial or other interest as is likely to affect prejudicially his functions as a Central Vigilance Commissioner or a Vigilance Commissioner.
What is the purpose of penetration testing in cybersecurity?
What is the difference between Token Ring and Ethernet?
What is the output of the following code?
print(min(max(False,-30,-4), 12,7))
What is the purpose of the "JOIN" clause in an SQL query?
Which data structure follows the "last-in, first-out" (LIFO) principle?
What is the main advantage of using a hash table data structure?
An object that represents a useful model of a problem domain is which type of abstraction?
Divide and conquer partition a problem into independent smaller sub problems, whereas dynamic programming partition a problem into overlapping sub-probl...
Which of the following is NOT a potential concurrency control issue?
In dynamic programming, what does "optimal substructure" mean?