Question
Five words are given in the options and taking four
letters of each of the words as specified, different words can be obtained and one of them is not an English meaningful word. Mark that option as the correct answer. (1 signifies the 1st letter of the word from the left end, 2 signifies the 2nd letter from the left end and so on). (Consider the position of letters in the given sequence).Solution
1) CONCRETE - 3, 6, 5, 8 – NERE is not an English meaningful word. 2) DECISION - 1, 2, 5, 7 – DESO is not an English meaningful word. 3) INDUSTRY - 2, 4, 6, 5 – NUTS is an English meaningful word. 4) GENERATE - 4, 3, 1, 2 – ENGE is not an English meaningful word. 5) FORMATION – 2, 5, 7, 8 – OAIO is not an English meaningful word.
In HTTP request methods, which of the following methods is not idempotent ?Â
In a Max-Heap, what is the relationship between a parent node and its children?
What is the time complexity for performing enqueue and dequeue operations on a queue implemented using a linked list?
Consider the following C++ code:
  class Base {
  public:
    void show() { std::cout << "Base::show" << std::endl;...
The output of the circuit below is _______
What is the time complexity for inserting an element into a binary heap?
What is the best case time complexity of merge sort?
In a system using the Least Recently Used (LRU) page replacement algorithm, which of the following statements holds true?Â
What were the early operating systems commonly known as, and what was their primary function?
Which collision resolution technique involves storing collided elements in a linked list at the hash table index?