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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Non technical and technical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. They were asked oops concepts,sql,project related questions
  • Q2. Basic oop concept
  • Q3. Sql- different joins with example
  • Ans. 

    Different types of SQL joins with examples

    • Inner Join: Returns rows when there is a match in both tables

    • Left Join: Returns all rows from the left table and the matched rows from the right table

    • Right Join: Returns all rows from the right table and the matched rows from the left table

    • Full Outer Join: Returns rows when there is a match in either table

  • Answered by AI

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Aws,springboot,java, microservices

Round 2 - Aptitude Test 

Aws, java,springboot,microservices

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)

Senior Software Engineer Interview Questions & Answers

user image Prajith Chandrasekharan

posted on 15 Jul 2024

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

(1 Question)

  • Q1. Core Java - All level
Round 2 - Behavioral 

(1 Question)

  • Q1. Pure management and analytics level

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude questions, was held online

Round 2 - Technical 

(4 Questions)

  • Q1. What project you have worked on?
  • Ans. 

    I have worked on a project to develop a mobile application for tracking daily water intake.

    • Developed user interface using React Native

    • Implemented backend using Node.js and MongoDB

    • Integrated push notifications for reminders

  • Answered by AI
  • Q2. What is the difference between cloud and LAN?
  • Ans. 

    Cloud is a network of remote servers hosted on the internet to store, manage, and process data, while LAN is a local area network that connects computers in a limited area.

    • Cloud is accessed over the internet, while LAN is a local network within a specific physical location.

    • Cloud allows for scalability and flexibility in terms of resources, while LAN is limited by its physical boundaries.

    • Examples of cloud services inclu...

  • Answered by AI
  • Q3. Explain the OOPS concept of Java in detail
  • Ans. 

    OOPS concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public methods.

    • Polymorphism: Ability of a method to do ...

  • Answered by AI
  • Q4. A logical reasoning question
Round 3 - HR 

(2 Questions)

  • Q1. Why choose IBS?
  • Ans. 

    IBS offers a challenging and dynamic work environment with opportunities for growth and learning.

    • IBS provides cutting-edge technology solutions for global clients.

    • The company values innovation and encourages employees to think creatively.

    • IBS has a strong focus on employee development and offers training programs to enhance skills.

    • The work culture at IBS promotes collaboration and teamwork.

    • IBS has a strong reputation in...

  • Answered by AI
  • Q2. Are tou willing to relocate?
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I have relocated in the past for work

    • I am flexible and willing to move for career growth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect good and tricky questions from the skills mentioned in your resume. So, prepare accordingly.

Skills evaluated in this interview

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)

Get interview-ready with Top IBS Software Services Interview Questions

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

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

Round 1 - Coding Test 

It was a good and easy test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Java springboot multithreading

Senior Software Engineer L2 Interview Questions asked at other Companies

Q1. What is the difference between SQL and NoSQL?
View answer (1)

Jobs at IBS Software Services

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions were asked. Online test

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts and basic programming questions were asked
Round 3 - HR 

(1 Question)

  • Q1. Tell us about the company

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude,mcq coding

Round 2 - Technical 

(1 Question)

  • Q1. Oops,sql,project,self intro,basic coding

Solution Manager Interview Questions asked at other Companies

Q1. What working capital? How is is calculated?
View answer (2)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort and filter employees based on salary

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude and coding mcq type questions

Round 2 - Technical 

(1 Question)

  • Q1. Oops,sql,project,self intro

Solution Engineer Interview Questions asked at other Companies

Q1. 1. What is triggers and where we use triggers in xamarin? 2. Oops concepts with example 3. What is data binding? 4. Xamarin Page life cycle 5. Layouts in xamarin 6. Find gretest number from list of array (coding)
View answer (1)

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