ā” Seats filling fast: Join RBI Grade B Exclusive course @ ā¹10,000 ā” ā°
Question
The association has welcomed (A) the decision to
administer (B) booster dose to senior citizens and community workers and has called for stocking (C) up on medicines, oxygen and personnel (D) protective kits for healthcare workers in hospitals. In each question below, four words printed in bold type are given. These are numbered (A), (B), (C) and (D). One these words printed in bold might either be wrongly spelt or inappropriate in the context of the sentence. Find out the word that is inappropriate or wrongly spelt, if any. The number of the word is your answer. If the words printed in bold are correctly spelt and appropriate in the context of the sentence then mark (E), i.e. 'All Correct', as your answer.Solution
Here, āpersonnelā is the inappropriate word. It means āthe people who are employed in a company, organization, or one of the armed forcesā. The correct word is āpersonalā, which means ārelating or belonging to a single or particular person rather than to a group or an organizationā. The association has welcomed the decision to administer booster dose to senior citizens and community workers and has called for stocking up on medicines, oxygen and personal protective kits for healthcare workers in hospitals.
Which of the following statements best describes a mesh topology in network design?
What are the 3vās of Big Data?
Complete the recurrence relation for dp[i][j] in the Longest Common Subsequence (LCS) problem when text1[i-1] is *not equal* to text2[j-1].
# dp[...
Which of the following statements about the OSI Modelās Transport Layer is true?Ā
Consider a delete_node(head, key) function for a singly linked list that removes the first occurrence of a node with a given key. The function works for...
The ability of the device to give identical output when repeat measurement are made with the same input is defined as________
Which property defines a Binary Search Tree (BST)?
Which query retrieves all records from TableA that have no corresponding records in TableB?
You are given a problem to find the shortest path in a graph where edge weights can be negative. Which algorithm would you *not* use?
A developer is choosing between an array and a linked list to store a collection of elements. If the primary operations will be frequent insertions and ...