Question
Find the appropriate
word. In the following passage, some of the words have been left out, each of which is indicated by a number. Find the suitable word from the options given against each number and fill up the blanks with appropriate words to make the paragraph meaningfully complete. The Narendra Modi government has formally __ (101)__ its recapitalization exercise for public sector banks (PSBs) by__(102)__ a Rs. 88,139 crore __(103)__ through a mix of issuing special recap bonds (Rs. 80,000 crore) and direct budget support (Rs. 8,139 crore) during 2017-18. The move is well-timed. There are __ (104) __ some 40 defaulting companies whose loan accounts have been___ (105)___ for “resolution” by the RBI. The next few months should see quite a few resolution transactions — liquidation or buyout of the said entities’ assets by new investors —___(106) ___ at least in sectors such as steel. Banks should, then, be able to__ (107) __ some of these loans, albeit with “haircuts”, and make adequate ___ (108) __ for the balance uncollectable amounts. That is where recapitalization comes in; cleaning-up balance sheets by__ (109)___ loan losses requires banks to be well-capitalized. It would be wrong, however, to assume that PSBs will resume__ (110) __ in a big way.Solution
Kickstart – to make something functional / active.
Which of the following is NOT a core principle of Object-Oriented Programming?
Which of the following language defines the structure, the legal elements and the attributes of an XML document?
What is the typical time complexity for inserting an element into a java.util.PriorityQueue with N elements?
  import java.util.PriorityQueue...
Consider a function foo(n) that calls foo(n-1) and foo(n-2). This pattern of calls is best visualized using a:
In a Selection Sort algorithm, the inner loop finds the index of the minimum element in the unsorted part. Which line correctly completes the if conditi...
What does the term "code optimization" refer to in the context of software development?
Which statement is FALSE for analog input module for PLCs?Â
Complete a simple hash function for a string s that sums the ASCII values of its characters and then takes the modulo of a prime number M.
def si...
Which layer is not in OSI but in TCP/IP
Which of the following network topologies is most resilient to node failures?Â