Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
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
3.6

based on 682 Reviews

Play video Play video Video summary
  • About
  • Reviews
    682
  • Salaries
    5.9k
  • Interviews
    110
  • Jobs
    71
  • Benefits
    79
  • Photos
    4
  • Posts
    3

Filter interviews by

IBS Software Services Interview Questions and Answers

Updated 10 Apr 2025
Popular Designations

36 Interview questions

A Java Developer was asked 7mo ago
Q. Explain Spring IOC containers.
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 su...

View all Java Developer interview questions
A Java Developer was asked 7mo ago
Q. What is the difference between Predicate and Consumer interfaces in Java?
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() me...

View all Java Developer interview questions
A Software Engineer Trainee was asked 7mo ago
Q. Explain the OOPS concepts 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 t...

View all Software Engineer Trainee interview questions
A Senior Product Engineer was asked 8mo ago
Q. Explain the internal workings of a 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 has...

View all Senior Product Engineer interview questions
A Product Engineer was asked 8mo ago
Q. Write a Java Stream to find the total number of employees with a salary greater than 50000.
Ans. 

Use Java Streams to find total employees with salary > 50000

  • Filter employees with salary > 50000 using stream.filter()

  • Count the number of employees using stream.count()

View all Product Engineer interview questions
A Software Developer was asked 9mo ago
Q. Explain your projects.
Ans. 

Projects are specific tasks or assignments that require planning, execution, and completion within a set timeframe.

  • Projects involve a defined scope, timeline, and budget.

  • They often require collaboration with team members or stakeholders.

  • Examples include developing a new software application, implementing a website redesign, or creating a marketing campaign.

View all Software Developer interview questions
A Compliance Specialist was asked 10mo ago
Q. What is the difference between ISO 27001 and SOC2 Type 2 audit?
Ans. 

ISO 27001 focuses on information security management system while SOC2 Type 2 audit focuses on controls related to security, availability, processing integrity, confidentiality, and privacy.

  • ISO 27001 is an international standard that focuses on establishing, implementing, maintaining, and continually improving an information security management system (ISMS).

  • SOC2 Type 2 audit is a report based on the Trust Service...

View all Compliance Specialist interview questions
Are these interview questions helpful?
An IOS Application Developer was asked 12mo ago
Q. Describe the App Store release process.
Ans. 

The App Store release process involves submitting the app for review, ensuring it meets guidelines, and waiting for approval.

  • Submit the app for review through App Store Connect

  • Ensure the app meets Apple's guidelines and requirements

  • Wait for approval from Apple before the app can be published

  • Consider factors like app store optimization (ASO) and marketing strategies for a successful launch

View all IOS Application Developer interview questions
A Software Engineer was asked 22 Mar 2024
Q. Explain the different types of SQL joins with examples.
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

View all Software Engineer interview questions
A Java Developer was asked 13 Mar 2024
Q. How do you implement Spring Security in a 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

View all Java Developer interview questions
1 2 3 4

IBS Software Services Interview Experiences

110 interviews found

Software Developer Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Add your answer
  • Q2. Java stream questions
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Add your answer
  • Q2. Project based questions
  • Add your answer

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

Product Engineer Interview Questions & Answers

user image Kavan Singh

posted on 3 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Fancy string problem

Round 2 - Technical 

(4 Questions)

  • Q1. You are given 2 tables, customer and orders, you have to write an SQL query to fetch the total order placed by each customer and also give the total order amount.
  • Add your answer
  • Q2. Java Streams question to find the total number of employees that have salary greater than 50000
  • Ans. 

    Use Java Streams to find total employees with salary > 50000

    • Filter employees with salary > 50000 using stream.filter()

    • Count the number of employees using stream.count()

  • Answered by AI
    Add your answer
  • Q3. The various annotations used in Springboot @Entity, @RestController etc
  • Ans. 

    Annotations in Springboot like @Entity, @RestController are used for defining classes and endpoints respectively.

    • Annotations like @Entity are used to define JPA entities in Springboot.

    • Annotations like @RestController are used to define RESTful web services endpoints.

    • Annotations like @Autowired are used for dependency injection in Springboot.

  • Answered by AI
    Add your answer
  • Q4. AWS services used in my previous project
  • Ans. 

    In my previous project, I used AWS services such as EC2, S3, and RDS for hosting, storage, and database management.

    • EC2 for hosting application servers

    • S3 for storing and retrieving files

    • RDS for managing relational databases

  • Answered by AI
    Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. All questions were asked based on my resume. So prepare well from your resume.
  • Add your answer
Round 4 - One-on-one 

(1 Question)

  • Q1. 4th round was a one on one with the manager, asked me general questions about why I was looking for a job change.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong.

Skills evaluated in this 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)
Anonymous

Senior Product Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The problem was to check whether an int matrix is magic matrix ( where sum of elements in row = sum of elements in column = sum of elements in diagonal)

Round 2 - Technical 

(2 Questions)

  • Q1. Problem on hashmap
  • Add your answer
  • Q2. Questions about spring boot, projects
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. More questions on spring boot
  • Add your answer

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

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2024

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

(2 Questions)

  • Q1. String Question based on hashmap
  • Add your answer
  • Q2. Palindorme -Reverse a string
  • Ans. 

    Reverse a string to check if it is a palindrome.

    • Create a function that takes a string as input

    • Reverse the string using built-in functions or manually

    • Compare the reversed string with the original string to check if it is a palindrome

  • Answered by AI
    Add your answer
Round 2 - HR 

(2 Questions)

  • Q1. Basic Personal Questions, salary expectations
  • Add your answer
  • Q2. Agile, docker,kunernetes
  • Add your answer

Skills evaluated in this interview

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

Solution Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

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

Easy Programming problem

Round 2 - Technical 

(2 Questions)

  • Q1. What is probability of the ceiling fan falling?
  • Add your answer
  • Q2. Tell me briefly about the OOP concepts.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Enjoy every interview process. Be professional and be passionate.

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

Java Developer Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

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
    Add your answer
  • 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
    Add your answer
  • Q3. Difference between prdicate & consumer?
  • Add your answer
Round 2 - Coding Test 

Java 8 stream based question

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 (5)
Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 6 Aug 2024

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,
  • Add your answer
  • Q2. Checked and unchecked expections with example
  • Add your answer
  • Q3. Spring boot annotations
  • Add your answer
  • Q4. Java 8 features,stream api,lambda with coding
  • Add your answer

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 (5)
Anonymous

Senior Solution Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Rest api end to end flow
  • Add your answer
  • Q2. Hash map vs hash set
  • Add your answer

Senior Solution Engineer Interview Questions asked at other Companies

Q1. What are the different methods to save cost in an Azure environment?
View answer (1)
Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2025

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.

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 (5)
Anonymous

Compliance Specialist Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between ISO 27001 and SOC2 Type 2 audit
  • Ans. 

    ISO 27001 focuses on information security management system while SOC2 Type 2 audit focuses on controls related to security, availability, processing integrity, confidentiality, and privacy.

    • ISO 27001 is an international standard that focuses on establishing, implementing, maintaining, and continually improving an information security management system (ISMS).

    • SOC2 Type 2 audit is a report based on the Trust Services Cri...

  • Answered by AI
    Add your answer
  • Q2. How the BCMS is implemented
  • Ans. 

    BCMS is implemented through a structured approach involving planning, implementation, monitoring, and continual improvement.

    • Develop a BCMS policy outlining objectives and scope

    • Conduct a risk assessment to identify threats and vulnerabilities

    • Implement controls to mitigate risks

    • Train employees on BCMS procedures and protocols

    • Regularly test and evaluate the effectiveness of the BCMS

    • Review and update the BCMS as needed bas...

  • Answered by AI
    Add your answer
  • Q3. Business Impact Analysis and Risk Assessment
  • Add your answer
  • Q4. Analyze a SOC2 Report
  • Ans. 

    A SOC2 report is an audit report that attests to the controls in place at a service organization relevant to security, availability, processing integrity, confidentiality, and privacy.

    • Review the scope of the report to understand the services covered

    • Examine the auditor's opinion on the effectiveness of controls

    • Look for any exceptions or deficiencies noted in the report

    • Check the date of the report to ensure it is current

    • ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for IBS Software Services Compliance Specialist interview:
  • ISO 27001 audit
  • SOC2 audit prepartion
  • Risk Ananlysis

Compliance Specialist Interview Questions asked at other Companies

Q1. How well can you use Excel?
View answer (1)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
devshacker007
·
ex -
Zizbey Consultancy
Job Chahiye Boss, Experience 3 Saal Ka — Lekin Salary Fresher Wali!
👔 HR: "Aapke paas Vue.js, React, Node.js, DevOps, AI sabka experience hai?" 👨‍💻 Main: "Haan, maine toh LinkedIn pe sabki post bhi like ki hai!😅" 🤖 Aaj kal interview mein skills se zyada "you must be available to work under pressure, weekends, and salary delay" pe focus hota hai! 💸 Salary expectation batate hi HR bolta hai — "Oh! We are looking for someone who is passionate... not someone who wants money!🏃‍♂️" 🚀 Lekin fir bhi hum apply karte ja rahe hain, kyunki ghar ke EMI aur Swiggy ke bill ne bhi promise kiya hai — "We will never leave you alone!" 📢 Dear companies, ab to job dedo — experience toh Zindagi bhi de rahi hai daily!
FeedCard Image
Got a question about IBS Software Services?
Ask anonymously on communities.
More about working at IBS Software Services
  • HQ - Thiruvananthapuram,Kerala, India
  • Software Product
  • 1k-5k Employees (India)
  • Internet
  • Travel & Tourism
  • Aviation

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, Javascript and Spring Boot.
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. How will you develop an application which shows all airports in the country in ...read more
  3. How to validate that the URL loaded is correct or n...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 Interviews By Designations

  • IBS Software Services Software Developer Interview Questions
  • IBS Software Services Solution Engineer Interview Questions
  • IBS Software Services Software Engineer Interview Questions
  • IBS Software Services Java Developer Interview Questions
  • IBS Software Services Senior Software Engineer Interview Questions
  • IBS Software Services Senior Solution Engineer Interview Questions
  • IBS Software Services Technical Lead Interview Questions
  • IBS Software Services Senior Product Engineer Interview Questions
  • Show more
  • IBS Software Services Product Engineer Interview Questions
  • IBS Software Services Technical Architect Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Software Engineer Interview Questions
  • Solution Engineer Interview Questions
  • Java Developer Interview Questions
  • Senior Software Engineer Interview Questions
  • Technical Lead Interview Questions
  • Senior Solution Engineer Interview Questions
  • Senior Product Engineer Interview Questions
  • Show more
  • Sales Executive Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions

Overall Interview Experience Rating

4/5

based on 86 interview experiences

Difficulty level

Easy 20%
Moderate 73%
Hard 7%

Duration

Less than 2 weeks 76%
2-4 weeks 18%
4-6 weeks 2%
6-8 weeks 2%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

KPIT Technologies
KPIT Technologies Interview Questions
3.4
 • 298 Interviews
HighRadius
HighRadius Interview Questions
2.8
 • 194 Interviews
Chetu
Chetu Interview Questions
3.2
 • 180 Interviews
AVASOFT
AVASOFT Interview Questions
2.9
 • 172 Interviews
Oracle Cerner
Oracle Cerner Interview Questions
3.7
 • 159 Interviews
Brane Enterprises
Brane Enterprises Interview Questions
2.0
 • 138 Interviews
ivy
ivy Interview Questions
3.6
 • 130 Interviews
ServiceNow
ServiceNow Interview Questions
4.1
 • 122 Interviews
DE Shaw
DE Shaw Interview Questions
3.8
 • 121 Interviews
Axtria
Axtria Interview Questions
3.0
 • 121 Interviews
View all

IBS Software Services Reviews and Ratings

based on 682 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 682 Reviews and Ratings
Jobs at IBS Software Services
IBS Software Services
Test Engineer - iTravel Replacement

Kolkata,

Mumbai

+5

0-4 Yrs

₹ 3.1-7 LPA

IBS Software Services
Engineer L3

Kolkata,

Mumbai

+5

6-8 Yrs

Not Disclosed

IBS Software Services
Business Analyst

Thiruvananthapuram

1-8 Yrs

Not Disclosed

Explore more jobs
IBS Software Services Salaries in India
Senior Software Engineer
616 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Software Engineer
407 salaries
unlock blur

₹2.4 L/yr - ₹9.5 L/yr

Technical Lead
282 salaries
unlock blur

₹5.4 L/yr - ₹21 L/yr

Solution Architect
214 salaries
unlock blur

₹8.5 L/yr - ₹30.6 L/yr

Senior Solution Engineer
213 salaries
unlock blur

₹4 L/yr - ₹13.1 L/yr

Explore more salaries
Compare IBS Software Services with
KPIT Technologies

KPIT Technologies

3.4
Compare
Thomson Reuters

Thomson Reuters

4.1
Compare
HighRadius

HighRadius

2.8
Compare
Oracle Cerner

Oracle Cerner

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • IBS Software Services Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter