Question
In each of the questions given below, four words are
printed in bold and marked as (A), (B), (C), and (D). These words may or may not be in their correct positions. Choose the option that indicates the correct combination of words that should be interchanged to make the sentence grammatically and contextually correct. If the sentence is correct as it is, choose Option (e) – The statement is correct. Diplomatic summits often highlight (A) the willingness of nations to cooperate (B) on shared challenges, even when political disagreements temporarily undermine (C) trust and restore (D) tensions between governments.Solution
The phrase “restore tensions” is incorrect because tensions are usually increased or heightened, not restored. Correct logic: Political disagreements may restore trust or undermine trust, but tensions are undermined or reduced. Swapping C and D fixes the sentence. Correct meaning: Political disagreements temporarily restore trust? Wait that is still incorrect. Better correction: Restore trust and undermine tensions. Thus swapping undermine and restore improves the sentence. Option Analysis A – Correct swap that improves logical meaning. B – Creates awkward expressions. C – Distorts the sentence meaning. D – Illogical combinations. E – Incorrect because the sentence needs correction.
Which of the following is the main advantage of using the Round Robin CPU Scheduling algorithm over First-Come-First-Serve (FCFS) in terms of process ex...
What is the primary purpose of using private class members in object-oriented programming?
Which of the following statements about abstract methods in Java is true?
Which of the following network topologies is most resilient to node failures?Â
A circuit has five branches with four nodes including reference node , then the number of linearly independent mesh equation would be_______
Which of the following is a common challenge in transitioning from a monolithic to a microservices architecture?Â
Consider the following Java code snippet:
  import java.util.Collections;
  import java.util.PriorityQueue;
  public cl...
Encapsulation is often described as a "protective barrier" that prevents the data from being accessed by the code outside the class. This statement is:
In HTTP request methods, which of the following methods is not idempotent ?Â
Which of the following element in XSLT is used to apply a template repeatedly on each node?