Question
In each of the following questions, a word has been
given and used in three statements. You are supposed to identify which of the statements/s use/s the word correctly and mark that as your answer Word: circumvent (I) Several firms attempted to circumvent regulatory requirements by restructuring transactions without altering their economic substance. (II) The author’s narrative style seeks to circumvent empathy by vividly portraying the suffering of marginalised communities. (III) Activists sought to circumvent the restrictive law by using informal networks to continue their work.Solution
Circumvent cannot mean evoke, generate, foster, or cultivate. It specifically means to bypass an obstacle or rule, which makes this usage in sentence II semantically incompatible with empathy and portrayal.
The time complexity of binary search is:
A complete binary tree has 127 nodes. What is its height (assuming the root is at level 0)?
Which of the following phases in the Software Development Life Cycle (SDLC) ensures that the final product meets the agreed-upon requirements and specif...
Which of the following is a key characteristic of an effective Management Information System (MIS)?
Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
In the context of page replacement algorithms, which one minimizes page faults in an ideal scenario?
Which of the following types of software testing ensures that previously working functionality is still operational after changes?
Which OSI model layer is responsible for reliable delivery of data between devices?
Given a singly linked list with 'n' nodes, what is the time complexity to delete the last node?
Which traversal of binary tree gives nodes in sorted order?