Upload Button Icon Add office photos

Filter interviews by

Libsys Corporation Interview Questions and Answers

Updated 11 Mar 2025

Libsys Corporation Interview Experiences

Popular Designations

6 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

Online assessment easy to tackle.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Basic patterns question in whichever langauge you are proficient.
  • Q2. SQL joins
  • Q3. Basic Data Structure question like what is a doubly linked list etc.
Round 3 - HR 

(1 Question)

  • Q1. Basic questions and bond terms.The company has a very strict and long 2.5 years service bond and they don't really value their employees much.

Interview Preparation Tips

Interview preparation tips for other job seekers - Only come here if you are in urgent need of a salary and are truly desperate, with no other options available.

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Coding Test 

In the first round, any topic related to data structures and algorithms may be asked.

Round 2 - Coding Test 

Prepare an array of strings, linked lists, and questions of patterns, GeeksforGeeks puzzles.

Round 3 - HR 

(1 Question)

  • Q1. Intro of myself and hr.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Product Designer Interview Questions & Answers

user image Manikandan L

posted on 10 Jan 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Project presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please check company background and their projects

Product Designer Interview Questions asked at other Companies

Q1. What are other things you do apart from designing?
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic Javasvript and angular questions. Go through top 25 angular questions and that is it.
  • Q2. Basic html css projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Look somewhere else if you have other options

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)

Libsys Corporation interview questions for popular designations

 Product Designer

 (1)

 Softwaretest Engineer

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer

 (1)

 Software Developer Trainee

 (1)

 Python Developer Trainee

 (1)

I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

All important topics in lib sys corporation.

Round 3 - Coding Test 

Dsa, python, and java in the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - please share with me lib sys company on based work.

Python Developer Trainee Interview Questions asked at other Companies

Q1. Python what type of language? Fathor of python?
View answer (2)

I applied via Campus Placement and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Bst and tree coding ques.

Round 3 - Technical 

(1 Question)

  • Q1. Java opps basic concepts
Round 4 - HR 

(1 Question)

  • Q1. About yourself and why do u want to join.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep studying until u get a success.
1 dsa questions everyday

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

Libsys Corporation Interview FAQs

How many rounds are there in Libsys Corporation interview?
Libsys Corporation interview process usually has 2-3 rounds. The most common rounds in the Libsys Corporation interview process are Coding Test, Resume Shortlist and HR.
How to prepare for Libsys Corporation interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Libsys Corporation. The most common topics and skills that interviewers at Libsys Corporation expect are Software Sales, B2B Sales, IT Sales, ERP Sales and MySQL.
What are the top questions asked in Libsys Corporation interview?

Some of the top questions asked at the Libsys Corporation interview -

  1. Basic Data Structure question like what is a doubly linked list e...read more
  2. Basic questions and bond terms.The company has a very strict and long 2.5 years...read more
  3. Basic patterns question in whichever langauge you are proficie...read more

Tell us how to improve this page.

Libsys Corporation Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all

Libsys Corporation Reviews and Ratings

based on 18 reviews

2.8/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

2.4

Salary

2.9

Job security

2.4

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 18 Reviews and Ratings
Software Engineer
8 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Software Developer
4 salaries
unlock blur

₹5.3 L/yr - ₹11 L/yr

Technical Support Executive
4 salaries
unlock blur

₹3.4 L/yr - ₹6.8 L/yr

Team Lead
4 salaries
unlock blur

₹11 L/yr - ₹15 L/yr

UI/UX Designer
3 salaries
unlock blur

₹3.4 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Libsys Corporation with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview