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 1 Mar 2025

Top IBS Software Services Interview Questions and Answers

View all 65 questions

IBS Software Services Interview Experiences

Popular Designations

108 interviews found

I applied via Campus Placement and was interviewed in Dec 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please briefly explain oops concepts

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

I applied via Walk-in and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. There are 10 apples in my hand ,from these apples ,2 of them are much smaller than others .. what are the possibilities to take that smaller apples with easy method ;that means reduce the no of terms maxim...
  • Q2. If u become a software developer in this company, suppose after one year u get another job, could you still remain here or go ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic .think that interviewer is 3 years old child asking us their doubts . And they don't have enough knowledge....think theses things..then our answers automatically generate.

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 (42)
IBS Software Services Interview Questions and Answers for Freshers
illustration image

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mainly Airline domain based questions.
  • Q2. AWB lifecycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend if Airline Cargo domain experience

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

I applied via Company Website and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is the life cycle of cargo ?
  • Ans. 

    Cargo life cycle involves various stages from production to delivery.

    • Production of goods

    • Packaging and labeling

    • Loading onto transportation

    • Transportation to destination

    • Unloading and storage

    • Customs clearance

    • Delivery to end customer

  • Answered by AI
  • Q2. What is the ASM message ?
  • Ans. 

    ASM message stands for Application System Message.

    • ASM messages are used to communicate between different software applications.

    • They are used to exchange data and commands.

    • ASM messages can be sent synchronously or asynchronously.

    • They are commonly used in distributed systems.

    • Examples of ASM messages include HTTP requests and responses, SOAP messages, and JMS messages.

  • Answered by AI
  • Q3. Difference between IATA and airline and its relationship?
  • Ans. 

    IATA is a trade association for airlines while airlines are companies that operate flights. They have a business relationship.

    • IATA stands for International Air Transport Association and is a trade association for airlines.

    • Airlines are companies that operate flights and provide air transportation services to passengers and cargo.

    • IATA sets standards and regulations for the airline industry and provides services to its me...

  • Answered by AI
  • Q4. How to test the application in under work pressure ?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Practically Learn cargo life cycle .
2. Go through the IATA messages format and it’s working ?
3. Clear the manual testing concept ?

Skills evaluated in this interview

Senior Software Tester Interview Questions asked at other Companies

Q1. A scrum master in Agile is equivalent to which position in water fall?
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 Questionnaire 

1 Question

  • Q1. Last recent project and your role in it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your last recent project and the technologies you worked on

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top IBS Software Services Interview Questions

I applied via Referral and was interviewed before Oct 2021. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during the interview. It will easily help to crack the interview.

Product Engineer Interview Questions asked at other Companies

Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side. Input: The input consists of elements in ... read more
View answer (1)

Jobs at IBS Software Services

View all

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to the JD shared by the recruiter and skills kept in resume
  • Q2. ITIL Framework, Product Experience, Technical, Scenarios based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java 8, Spring Boot, Microservices, Spring Cloud, Spring Security, CI/CD, Devops Tools

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 Level of technical round, 1 Managerial round and then HR round. Process was proper and fast as all three rounds was completed on the same day followed by HR interview on next day and offer released on the immediate date after HR round that too for a CTC that is offered above the expected.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

SSE Interview Questions & Answers

user image Anonymous

posted on 17 Feb 2021

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Why spring boot?
  • Q2. Difference between HashMap and HashTable
  • Ans. 

    HashMap is non-synchronized and allows null values, while HashTable is synchronized and doesn't allow null values.

    • HashMap is faster than HashTable due to non-synchronization.

    • HashMap allows null values for both key and value.

    • HashTable doesn't allow null values for key or value.

    • HashMap is preferred for single-threaded applications.

    • HashTable is preferred for multi-threaded applications.

    • Both use key-value pairs to store an

  • Answered by AI
  • Q3. Inner join and outer join
  • Q4. Project specific role.

Interview Preparation Tips

Interview preparation tips for other job seekers - There where 3 rounds in total, since its WFH there interviews where scheduled through Microsoft teams. 1st round was technical related to core java and other technical stuffs, second round more of project specific and 3rd round is HR round where negotiation and other stuffs are initiated.

Skills evaluated in this interview

SSE Interview Questions asked at other Companies

Q1. What is docker and what are the basic commands of docker
View answer (1)

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

Interview Questionnaire 

3 Questions

  • Q1. Tell me about Import and export operations
  • Ans. 

    Import and export operations involve transferring data or files between different systems or formats.

    • Import operations involve bringing data or files into a system or application.

    • Export operations involve sending data or files out of a system or application.

    • Import and export operations are commonly used in software applications to transfer data between different formats or systems.

    • Examples of import and export operatio...

  • Answered by AI
  • Q2. What are software applications were used in your previous company
  • Q3. ICargo and Smart kargo were Utilised in my previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekar must know about import and export operations,Supply chain management, Logistics.

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

LIST OF COMPANIES

Balajee Group

Locations

LIST OF COMPANIES

Bull Machines

Locations

LIST OF COMPANIES

Saint-Gobain

Locations

SALARIES

Forbes Marshall

SALARIES

HCLTech

JOBS

Briskwin IT Solutions

No Jobs

JOBS

Srijan Technologies

No Jobs

REVIEWS

IDeaS Revenue Solutions

No Reviews

INTERVIEWS

Publicis

No Interviews

Tell us how to improve this page.

IBS Software Services Interview Process

based on 84 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 791 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

IBS Software Services Reviews and Ratings

based on 640 reviews

3.6/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.0

Salary

3.8

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 640 Reviews and Ratings
Full stack Developer

Kochi,

Thiruvananthapuram

5-8 Yrs

₹ 15-30 LPA

Manager - Implementation

Kolkata,

Mumbai

+5

13-14 Yrs

₹ 19-21.84 LPA

UI/UX Professional

Kolkata,

Mumbai

+5

8-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
601 salaries
unlock blur

₹4 L/yr - ₹14.1 L/yr

Software Engineer
393 salaries
unlock blur

₹2.4 L/yr - ₹10.8 L/yr

Technical Lead
276 salaries
unlock blur

₹5.4 L/yr - ₹21 L/yr

Solution Architect
210 salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Senior Solution Engineer
192 salaries
unlock blur

₹4 L/yr - ₹14 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent