Question
What is the tenure for which an auditor can be appointed
as per the Companies Act?Solution
Section 139.Appointment of auditors: (2) No listed company or a company belonging to such class or classes of companies as may be prescribed, shall appoint or re-appoint— (a) an individual as auditor for more than one term of five consecutive years; and (b) an audit firm as auditor for more than two terms of five consecutive years.
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]
Which layer is not in OSI but in TCP/IP
In Big Data architecture, which component is responsible for real-time data streaming?
Which backup strategy involves creating copies of data that allow for point-in-time recovery and typically includes both full and incremental backups? ...
State True or False
Kernel level thread cannot share the code segment.
fill the blank for 19.
Which statement is FALSE about open loop system?
Which of the following IPC mechanisms allows two unrelated processes to communicate by mapping a region of physical memory into their respective virtual...
Consider the following Java code:
public class SubstringDryRun {
  public static void main(String[] args) {
    String ...
Which operation adds an element to the rear of a queue?