Question
Which new category has been introduced under the Pradhan
Mantri Mudra Yojana to cover loans between ₹10 lakh and ₹20 lakh?Solution
The Pradhan Mantri Mudra Yojana has introduced a new category called "Tarun Plus" to cover loans ranging from ₹10 lakh to ₹20 lakh. This category targets entrepreneurs who need larger funding for expansion, thus supporting the government’s focus on job creation and economic development.
Which of the following sorting technique is an example of Divide and Conquer technique?
Which of one the below options are the two different types of bus topology ?
For the circuit shown, Find the number of nodes and number of independent equations used for analysis of circuit using nodal analysis.
Complete the Java code to replace all occurrences of a specific word (case-insensitive) in a string.
public class RegexReplacer {
pu...
The output of circuit shown below is
In Python, if a method in a subclass has the same name as a method in its superclass, which method will be called when invoked on an object of the subcl...
Which of the following best represents the concept of polymorphism in Object-Oriented Programming?
Complete the is_empty method for a stack implemented using a Python list.
class Stack:
def __init__(self):
self._...
For a 4x4 chessboard, if the first queen is placed at (0, 1) (row 0, column 1), which of the following positions would be the *first valid position* for...
What is the primary purpose of Named Entity Recognition (NER)?