Question
The Reserve Bank of India has made the implementation of
the Risk-Based Internal Audit (RBIA) framework compulsory for which of the following institutions?Solution
Initially, the RBI mandated the Risk-Based Internal Audit (RBIA) framework for all Scheduled Commercial Banks (except RRBs).  Later, the scope was expanded to cover: • All deposit-taking NBFCs, irrespective of their size. • All non-deposit taking NBFCs (including Core Investment Companies) with an asset size of ₹5,000 crore or more. • All Primary (Urban) Co-operative Banks (UCBs) with an asset size of ₹500 crore or more. Hence, the correct institutions are a, c, and d.
You are designing a function that takes a list of integers and returns a new list containing only the even numbers. What is a good critical thinking ste...
Which feature of Big Data refers to the speed of data generation and processing?
The following Java code attempts to define an abstract class and use it. Identify the best way to correct the error to allow instantiation of a concrete...
______ creates a safe and encrypted connection over less secured network such as internet.
Transfer function of closed loop system with negative feedback is defined as___
Complete the Java method to check if an integer array arr is empty.
public class ArrayChecker {
  public boolean isEmpty(int[] arr) {<...
Which algorithm is used for constraint satisfaction problems?
Malicious software is known as :
Consider the following C++ code:
#include
class Base {
public:
  virtual void show() = 0;
};
cl...
In n-gram models, what does 'n' represent?