Add office photos
Employer?
Claim Account for FREE

Sandvine

3.1
based on 64 Reviews
Filter interviews by

GVK Emergency Management and Research Institute Interview Questions and Answers

Updated 13 Sep 2024

Q1. traversing the web pages which has links to other web pages in specific orders

Ans.

Traversing web pages with links in specific orders requires web scraping and following the links recursively.

  • Use web scraping tools like BeautifulSoup or Scrapy to extract links from web pages.

  • Implement a recursive function to follow the links in specific orders (e.g. depth-first or breadth-first).

  • Track visited pages to avoid infinite loops or revisiting the same pages.

  • Handle errors and exceptions when accessing web pages or following links.

Add your answer

Q2. implement something which you donot know by researching

Ans.

Implementing a neural network for image recognition

  • Research different types of neural networks such as Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs)

  • Study how to preprocess image data and feed it into the neural network

  • Learn about popular deep learning frameworks like TensorFlow or PyTorch

  • Experiment with training a neural network on a dataset like MNIST for digit recognition

Add your answer

Q3. How to search in a dictionary?

Ans.

To search in a dictionary, use the key-value pairs and access the value using the desired key.

  • Access the dictionary using the key to retrieve the corresponding value.

  • If the key is not present, handle the error or return a default value.

  • Example: dictionary['key'] returns the value associated with 'key'.

View 1 answer

Q4. Intersection of two linked list

Ans.

Intersection of two linked lists

  • Traverse both lists and compare each node

  • Use a hash table to store nodes of one list and check for intersection in the other list

  • Find the length of both lists, move the pointer of the longer list to the same distance from the end as the shorter list, and then compare nodes

Add your answer
Discover GVK Emergency Management and Research Institute interview dos and don'ts from real experiences

Q5. How to list out relevant files from a folder which was updated in a given time period

Ans.

Use a script to list relevant files updated within a given time period in a folder

  • Use a scripting language like Python or Bash to iterate through files in the folder

  • Check the last modified timestamp of each file and compare it to the given time period

  • Create a list of files that meet the criteria and display or output them

Add your answer

Q6. Difference between Python and C++, Neural Networks, etc

Ans.

Python is a high-level, interpreted language known for its simplicity and readability. C++ is a lower-level, compiled language with more control over memory management.

  • Python is easier to learn and write code quickly compared to C++.

  • C++ allows for more control over memory management and is typically faster than Python.

  • Python is commonly used for neural networks due to its simplicity and readability.

  • C++ is also used for neural networks when performance is a priority.

  • Neural net...read more

Add your answer

Q7. How will you monitor if a system went down

Ans.

I will use monitoring tools to receive alerts and notifications if a system goes down.

  • Set up monitoring tools like Nagios, Zabbix, or Prometheus to track system health

  • Configure alerts to be sent via email, SMS, or Slack when system goes down

  • Implement automated scripts to restart services or systems if they fail

  • Regularly check system logs for any error messages or warnings

Add your answer

Q8. Check wether its a palindrome linked list

Ans.

Check if a linked list is a palindrome

  • Traverse the linked list to find the middle point

  • Reverse the second half of the linked list

  • Compare the first half with the reversed second half

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at GVK Emergency Management and Research Institute

based on 14 interviews
Interview experience
4.1
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 6.3k Interview Questions
3.7
 • 3k Interview Questions
4.2
 • 661 Interview Questions
3.5
 • 431 Interview Questions
3.9
 • 362 Interview Questions
3.5
 • 346 Interview Questions
View all
Top Sandvine Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter