Question
SIDBI is going to provide support in developing private
industrial parks in the state under the latter’s PLEDGE (Promoting Leadership and Enterprise for Development of Growth Engines) scheme.Which state government is running this scheme?Solution
Small Industries Development Bank of India (SIDBI), has signed MoU with the Uttar Pradesh (UP) government’s Department of MSMEs and Export Promotion to help develop private industrial parks in the state under the latter’s PLEDGE (Promoting Leadership and Enterprise for Development of Growth Engines) scheme.As per the MoU, SIDBI will offer financial assistance to meet the funding gap for establishing private industrial parks. SIDBI will also provide financial support to eligible MSMEs for setting up their units in these industrial parks and also to enterprises setting up green projects.
For a comparison-based sorting algorithm, which lower bound applies to the worst-case number of comparisons?
In mobile computing, what is the main feature of pervasive computing?
In hashing, what is a collision?
What is the primary goal of Cyber Security?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?   Â
Which algorithm uses a priority queue to repeatedly pick the next closest vertex?
In a Min-Heap, the root node is:
Worst case is the worst case time complexity of Prim’s algorithm if adjacency matrix is used?
In which case is QuickSort’s performance worst?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...