Question
What is the penalty for contravention of Depository Act
when no separate penalty has been provided?Solution
Section 19G of Depository Act - Penalty for contravention where no separate penalty has been provided—Whoever fails to comply with any provision of this Act, the rules or the regulations or bye-laws made or directions issued by the Board thereunder for which no separate penalty has been provided, shall be liable to a penalty which shall not be less than one lakh rupees but which may extend to one crore rupees
Which algorithm uses a “divide and conquer” strategy?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Which type of firewall operates at the application layer of the OSI model and inspects incoming and outgoing data packets?
Which of the following protocols is most commonly used in IoT devices to enable communication between smart devices?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...Which type of NAT (Network Address Translation) allows multiple private IP addresses to share a single public IP address?
What is the time complexity of inserting an element in a heap?
What is the primary purpose of cookies in web development?
Which data structure is used for implementing recursive function calls?
In intelligent systems, which of the following is a key characteristic of an expert system?