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 5 Feb 2025

Top IBS Software Services Interview Questions and Answers

View all 65 questions

IBS Software Services Interview Experiences

Popular Designations

107 interviews found

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 create an application without the help of google
View answer (1)

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

IBS Software Services interview questions for popular designations

 Software Developer

 (10)

 Software Engineer

 (9)

 Solution Engineer

 (9)

 Java Developer

 (6)

 Senior Software Engineer

 (6)

 Senior Solution Engineer

 (4)

 Technical Lead

 (4)

 Finance Executive

 (3)

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)

Get interview-ready with Top IBS Software Services Interview Questions

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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at IBS Software Services

View all

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 (169)
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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... 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 (180)

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

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all

IBS Software Services Reviews and Ratings

based on 633 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 633 Reviews and Ratings
Flutter / Native Android Professional

Kolkata,

Mumbai

+5

5-8 Yrs

Not Disclosed

Implementation Manager (APS)

Kolkata,

Mumbai

+5

12-15 Yrs

Not Disclosed

Senior Java Product Engineer - LMS

Kolkata,

Mumbai

+5

2-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
592 salaries
unlock blur

₹3.4 L/yr - ₹14.1 L/yr

Software Engineer
384 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Technical Lead
260 salaries
unlock blur

₹5.4 L/yr - ₹21 L/yr

Solution Architect
209 salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Senior Solution Engineer
191 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