Question
I. Even though the Constitution allows the Government
to _____________ a residential criterion for employment to public posts, it is doubtful whether such a measure can be extended to the private sector. II. The industry may feel ______________ that the residential requirement may adversely affect the hiring of talent from outside Haryana. (a) prescribe (b) aggrieved (c) issued In the following question two sentences are given with blanks in them and you have to choose the appropriate combination of words from the given options that can fill both the sentences respectively, making them grammatically and meaningfully complete.Solution
In I, after ‘to’, the base form of the verb should be used. So, ‘prescribe’ is correct. In II, only ‘aggrieved’ is correct.
Which layer of the TCP/IP model is responsible for IP addressing and routing?
Which of the following is/are ideal of ways of spreading virus
A 'ransomware' attack typically involves:
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
What does PHP stand for?
Which ICMP message indicates “Fragmentation Needed”?
Which type of neural network architecture is specifically designed to process data with a variable-length sequence?
What is the role of the Transaction Manager in RDBMS architecture?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which scheduling policy assigns the CPU to a job until it finishes or enters a waiting state?