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 Java Developer Interview Questions and Answers

Updated 19 Jun 2025

IBS Software Services Java Developer Interview Experiences

8 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Spring IOC containers explain
  • Ans. 

    Spring IOC containers are responsible for managing the instantiation of objects and their dependencies in a Spring application.

    • IOC stands for Inversion of Control, which means that the control of object creation is inverted from the application code to the Spring framework.

    • There are two main types of Spring IOC containers: BeanFactory and ApplicationContext.

    • BeanFactory is the simplest container, providing basic support...

  • Answered by AI
  • Q2. Metaspace in java
  • Ans. 

    Metaspace is a part of the Java HotSpot VM memory where class metadata is stored.

    • Metaspace replaces the permanent generation (PermGen) in Java 8 and later versions.

    • It is used to store class metadata such as class names, method names, field names, annotations, etc.

    • Metaspace is dynamically resized by the JVM based on the application's demand.

    • You can monitor Metaspace usage using tools like JConsole or VisualVM.

  • Answered by AI
  • Q3. Difference between prdicate & consumer?
Round 2 - Coding Test 

Java 8 stream based question

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find min ,max and second largest (avoid duplicates)using streams

Round 2 - Technical 

(4 Questions)

  • Q1. Multiple inheritance , encapsulation, Collections-Hashmap,Set,list etc with coding questions, substrings,
  • Q2. Checked and unchecked expections with example
  • Q3. Spring boot annotations
  • Q4. Java 8 features,stream api,lambda with coding

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

  • Q1. Java collections and Spring Boot
  • Q2. SQL based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

I will have a coding test with a paper and pen that includes various questions on merging, arrays, and collections. Following that, there will be a technical interview focused on data structures and algorithms. I find the process to be quite lengthy, and I haven't been able to succeed.

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to implement spring security in spring boot application
Round 2 - One-on-one 

(1 Question)

  • Q1. If your thoughts conflict with your co-worker, how would you handle the situation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for scenario based questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Count occurrence using hashmap

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Static, Exception handling, Threads
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Questions related to Collections
  • Q2. Question from your resume and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected even after answering most of the questions correctly

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about IBS Software Services?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. One Program with c#
  • Ans. 

    A C# program to demonstrate basic concepts like variables, loops, and conditionals.

    • Use 'int' for integers: int number = 5;

    • Implement loops: for (int i = 0; i < 5; i++) { Console.WriteLine(i); }

    • Use conditionals: if (number > 0) { Console.WriteLine('Positive'); }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasting of time i feel when I joined interview with him. One Program he asked when i answered it properly/not he said done his interview

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First round was Aptitude, then written programming, then Technical and then Technical+ HR

Interview Preparation Tips

Interview preparation tips for other job seekers - I had very nice interview and I had faced 4 rounds and assumed that I have selected but they have not announce my result :(.

Advice - Whenever you guys take interviews, please announce the results.

IBS Software Services Interview FAQs

How many rounds are there in IBS Software Services Java Developer interview?
IBS Software Services interview process usually has 1-2 rounds. The most common rounds in the IBS Software Services interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for IBS Software Services Java Developer 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 Spring Boot, Java, Logistics, SAAS and J2Ee.
What are the top questions asked in IBS Software Services Java Developer interview?

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

  1. How to implement spring security in spring boot applicat...read more
  2. Checked and unchecked expections with exam...read more
  3. difference between prdicate & consum...read more
How long is the IBS Software Services Java Developer interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 8 interview experiences

Difficulty level

Easy 25%
Moderate 63%
Hard 13%

Duration

Less than 2 weeks 100%
View more
IBS Software Services Java Developer Salary
based on 50 salaries
₹4.7 L/yr - ₹11.2 L/yr
27% more than the average Java Developer Salary in India
View more details

IBS Software Services Java Developer Reviews and Ratings

based on 5 reviews

2.8/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.0

Salary

2.9

Job security

3.1

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 5 Reviews and Ratings
iTravel Java Developer

Thiruvananthapuram

5-10 Yrs

Not Disclosed

Java Developer - ALO

Thiruvananthapuram

1-5 Yrs

Not Disclosed

Java Developer

Thiruvananthapuram

8-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
600 salaries
unlock blur

₹5.6 L/yr - ₹11.8 L/yr

Software Engineer
397 salaries
unlock blur

₹3.7 L/yr - ₹12.5 L/yr

Technical Lead
273 salaries
unlock blur

₹10.5 L/yr - ₹18.9 L/yr

Solution Engineer
232 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Senior Solution Engineer
227 salaries
unlock blur

₹4 L/yr - ₹11.2 L/yr

Explore more salaries
Compare IBS Software Services with

KPIT Technologies

3.3
Compare

Thomson Reuters

4.1
Compare

HighRadius

2.8
Compare

Oracle Cerner

3.6
Compare
write
Share an Interview