Question
Which of the following RBI directions provides the legal
authority for the issuance of the Master Direction on KYC?Solution
The Master Direction on KYC is issued under Section 45J of the Reserve Bank of India Act, 1934, as mentioned in the circular "Amendment to the Master Direction on KYC."
A program needs to process elements from a `Queue` until it becomes empty. Which control flow structure is most suitable for this task?Â
Which SQL command is used to remove a table from the database?
Which concurrency anomaly is specific to phantom reads?
Given the following Python-like code snippet:Â
  ```python
  class Counter:
    def __init__(self):
   ...
MVCC (Multi-Version Concurrency Control) ensures:
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
Which stage involves evaluating the project's practicality, cost, and resources before proceeding further?
Â
Which key uniquely identifies a record in a table?
What will re.findall(r'\d+', 'abc123def45ghi') return?Â
Which aggregate function returns the number of rows that match a specified criterion?