Question
Direction: In the sentence, four highlighted words are
given. One of these words may be misspelt or inappropriate in the context of the sentence. Find out the wrongly spelt or inappropriate words. The number of that word is the answer. If all four words are correctly spelt and appropriate, the answer is (e) i.e., 'All correct'. The eccentric artist's whimsical (A) paintings often depict surreal landscapes (B) that seem to transcend (C) the boundaries of reality and immersed (D) the viewers in a trance-like state.Solution
This word is incorrectly used in the past tense form "immersed." The correct form is "immerse," which means to involve deeply or engross in something.
MVCC (Multi-Version Concurrency Control) ensures:
Consider the following Java-like pseudo-code for inserting a node into a Binary Search Tree (BST):
  ```java
  class Node {
Given the following Python-like code snippet:Â
  ```python
  class Counter:
    def __init__(self):
   ...
Which SQL constraint ensures that a column cannot have NULL values?
What will be the output of the following Python code:
a=[1,2,3,4,5,6]
print(a[-1],a[-1:],a[:-1])
 What is the primary purpose of a "Trigger" in a database?
A `FOREIGN KEY` constraint is used to:
What does the ‘
Which of the following is a non-relational database?
Bitmap indexes are most efficient when: