Question
Which initiative helped reduce the misuse of household
cylinders for commercial purposes and ensured subsidies reached the intended beneficiaries by directly transferring them to individuals' bank accounts?Solution
Explanation: PAHAL (Pratyaksh Hastantarit Labh) is the initiative that helped reduce the misuse of household cylinders for commercial purposes and ensured subsidies were directly transferred to individuals' bank accounts.
Which backup strategy involves creating copies of data that allow for point-in-time recovery and typically includes both full and incremental backups? ...
Which architecture is used in modern NLP tasks like BERT and GPT?
What does a star schema consist of?
What is the primary purpose of Named Entity Recognition (NER)?
What is the main goal of cloud load balancing?
Round robin scheduling is essentially the preemptive version of
Which AI concept uses fitness functions to evolve solutions over time?
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
The precision is composed of which of the following two characteristics?
A Python function get_element(arr, index) is supposed to return the element at a given index.
def get_element(arr, index):
  # Assume ...