Question
Which of the following Statements about SIDBI is/are
True? I-Â Â Â Â Â Â Â Â Â Â Â Â SIDBI comes under the MSME Ministry II-Â Â Â Â Â Â Â Â Â Â Â It has only one office at Mumbai III-Â Â Â Â Â Â Â Â Â Â SIDBI is one of the four All India Financial Institutions regulated and supervised by the Reserve Bank of India.Solution
Small Industries Development Bank of India (SIDBI) is the apex regulatory body in India for overall regulation and licensing of microfinance institutions in India. It is under the jurisdiction of Ministry of Finance, Government of India headquartered at Lucknow and having its offices all over the country. Its purpose is to provide refinance facilities and short-term lending to industries, and serves as the principal financial institution in the Micro, Small and Medium Enterprises (MSME) sector. SIDBI is one of the four All India Financial Institutions regulated and supervised by the Reserve Bank of India; other three are India Exim Bank, NABARD and NHB.
Which algorithm is used for constraint satisfaction problems?
Consider the following binary tree:
   5
   / \
  3  8
  / \ / \
 1 4 6 9
What is t...
Which type of memory is fastest in terms of data access speed? Â
Consider the following C++ code:
  class Base {
  public:
    void show() { std::cout << "Base::show" << std::endl;...
What is the primary disadvantage of using an array as a data structure?
Which NoSQL database is column-oriented and widely used in Big Data?
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
Which of these is a primary benefit of cloud disaster recovery?
Which of these is a distributional representation for words?
In a perfectly balanced Binary Search Tree with N nodes, what is the worst-case time complexity for searching for an element?