Upload Button Icon Add office photos
Premium 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

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Iris Software Technical Lead Interview Questions and Answers

Updated 12 Jun 2025

9 Interview questions

A Technical Lead was asked
Q. What is the call stack and event loop in JavaScript?
Ans. 

Call stack is a data structure that stores function calls in JavaScript, while event loop manages asynchronous operations.

  • Call stack is a mechanism for managing function invocation in JavaScript.

  • Functions are added to the call stack when they are invoked and removed when they are completed.

  • Event loop is responsible for handling asynchronous operations in JavaScript.

  • Event loop continuously checks the call stack and...

A Technical Lead was asked
Q. What is the difference between Promises and Observables?
Ans. 

Promises are used for a single async operation while observables are used for multiple async operations and can be cancelled.

  • Promises are eager, meaning they start immediately upon creation.

  • Observables are lazy, meaning they only start when subscribed to.

  • Promises can only handle a single value or error, while observables can handle multiple values over time.

  • Observables can be cancelled, while promises cannot.

  • Promi...

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Cognizant
Q3. 1. Type of documentation for computer system validation. 2.Please ... read more
asked in Wipro
Q4. What automation framework have you worked on?
asked in HCLTech
Q5. What is the purpose of React and its latest hooks?
A Technical Lead was asked
Q. How does transaction propagation work in Hibernate?
Ans. 

Transaction propagation in Hibernate allows the management of multiple database operations within a single transaction.

  • Hibernate supports different transaction propagation modes such as REQUIRED, REQUIRES_NEW, SUPPORTS, MANDATORY, NOT_SUPPORTED, and NEVER.

  • The propagation mode determines how the transaction should be handled when a method is called within an existing transaction.

  • REQUIRED is the default propagation ...

A Technical Lead was asked
Q. Describe Spring MVC.
Ans. 

Spring MVC is a framework for building web applications in Java.

  • Spring MVC is a part of the Spring Framework, which provides a model-view-controller architecture for developing web applications.

  • It follows the MVC design pattern, where the model represents the data, the view represents the user interface, and the controller handles the requests and manages the flow of data.

  • It provides features like request mapping,...

What people are saying about Iris Software

View All
a senior software engineer
1w (edited)
Which one should I select?
I'm holding offer from Boeing, Citi and Ford which one should I choose? My priority is work life balance and job security at some point. Boeing - 35LPA Team Lead Citi - 33.5 LPA Sr. Software Engineer Ford - 37LPA Team Lead Iris software - 28 LPA WFH - Sr. Software Engineer
Got a question about Iris Software?
Ask anonymously on communities.
A Technical Lead was asked
Q. Write a lambda function to print the greater of two numbers.
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

A Technical Lead was asked
Q. Explain the concepts of OOPs.
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 d...

A Technical Lead was asked
Q. How do you perform 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...

Are these interview questions helpful?
A Technical Lead was asked
Q. Write a program to print numbers from 1 to 10 using two threads in the 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

A Technical Lead was asked
Q. 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...

Iris Software Technical Lead Interview Experiences

11 interviews found

Technical Lead Interview Questions & Answers

user image Ashutosh Sharma

posted on 16 Dec 2024

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

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

Questions about java concurrency framework, java 8 and 11 features, Code chef coding problem

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion about current project architecture
  • Q2. Microservices and cloud foundry
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Touches all areas like db, language , architecture, design pattens ,Data structure, Microservices ,
  • Q2. Mostly question from strings and arrays and data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Technical Lead Interview Questions & Answers

user image tushar bhardwaj

posted on 17 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Prepare DSA, Programing and DB

Round 2 - Technical 

(1 Question)

  • Q1. Question related to Programing lanquage
Round 3 - HR 

(1 Question)

  • Q1. Salary Expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA ,Programing Language and any DB
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

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

Technical Lead Interview Questions & Answers

user image Anurag Daipuriya

posted on 23 Nov 2022

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. SCD, PDL Conduct>IT Basic partitioning scenarios
Round 3 - Technical 

(1 Question)

  • Q1. Mostly Client round , technical questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Abinitio concepts should be clear.
No Advance skills required.
Questions from Conduct>IT
And basic Abinitio scenarios

Technical Lead Interview Questions & Answers

user image Mohit Sharma

posted on 12 Jun 2025

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Basic java questions 1 coding then scenario based questions
  • Q2. System design question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test on Angular to test the basic concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between promise vs observables?
  • Ans. 

    Promises are used for a single async operation while observables are used for multiple async operations and can be cancelled.

    • Promises are eager, meaning they start immediately upon creation.

    • Observables are lazy, meaning they only start when subscribed to.

    • Promises can only handle a single value or error, while observables can handle multiple values over time.

    • Observables can be cancelled, while promises cannot.

    • Promises a...

  • Answered by AI
  • Q2. What is call stack and event loop in JavaScript?
  • Ans. 

    Call stack is a data structure that stores function calls in JavaScript, while event loop manages asynchronous operations.

    • Call stack is a mechanism for managing function invocation in JavaScript.

    • Functions are added to the call stack when they are invoked and removed when they are completed.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • Event loop continuously checks the call stack and the ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join IRIS?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How Transaction propagation works in Hibernate?
  • Ans. 

    Transaction propagation in Hibernate allows the management of multiple database operations within a single transaction.

    • Hibernate supports different transaction propagation modes such as REQUIRED, REQUIRES_NEW, SUPPORTS, MANDATORY, NOT_SUPPORTED, and NEVER.

    • The propagation mode determines how the transaction should be handled when a method is called within an existing transaction.

    • REQUIRED is the default propagation mode,...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Describe Spring MVC.
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Spring MVC is a part of the Spring Framework, which provides a model-view-controller architecture for developing web applications.

    • It follows the MVC design pattern, where the model represents the data, the view represents the user interface, and the controller handles the requests and manages the flow of data.

    • It provides features like request mapping, data...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java questions and deep multithreading and collections questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go well prepared with Java you will crack the interview

Iris Software Interview FAQs

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

Some of the top questions asked at the Iris Software Technical Lead interview -

  1. Print greater number using lambda funct...read more
  2. Print 1-10 using 2 threads, in correct or...read more
  3. Code for Fibonacci series -- both iterative and recurs...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 9 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 38%
More than 8 weeks 13%
View more
Iris Software Technical Lead Salary
based on 590 salaries
₹22.5 L/yr - ₹37 L/yr
43% more than the average Technical Lead Salary in India
View more details

Iris Software Technical Lead Reviews and Ratings

based on 78 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.8

Salary

3.4

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 78 Reviews and Ratings
Senior Software Engineer
671 salaries
unlock blur

₹17.7 L/yr - ₹32 L/yr

Technical Lead
590 salaries
unlock blur

₹22.5 L/yr - ₹37 L/yr

Senior Engineer
469 salaries
unlock blur

₹17.3 L/yr - ₹30.4 L/yr

Senior Technology Engineer
346 salaries
unlock blur

₹18 L/yr - ₹33 L/yr

Senior Technical Consultant
341 salaries
unlock blur

₹9.5 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.5
Compare
write
Share an Interview