Question
The joint military exercise 'SURYA KIRAN', whose 18th
edition recently concluded, was conducted between the Indian Army and the army of which country?Solution
Exercise SURYA KIRAN is a bilateral military exercise between India and Nepal. The 18th edition of the exercise recently concluded in Saljhandi, Nepal. Key Highlights of the 18th Edition • Participating Nations: India and Nepal • Duration: Held from 31st December 2024 to 13th January 2025 • Location: Saljhandi, Nepal • Indian Army Representation: Led by a battalion of the 11th Gorkha Rifles • Nepal Army Representation: Srijung Battalion Objectives of the Exercise • Strengthen interoperability in jungle warfare and counter-terrorism operations in mountainous terrain • Practice joint operations for Humanitarian Assistance and Disaster Relief (HADR) under the UN Charter • Focus on aviation support, medical training, environment conservation, and overall combat readiness
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?