Question
Consider the following statements regarding PM SVANidhi
Scheme: I. It is a Central Sponsored Scheme implemented in 2019. II. It provides affordable working capital loans of up to Rs. 50,000. III. It maps the socio-economic profile of beneficiaries and their families. Which of the above is/are not correct?Solution
It is a Central Sector Scheme funded by Ministry of Housing and Urban Affairs. It has been implemented since 1st June 2020, for providing affordable working capital loans to street vendors to resume their livelihoods that have been adversely affected due to Covid-19 lockdowns. Introduction of 3rd loan of up to ₹50,000 in addition to 1st & 2nd  loans of ₹10,000 and ₹20,000 respectively. ‘SVANidhi Se Samriddhi’ was launched to map the socio-economic profile of the PM SVANidhi beneficiaries and their families.
In which scenario would para virtualization be preferred over full virtualization?Â
- Which of the following best defines the concept of Encapsulation in Object-Oriented Programming (OOP)?
In I/O scheduling, which of the following algorithms minimizes seek time but may lead to starvation of requests at the ends of the disk?Â
What will be the output of the following JavaScript code when executed?
let xhr = new XMLHttpRequest();
xhr.open("GET", "https://api.examp...
What will be the output of the following code when printList is called with a linked list containing the values 1 -> 2 -> 3?
class Node:
�...
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...
Which is/are Keyword in C++
Which of the following is not a valid difference between IPv4 and IPv6?Â
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
 Which one of the following given statements possibly contains the error?