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

Clear (1)

IBS Software Services Java Developer Interview Questions, Process, and Tips

Updated 14 Oct 2024

Top IBS Software Services Java Developer Interview Questions and Answers

IBS Software Services Java Developer Interview Experiences

6 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?
  • Ans. 

    Predicate is a functional interface that represents a boolean-valued function, while Consumer is a functional interface that represents an operation that accepts a single input argument and returns no result.

    • Predicate is used for filtering elements based on a condition, while Consumer is used for performing actions on elements.

    • Predicate has a test() method to evaluate a condition, while Consumer has an accept() method ...

  • Answered by AI
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
  • Ans. 

    Checked exceptions are checked at compile time, while unchecked exceptions are not.

    • Checked exceptions must be either caught or declared in the method signature using 'throws'

    • Unchecked exceptions do not need to be caught or declared

    • Example of checked exception: IOException

    • Example of unchecked exception: NullPointerException

  • Answered by AI
  • Q3. Spring boot annotations
  • Q4. Java 8 features,stream api,lambda with coding

Skills evaluated in this interview

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
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
  • Ans. 

    Implementing Spring Security in a Spring Boot application involves configuring security settings and adding dependencies.

    • Add spring-boot-starter-security dependency in pom.xml

    • Create a class extending WebSecurityConfigurerAdapter to configure security settings

    • Use @EnableWebSecurity annotation to enable Spring Security

    • Define authentication and authorization rules in configure(HttpSecurity http) method

  • Answered by AI
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

IBS Software Services interview questions for designations

 Lead Java Developer

 (1)

 Java Full Stack Developer

 (1)

 Software Developer

 (10)

 UI Developer

 (1)

 Software Developer fresher

 (2)

 Associate Software Developer

 (1)

 Senior Software Developer

 (1)

 Front end Developer

 (1)

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 Resume 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

Java Developer Jobs at IBS Software Services

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

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

Round 1 - Technical 

(1 Question)

  • Q1. 1 . Oops concept in detail 2 DBMS 3. Data base query
Round 2 - HR 

(1 Question)

  • Q1. Document verification

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers should be clear on basic concepts.
For experienced should be detailed knowledge on their domain.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.
Contribute & help others!
anonymous
You can choose to be anonymous

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, Logistics, SAAS, J2Ee and Java.
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

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

IBS Software Services

SALARIES

Crest Test Systems

INTERVIEWS

Merkle Sokrati

No Interviews

INTERVIEWS

Bull Machines

No Interviews

INTERVIEWS

Merkle Sokrati

No Interviews

Tell us how to improve this page.

IBS Software Services Java Developer Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more
IBS Software Services Java Developer Salary
based on 49 salaries
₹3.6 L/yr - ₹14 L/yr
41% more than the average Java Developer Salary in India
View more details

IBS Software Services Java Developer Reviews and Ratings

based on 4 reviews

2.7/5

Rating in categories

3.5

Skill development

3.2

Work-life balance

3.1

Salary

3.5

Job security

3.2

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 4 Reviews and Ratings
Java Developer Full Stack - TnC

Thiruvananthapuram

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
588 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
384 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
260 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Architect
209 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Solution Engineer
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IBS Software Services 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