Question
Under PMLA, which of the following authorities is
empowered to provisionally attach property believed to be involved in money laundering?Solution
Section 5(1) of PMLA empowers the Director or any other officer not below the rank of Deputy Director, authorised by him, to provisionally attach property if they have reason to believe that the property is involved in money laundering. This attachment is initially valid for 180 days and is subject to confirmation by the Adjudicating Authority.
What is the main goal of the Dining Philosophers Problem in computer science?
In pipelining, the CPU executes each instruction in a series of following stages: Instruction Fetching (IF) ββ> Instruction Decoding (ID) ββ> In...
Data warehouse has historical data
Which feature of Big Data refers to the speed of data generation and processing?
In a Max-Heap, what is the relationship between a parent node and its children?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
Which TCP feature improves performance specifically over wireless networks where packet loss occurs due to noise, not congestion?
What is the time complexity of the peek operation (accessing the top element without removing it) in a stack implemented using a singly linked list?
What is the best case time complexity of merge sort?