Question
What is the purpose of including various categories of
persons as connected persons as per SEBI (Prohibition of Insider Trading) Regulations, 2015?Solution
As per Reg 2- "connected person" means,-(i)any person who is or has during the six months prior to the concerned act been associated with a company, directly or indirectly, in any capacity including by reason of frequent communication with its officers or by being in any contractual, fiduciary or employment relationship or by being a director, officer or an employee of the company or holds any position including a professional or business relationship between himself and the company whether temporary or permanent,that allows such person, directly or indirectly,access to unpublished price sensitive information or is reasonably expected to allow such access.
The ALU performs the indicated operation on the operands prepared in the prior cycle and store the result in the specified destination operand location.
Consider a stack implemented using a fixed-size array in C or Java. What is the primary concern when performing a push operation?
Consider the following Python code:
text = "banana"
char_to_find = 'a'
count = 0
for i in range(len(text)):
  if ...
Which of the following is a key characteristic of a heap's structure?
Which approach does BERT use for pre-training?
Which network security device typically enforces a policy based on IP, port and protocol and can operate at transport and application layer when deep in...
The precision is composed of which of the following two characteristics?
In datawarehouse , a fact table consist of
In ___ each address field determines two address fields i.e. either a memory word or the processor register.
What is the output of the following Java code?
  public class LoopTest {
    public static void main(String[] args) {
ďż˝...