Question
Which of the following regulatory body issues fresh
guidelines Demat Debit and Pledge Instruction to curb misuse of clients’ Power of Attorney?Solution
SEBI came out with fresh guidelines wherein execution of a new document will be made compulsory for transfer of securities towards deliveries and settlements. The guidelines, which will be effective from July 1, also comes against the backdrop of instances of misuse of PoAs. The use of DDPI will be limited only for two purposes -: Forst Purpose is for the transfer of securities held in the beneficial owner account of the client towards stock exchange related deliveries or settlement obligations arising out of trades executed by such a client. Second Purpose is for pledging/re-pledging of securities in favour of the Trading Member(TM)/Clearing Member (CM) for the purpose of meeting margin requirements of the client.
In a multithreaded environment, which of the following synchronization mechanisms is used to prevent race conditions?Â
What is the primary characteristic of the Spiral Model in software development?
What is multi-tenancy in cloud computing?
You are given a problem to find the shortest path in a graph where edge weights can be negative. Which algorithm would you *not* use?
What is the main drawback of the Minimax algorithm?
The following C++ code has a compilation error. How can you correct it to properly use the abstract base class `Printer`?
#include
...If a series is already sorted, which sorting technique will finish in the least time?
Which of the following statements best describes the role of the JDBC package in Java programming?
The number of significant figures for 5.1250 and 0.06900 respectively are____Â
What is the relationship between encapsulation and abstraction?