Question
Where the aggregate exposure of the banking system is
₹5 crore or more, borrowers can open current accounts with any one of the banks with which it has CC/OD facility, provided that the bank has at least ………………………………….of the aggregate exposure of the banking system to that borrowerSolution
Opening of Current Accounts for borrowers availing Cash Credit/ Overdraft Facilities from the Banking System For borrowers, where the aggregate exposure of the banking system is less than ₹5 crore, banks can open current accounts without any restrictions, subject to obtaining an undertaking from such customers that they (the borrowers) shall inform the bank(s), if and when the credit facilities availed by them from the banking system becomes ₹5 crore or more. Where the aggregate exposure of the banking system is ₹5 crore or more: Borrowers can open current accounts with any one of the banks with which it has CC/OD facility, provided that the bank has at least 10 percent of the aggregate exposure of the banking system to that borrower. In case none of the lenders has at least 10 percent of the aggregate exposure, the bank having the highest exposure among CC/OD providing banks may open current accounts.
What is the exit status code of a successfully executed command in Linux shell?
To check if a file /tmp/data.txt is both readable and writable by the current user in a shell conditional, which test is correct?
In shell scripting, which symbol represents all files in the current directory?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Which command is used to display the last 10 lines of a file in Linux?
Which command is used to read user input from the keyboard and store it in a variable?
Which command is used to search for a pattern in files?
Which construct replaces a command with its output in a POSIX shell?
Which signal is sent by default when using kill without arguments?
What does the #!/bin/bash line at the beginning of a shell script indicate?