Question
How many Indian states share border with
Myanmar?Solution
The four northeast Indian states share 1,643-km border with Myanmar – Arunachal Pradesh, Nagaland, Mizoram and Manipur. It is in news recently, because the Indian Government has set up an expert committee to examine the rules which allow free movement of Indian and Myanmarese citizens within 16 kms of the border, but are exploited by militants for smuggling arms, drugs, and fake Indian currency. The committee will be headed by the special secretary (Internal Security) in the Ministry of Home Affairs. The committee will give its report for uniform and effective implementation of free movement regime within 3 months. It will also prepare standard operating procedures common for all the four states so that militants, criminals and contraband are filtered at the border without causing inconvenience to genuine people.
The Knuth-Morris-Pratt (KMP) algorithm improves upon the Naive approach by avoiding unnecessary re-comparisons. It achieves this by:
Which of the following is NOT a data transformation activity?
The following Python code attempts to call a method from the parent class, but it's using an outdated or incorrect syntax. How should it be corrected?
What is a characteristic feature of a bipartite graph?
Which collision resolution technique involves storing collided elements in a linked list at the hash table index?
.Consider the following Java code:
class Shape {
  void draw() {
    System.out.println("Drawing a generic shape");
...The output of circuit shown below is
If a series is already sorted, which sorting technique will finish in the least time?
Which of the following accurately describes Type 1 hypervisor virtualization?Â
Which AI technique is used for uncertain reasoning?