Question
Consider the following statements about the IRDAI?
I. IRDAI was established in 1999. II. It is a regulatory body under the jurisdiction of the Ministry of Finance. III. The Headquarters of IRDAI is in Hyderabad. Which of the following statements is/are incorrect?Solution
Insurance Regulatory and Development Authority of India (IRDAI) is a regulatory body under the jurisdiction of Ministry of Finance , Government of India It is tasked with regulating and licensing the insurance and re-insurance industries in India. It was constituted by the Insurance Regulatory and Development Authority Act, 1999, an Act of Parliament passed by the Government of India. The agency's headquarters are in Hyderabad, Telangana, where it moved from Delhi in 2001.
Consider the following pseudo-code:Â
 ```
  function calculate(arr):
    sum = 0
    for i from 0 to l...
Which SQL statement is used to remove all rows from a table without logging individual row deletions?
Which type of join returns only matching records from both tables?
In indexing, which tree is most commonly used for disk-based indexing because it minimizes disk seeks and keeps nodes dense?
Which of the following database models represents data as a collection of tables, where each table consists of rows and columns?
A transaction that reads a value then later sees a different value because another transaction updated and committed in between experiences which anomaly?
Which concurrency anomaly is specific to phantom reads?
Shadow Paging avoids:
In the context of debugging an Object-Oriented program, what does "stepping over" a method call typically do in a debugger?Â
An SQL `VIEW` is a: