Question
Consider the following statement about new accounting
mechanisms in the Public Finance Management System (PFMS). I. Treasury Single Account (TSA) for central government agencies and autonomous bodies. II. Single Nodal Agency (SNA) for distributing CSS funds to states. III. Centre had saved Rs 20,000 crores in FY22 on interest payments after adopting new accounting mechanisms. Which of the above statement is/are correct?Solution
Union Finance Secretary T V Somanathan said the Centre had saved Rs 10,000 crore in FY22 on interest payments after adopting new accounting mechanisms for central government agencies and centrally sponsored schemes (CSS) for state governments. Due to these, there was an unspent balance of Rs 1.2 trillion with state agencies from CSS as on March 31, 2022. This means this amount will be reduced from the Centre’s borrowing for now and it can be considered a short-term saving for the exchequer. The new accounting mechanisms in the Public Finance Management System are: • Treasury Single Account (TSA) for central government agencies and autonomous bodies • Single Nodal Agency (SNA) for distributing CSS funds to states A Treasury Single Account (TSA) is a unified structure of government bank accounts that aims to consolidate and optimize the use of Government cash resources.
What is the primary purpose of Continuous Integration (CI) in software development?Â
A process makes a system call to request a resource. If the resource is unavailable, the process will typically transition to which state?
Which statement is FALSE about open loop system?
What does "optimal substructure" mean in the context of Dynamic Programming?
What is the primary disadvantage of using an array as a data structure?
A system call is typically implemented as a(n):
When analyzing the performance of a sorting algorithm, what is a common operation to count for time complexity? Â
Which of the following is an example of SaaS?
Consider the following JSON object:
json
{
 "user": {
  "id": "u123",
  "name": "Alice",
  "age"...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...