Open In App

Libsys Interview Experience (On-Campus) 2022

Improve
Improve
Like Article
Like
Save
Share
Report

Round-1: The first round comprised 50 MCQ questions including aptitude, logical(25 questions), technical questions (25 questions) (Test Duration: 1 hour 15 minutes):

  • The quantitative Aptitude and Logical parts were not very difficult but were a little tricky.
  • The technical aptitude part covered questions from computer networks, operating systems, and data structures. C output questions were also there.
  • There is no negative marking so attempt all the questions.
  • Don’t stress because the time is enough to solve 50 questions and Don’t spend too much time on any question if you are not able to do it in the first attempt.

Round 2 (Technical subjective-1 hour): This is an hour subjective round test. there was 5 coding question and u have to write the only function on a notepad type of interface(no need to compile ).

the question was not so difficult .there must be one pattern type question. and other questions are

  • Sum of two linked lists without using extra space and without changing the linked list.
  • The data of the node is the sum of its left subtree(https://www.geeksforgeeks.org/change-a-binary-tree-so-that-every-node-stores-sum-of-all-nodes-in-left-subtree/).
  • Find the duplicate word in a given string.
  • Two strings are anagrams of each other or not.

rest of the process will happen at their place.

Round-3 (Technical Interview Round-1)

  • Discussion on all projects deeply.
  • Questions from DBMS(query, normalization, different types of keys, and related questions).
  • Oops concepts and differences between all these concepts and much more related questions.
  • Question from networking how massage passes from one socket to other.
  • Egg drop Puzzle

Round-4 (Technical Interview Round-2)

  • Tell me about your technical background.
  • And rapid-fire start .he asked questions like its rapid-fire ???? ;
  • The questions from C, C++, OS, DBMS, NETWORKING, STACK, QUEUE, CIRCULAR QUEUE etc….. (difference between type of question only)
  • Ask to write a code for a given pattern

Round-5 (HR Round)

  • Tell me something about yourself.
  • Family Background.
    Some general type of personal question.
  • What are your future plans related to further studies?
  • Do you have any Location constraints?

Be calm & answer politely.

Best of LUCK!


Last Updated : 06 Sep, 2022
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads