Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Iris Software Team. If you also belong to the team, you can get access from here

Iris Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Iris Software Interview Questions, Process, and Tips for Experienced

Updated 9 Apr 2025

Top Iris Software Interview Questions and Answers for Experienced

View all 51 questions

Iris Software Interview Experiences for Experienced

Popular Designations

89 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

About 30 questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. How would you help in retention of a high performing employee

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls be prepared with scenario based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What do BA do ? Do you know SQL?
  • Ans. 

    Business Analysts analyze business processes and systems to provide solutions for improvement. SQL knowledge is often required.

    • Business Analysts gather and analyze data to understand business needs and requirements

    • They work with stakeholders to define project scope and objectives

    • BA create detailed documentation of requirements and solutions

    • SQL knowledge is beneficial for querying databases and analyzing data

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What does BA do? What's is SQL ?
  • Ans. 

    A Business Analyst (BA) analyzes business processes, identifies needs, and recommends solutions. SQL is a programming language used for managing and querying databases.

    • BA analyzes business processes to identify needs and recommend solutions

    • BA works closely with stakeholders to gather requirements and define project scope

    • SQL is a programming language used for managing and querying databases

    • SQL allows users to retrieve a...

  • Answered by AI

Skills evaluated in this interview

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Scenario wise question
Round 2 - Technical 

(1 Question)

  • Q1. Deep dive in net core and angular
  • Ans. 

    Deep dive into .NET Core and Angular

    • NET Core is a cross-platform, open-source framework for building modern, cloud-based, internet-connected applications.

    • Angular is a popular front-end framework for building dynamic web applications.

    • Understanding the architecture, features, and best practices of both .NET Core and Angular is essential for developing robust and scalable applications.

    • Integration of .NET Core backend with...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Scenario wise and architectural
Round 4 - HR 

(1 Question)

  • Q1. About expectation

Skills evaluated in this interview

Senior Technology Engineer Interview Questions asked at other Companies

Q1. What is Index? And Type of Index.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2023. There were 4 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Print greater number using lambda function
  • Ans. 

    Use lambda function to print greater number

    • Define a lambda function that takes two parameters

    • Use the max() function inside the lambda to compare the two numbers

    • Call the lambda function with two numbers to print the greater one

  • Answered by AI
  • Q2. Explain OOPs concepts
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q3. All major C++ topics were covered
Round 3 - One-on-one 

(2 Questions)

  • Q1. Singleton design pattern
  • Q2. Code for Fibonacci series -- both iterative and recursive
  • Ans. 

    Fibonacci series code in iterative and recursive methods

    • Iterative method: Use a loop to calculate Fibonacci numbers

    • Recursive method: Define a function that calls itself to calculate Fibonacci numbers

    • Example for iterative method: int fib(int n) { int a = 0, b = 1, c; for(int i = 2; i <= n; i++) { c = a + b; a = b; b = c; } return b; }

    • Example for recursive method: int fib(int n) { if(n <= 1) return n; return fib(n-1) + f

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Print 1-10 using 2 threads, in correct order
  • Ans. 

    Use two threads to print numbers 1-10 in correct order

    • Create two threads, one for printing odd numbers and one for printing even numbers

    • Use synchronization mechanisms like mutex or semaphore to ensure correct order

    • Example: Thread 1 prints 1, 3, 5, 7, 9 and Thread 2 prints 2, 4, 6, 8, 10

  • Answered by AI
  • Q2. How to do Unit testing in C++
  • Ans. 

    Unit testing in C++ involves writing test cases for individual units of code to ensure they work as expected.

    • Use a unit testing framework like Google Test or Catch2 to write and run test cases

    • Create separate test files for each unit of code being tested

    • Use assertions to check the expected behavior of the code under test

    • Mock dependencies or use dependency injection to isolate units for testing

    • Run tests regularly to catc

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Iris Software Technical Lead interview:
  • Multithreading
Interview preparation tips for other job seekers - Nice interview process, helpful recruiters.

Skills evaluated in this interview

Top Iris Software Technical Lead Interview Questions and Answers

Q1. Print greater number using lambda function
View answer (2)

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)

Iris Software interview questions for popular designations

 Senior Software Engineer

 (19)

 Senior Engineer

 (12)

 Technical Lead

 (9)

 Senior Technology Engineer

 (7)

 Technology Engineer

 (7)

 Software Engineer

 (6)

 Java Developer

 (6)

 QA Lead

 (4)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Objective technical question was given.

Round 3 - Technical 

(3 Questions)

  • Q1. Java, DB, Spring, UI related questions asked.
  • Q2. CoreJava Multi-threading
  • Q3. Database many to many relattionship related question
Round 4 - Technical 

(1 Question)

  • Q1. Mutli-threading related questions
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and joining details.

Top Iris Software Senior Engineer Interview Questions and Answers

Q1. Java 8 vs 7 case studies. Stream vs collections case studies.
View answer (1)

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (62)

Get interview-ready with Top Iris Software Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about what is completable future
  • Ans. 

    CompletableFuture is a class introduced in Java 8 to represent a future result of an asynchronous computation.

    • CompletableFuture can be used to perform tasks asynchronously and then combine their results.

    • It supports chaining of multiple asynchronous operations.

    • It provides methods like thenApply, thenCompose, thenCombine, etc. for combining results.

    • Example: CompletableFuture<Integer> future = CompletableFuture.supp

  • Answered by AI

Skills evaluated in this interview

Top Iris Software Senior Software Engineer Interview Questions and Answers

Q1. Prepare Java 8, 11 Programs on Java 8 and 11 Multithreading Collection Design patterns Solid principles Spring MVC and boot Rest API
View answer (1)

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)

Jobs at Iris Software

View all

Data Engineer Interview Questions & Answers

user image shubham kakshal

posted on 6 Mar 2024

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

(2 Questions)

  • Q1. Focus more on AWS
  • Q2. Spark basic concept

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

QA Lead Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. OOPS, Selenium questions

Top Iris Software QA Lead Interview Questions and Answers

Q1. Type of Automations I have done and how they are integrated the system
View answer (1)

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 4 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Why you are looking for new job
Round 3 - Technical 

(2 Questions)

  • Q1. Basic about testing knowledge
  • Q2. Capital market domain basic questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Some test case scenario
  • Q2. End to end project flow
  • Ans. 

    End to end project flow involves planning, execution, monitoring, and closing of a project.

    • Initiation: Define project scope, objectives, and deliverables.

    • Planning: Create project plan, schedule, and budget.

    • Execution: Implement project plan and deliver project deliverables.

    • Monitoring: Track project progress, identify risks, and make necessary adjustments.

    • Closing: Finalize project deliverables, obtain client approval, an

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up your skills, add new skills

Skills evaluated in this interview

Quality Assurance Engineer Staff Interview Questions asked at other Companies

Q1. Selenium: What is page factory, webdriver architecture, how it interact with different browsers Java: interface, string pool, exception handling Cucumber: scenario outline, hooks Describe automation framework How you choose the tool for tes... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All Related to SAP Reporting
Round 2 - Technical 

(1 Question)

  • Q1. Related to SAP Reporting and Database and scenario based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Manger round about project questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Client Round about the technical experience
Round 5 - One-on-one 

(1 Question)

  • Q1. Client round with technical experience
Round 6 - HR 

(1 Question)

  • Q1. Discussion about my points and HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong in technical and project work

Top Iris Software Technical Lead Interview Questions and Answers

Q1. Print greater number using lambda function
View answer (2)

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)

Iris Software Interview FAQs

How many rounds are there in Iris Software interview for experienced candidates?
Iris Software interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Iris Software interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for Iris Software interview for experienced candidates?
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 Iris Software. The most common topics and skills that interviewers at Iris Software expect are Java, SQL, Multithreading, Core Java and Spring.
What are the top questions asked in Iris Software interview for experienced candidates?

Some of the top questions asked at the Iris Software interview for experienced candidates -

  1. Prepare Java 8, 11 Programs on Java 8 and 11 Multithreading Collection Design p...read more
  2. Print greater number using lambda funct...read more
  3. Print 1-10 using 2 threads, in correct or...read more
How long is the Iris Software interview process?

The duration of Iris Software interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Iris Software Interview Process for Experienced

based on 59 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 276 Interviews
Altimetrik Interview Questions
3.8
 • 221 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 183 Interviews
Brillio Interview Questions
3.4
 • 132 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
Evalueserve Interview Questions
3.2
 • 115 Interviews
Tietoevry Interview Questions
4.3
 • 91 Interviews
View all

Fast track your campus placements

View all

Iris Software Reviews and Ratings

based on 1.6k reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.9

Salary

3.8

Job security

4.0

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 1.6k Reviews and Ratings
Urgent Opening For SSAS Engineer For Gurgaon Location

Gurgaon / Gurugram

6-8 Yrs

Not Disclosed

Dot Net Developer Lead

Delhi/Ncr

9-12 Yrs

Not Disclosed

Python Engineer

Pune,

Gurgaon / Gurugram

+1

4-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
599 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Technical Lead
597 salaries
unlock blur

₹15 L/yr - ₹36.5 L/yr

Senior Engineer
415 salaries
unlock blur

₹9.5 L/yr - ₹32 L/yr

Senior Technology Engineer
322 salaries
unlock blur

₹11.2 L/yr - ₹33 L/yr

Senior Technical Consultant
250 salaries
unlock blur

₹10.6 L/yr - ₹30 L/yr

Explore more salaries
Compare Iris Software with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview