Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBS Software Services Team. If you also belong to the team, you can get access from here

IBS Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IBS Software Services Interview Questions, Process, and Tips

Updated 20 Mar 2025

Top IBS Software Services Interview Questions and Answers

View all 65 questions

IBS Software Services Interview Experiences

Popular Designations

109 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Clustering in cassendra
  • Ans. 

    Clustering in Cassandra involves grouping together multiple nodes to improve performance, scalability, and fault tolerance.

    • Clustering is used to distribute data across multiple nodes in a Cassandra cluster.

    • It helps in achieving high availability and fault tolerance by replicating data across nodes.

    • Cassandra uses consistent hashing to determine which node will store a particular piece of data.

    • Data is partitioned into sm...

  • Answered by AI
  • Q2. Cloud Deployment strategies

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Design pattern used in the project?
  • Ans. 

    Singleton design pattern was used in the project.

    • Ensures a class has only one instance and provides a global point of access to it

    • Used when only one instance of a class is needed throughout the system

    • Example: Database connection manager, Logger classes

  • Answered by AI
  • Q2. Memory management and garbage collection in general
  • Ans. 

    Memory management in Java involves automatic garbage collection to reclaim memory used by objects no longer in use.

    • Java uses automatic garbage collection to reclaim memory used by objects no longer in use

    • Garbage collection is performed by the JVM's garbage collector

    • Memory leaks can occur if objects are not properly dereferenced

    • Java provides the 'finalize()' method for objects to perform cleanup before being garbage col

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A good preparation will help crack any interview.

Lead Java Developer Interview Questions asked at other Companies

Q1. Can you provide a high-level system design of your project and describe the new features you are currently working on?
Add answer

Project Lead Interview Questions & Answers

user image Anonymous

posted on 27 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Garbage collection
  • Q2. DI, IOC, and spring basics scenarios
Round 2 - One-on-one 

(1 Question)

  • Q1. Team management and code revies based
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation and date if joing things

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Design Patterns
  • Q2. Java 8 feature
  • Q3. Microservice related questions
  • Q4. Multithreading and exception handling

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

IBS Software Services interview questions for popular designations

 Software Developer

 (10)

 Solution Engineer

 (9)

 Software Engineer

 (9)

 Java Developer

 (7)

 Senior Software Engineer

 (6)

 Senior Solution Engineer

 (4)

 Technical Lead

 (4)

 Product Engineer

 (3)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was technical then managerial and then hr round

Skills evaluated in this interview

Senior Product Engineer Interview Questions asked at other Companies

Q1. Imagine an attack and guide through all steps involved to determine a Risk value. What is Feasibility ? What is impact and how risk is related to these factors ?
View answer (1)

Get interview-ready with Top IBS Software Services Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Questions about functional and non functional testing

Round 2 - Technical 

(1 Question)

  • Q1. Smoke testing and sanity testing

Quaity Control Engineer Interview Questions asked at other Companies

Q1. How to make projection of I section and find strength of Isection?
View answer (1)

Jobs at IBS Software Services

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions were industry standard

Round 2 - Coding Test 

No actual codes were given
We just had to find the outcomes to the codes we had to answer.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept in python.
  • Ans. 

    Oops concept in Python refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Python supports object-oriented programming (OOP) concepts like classes, objects, inheritance, encapsulation, and polymorphism.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components of an object, preventing di...

  • Answered by AI
  • Q2. C project on bank management system details
Round 4 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Biggest regret in college l8fe

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at your domain and knowledge everything on your cv.

Skills evaluated in this interview

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)

Software Developer Interview Questions & Answers

user image Athira Murali

posted on 17 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is oops concept

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Details, Technical Discussions based on React
Round 2 - Behavioral 

(1 Question)

  • Q1. Challenges faced in the projects

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

The test was simple. Logically reasoning and some speed and time related questions

Round 2 - Technical 

(2 Questions)

  • Q1. I was a fresher so asked about my branch and then asked me to code in microprocessor and controller
  • Q2. Add two numbers using microprocessor.
  • Ans. 

    To add two numbers using a microprocessor, perform arithmetic operations using the microprocessor's instruction set.

    • Load the two numbers into registers

    • Use the microprocessor's addition instruction to add the numbers

    • Store the result in a register or memory location

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion briefed about the company and its benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join this company. Thats all i have to say. I am 8 years of experience in software development industry though i am actually good but still because of this company and my experience with peers, i am still not confident. Completely harassed mentally and emotionally

Skills evaluated in this interview

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 (220)

IBS Software Services Interview FAQs

How many rounds are there in IBS Software Services interview?
IBS Software Services interview process usually has 2-3 rounds. The most common rounds in the IBS Software Services interview process are Technical, Resume Shortlist and HR.
How to prepare for IBS Software Services 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 IBS Software Services. The most common topics and skills that interviewers at IBS Software Services expect are Logistics, SAAS, SQL, Spring Boot and Javascript.
What are the top questions asked in IBS Software Services interview?

Some of the top questions asked at the IBS Software Services interview -

  1. How would you create the user stories for an app that tracks expens...read more
  2. There are 10 apples in my hand ,from these apples ,2 of them are much smaller t...read more
  3. How will you develop an application which shows all airports in the country in ...read more
How long is the IBS Software Services interview process?

The duration of IBS Software Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

IBS Software Services Interview Process

based on 85 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

KPIT Technologies Interview Questions
3.4
 • 291 Interviews
Chetu Interview Questions
3.3
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 166 Interviews
Oracle Cerner Interview Questions
3.7
 • 158 Interviews
Brane Enterprises Interview Questions
2.0
 • 135 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Axtria Interview Questions
3.1
 • 118 Interviews
View all

IBS Software Services Reviews and Ratings

based on 657 reviews

3.6/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.0

Salary

3.9

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 657 Reviews and Ratings
Full Stack dev

Kolkata,

Mumbai

+5

5-7 Yrs

Not Disclosed

Designer For Customer Experience

Kolkata,

Mumbai

+5

5-8 Yrs

Not Disclosed

Engineer L3

Kolkata,

Mumbai

+5

6-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
603 salaries
unlock blur

₹4.1 L/yr - ₹14 L/yr

Software Engineer
424 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Technical Lead
283 salaries
unlock blur

₹5.4 L/yr - ₹21 L/yr

Solution Engineer
215 salaries
unlock blur

₹3 L/yr - ₹6.3 L/yr

Solution Architect
210 salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Explore more salaries
Compare IBS Software Services with

KPIT Technologies

3.4
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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