Question
The President the aspirations of the Scheduled Castes
and the Scheduled Tribes/(P) with political parties, industry and other bodies/(Q) revealed that the Government would initiate a dialogue/(R) on how best the private sector could fulfill/(S). The correct sequence should be: Directions : In the following items some parts of the sentence have been jumbled up. You are required to re-arrange these parts which are labelled P, Q. R and S to produce the correct sentence. Choose the proper sequence and mark in your Answer Sheet accordingly.Solution
The correct sequence of the sentence is R-Q-S-P. Therefore, option (b) is the correct answer. The sentence should start with The President ‘revealed’ which is given in R, so R should come first after rearrangement, followed by Q as it mentions the dialogue ‘with political parties’. Q should be followed by S-P as it makes the sentence correct in meaning. The correct sequence after rearrangement is RQSP which is given in option (b). Hence, option (b) is the right answer.
What is a primary key in a relational database?
What is referential integrity?
Wait-Die and Wound-Wait are strategies for:
Consider a `Stack` data structure implemented with `push` and `pop` operations. What is the final state of the stack after the following sequence of ope...
The command to test reachability of a host in Linux is:
Which deadlock prevention scheme allows older transactions to preempt younger ones?
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
Which SQL clause is used to filter rows based on a specified condition *after* grouping has been performed?
To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?
What will re.findall(r'\d+', 'abc123def45ghi') return?Â