Question
Which statement is not correct about Securities and
Exchange Board of India (SEBI)? (A) SEBI was established in 1988 (B) SEBI gets statutory powers from SEBI Act 1992 (C) Ajay Tyagi is the Chairman of SEBI (D) Head Office of SEBI is in New Delhi.Solution
The Securities and Exchange Board of India (SEBI) is the regulator for the securities market in India. It was established in the year 1988 and given statutory powers on 30 January 1992 through the SEBI Act, 1992. Initially SEBI was a non statutory body without any statutory power. However, in 1995, the SEBI was given additional statutory power by the Government of India through an amendment to the Securities and Exchange Board of India Act, 1992. Its Head Office is in Mumbai.
Which of the following correctly describes the primary difference between Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS)?
...What is the time complexity for inserting a node at the end of a singly linked list if you only have a pointer to the head?
Given a singly linked list with 'n' nodes, what is the time complexity to delete the last node?
Which of the following best describes the mechanism of a Cross-Site Scripting (XSS) attack?
What is "rubber duck debugging"?
What is the best-case time complexity of the binary search algorithm ?
If a stack is implemented using a fixed-size array, what is a significant disadvantage when the stack grows beyond its initial capacity?
KMP pattern matching avoids:
Which tree traversal gives nodes in non-decreasing order for a BST?
Suffix Trees are useful for: