Question
What penalty amount was imposed on SBI by the RBI for
regulatory non-compliance?Solution
The Reserve Bank of India imposed a penalty of ₹1.72 crore on State Bank of India for regulatory lapses, including violations related to loans and advances, current account operations, and customer liability in unauthorised electronic transactions.
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be:
A programmer is implementing a data analysis tool that frequently needs to append elements to a collection. If an array is used, what is a potential per...
If a program crashes with a "NullPointerException" (or similar null reference error), what is the most likely cause?
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
Which SQL query will retrieve the second highest salary from an Employee table?
Which encryption technique is used in Transport Layer Security (TLS) to securely establish a session key?
Given the IP address 192.168.10.5 and the subnet mask 255.255.255.240 , what is the range of valid host addresses in this subnet?
Which algorithm is used for computing Max-Flow in a network?
Which of the following statements is true about deadlocks in an operating system?