Question
What is the term of office for the Chairperson under the
IFSCA Act?Solution
Section 6. Terms of office and conditions of service of Chairperson and other Members—(1) The Chairperson and a Member shall hold office for a term of three years from the date on which he enters upon his office and shall be eligible for re-appointment: Provided that no person shall hold office as a Chairperson after he has attained the age of sixty-five years or as a whole-time member after he has attained the age of sixty-two years.
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Â Â Â Â Â in...What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which of the following best describes the primary function of an IoT gateway in an Internet of Things (IoT) network?
Hashing is used for:
Which type of database join returns only the matching rows from two tables based on a condition?
In Java, what will be the output of the following code snippet?
public class Test {
   public static void main(String[] args) { <...
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
Which algorithm is used for shortest path in graphs?