Question
In each of the questions given below, four words are given
in bold. These four words may or may not be in their correct position. The sentence is then followed by options with the correct combination of words that should replace each other in order to make the sentence grammatically and contextually correct. Find the correct combination of words that replace each other. If the sentenc e is correct as it is, select ‘5 ’ as your option. Microsoft has previously fired (A) employees who including (B) company events over (C) its work in Israel, protested (D) at its 50th anniversary party in April.Solution
B ("including") is incorrectly placed. It doesn’t fit after “who” and causes grammatical confusion.
D ("protested") belongs there: "employees who protested..."
Corrected Sentence:Microsoft has previously fired employees who protested company events over its work in Israel, including at its 50th anniversary party in April.
What is the time complexity for performing `push` and `pop` operations on a stack implemented using a linked list?
Which protocol provides secure authentication by encrypting credentials before transmission and uses a challenge-response mechanism?
Hashing is used for:
Which of the following best exemplifies a critical advantage of Mobile Edge Computing (MEC) over traditional cloud computing?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
Which of the following is a primary advantage of using a star schema in a data warehouse design?
Which of the following statements about normalization in relational databases is correct?
- Artificial Intelligence
Which of the following statements best describes the role of a reinforcement learning agent in a complex environment?
... What is the output of the following recursive function call func(3) ?
int func ( int n) {
if (n == 0 ) return 1 ; <...
Which OSI model layer is responsible for reliable delivery of data between devices?