Question
Which of the following is considered to be an appellate
court under the Companies Act?Solution
Section 410. Constitution of Appellate Tribunal: The Central Government shall, by notification , constitute, with effect from such date as may be specified therein, an Appellate Tribunal to be known as the National Company Law Appellate Tribunal consisting of a chairperson and such number of Judicial and Technical Members, as the Central Government may deem fit, to be appointed by it by notification, for hearing appeals against—(a) the orders of the Tribunal or of the National Financial Reporting Authority under this Act; and (b) any direction, decision or order referred to in section 53A of the Competition Act, 2002 in accordance with the provisions of that Act.
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
Which OOP principle allows for restricting access to certain parts of an object while exposing only necessary parts for interaction?
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which type of relationship between classes in OOP is best represented when one class is a part of another class but can exist independently?
...Hashing is used for:
 What is the maximum number of nodes in a binary tree of height 'h' (where root is at height 0)?
Which data structure uses LIFO (Last In, First Out) principle?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
Fibonacci heaps support which operation in O(1) amortized time?
Which of the following is a key principle of the SOLID design principles that focuses on ensuring a class has only one reason to change?