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 Technical Lead Interview Questions, Process, and Tips

Updated 13 Jan 2025

Top Iris Software Technical Lead Interview Questions and Answers

View all 9 questions

Iris Software Technical Lead Interview Experiences

9 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 was interviewed 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

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

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 Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more
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

Iris Software interview questions for designations

 Technical Consultant

 (1)

 QA Lead

 (4)

 Senior Technical Consultant

 (3)

 Lead Business Analyst

 (1)

 Technical Engineer

 (1)

 Team Lead

 (2)

 Onboarding Lead

 (1)

 Technical Support Engineer

 (1)

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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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

Get interview-ready with Top Iris Software Interview Questions

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

I applied via Recruitment Consulltant and was interviewed before Mar 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

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic angular question with sone random logic

Interview Preparation Tips

Interview preparation tips for other job seekers - Beware with offer letter terms and norms sometime they tell you some perks but won’t be mention in offer

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Coding Test 

Java oops concepts
collections
spring framework

Round 2 - One-on-one 

(1 Question)

  • Q1. About project performance improvement of application db performance issues

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever join into this company. It is a waste company. which does not have ethics.
if you are in project safe (all projects are 3-4 months) else you will be fired without giving notice period (ie. immediate ). they don't have capability to maintain bench resources. simply running a company. Apart from me nearly 20 candidates are resigned . they forced to put papers.
One of the colleague (6-7 years in Photon) for her also not given any notice period. Asked her to leave immediately. So you can understand how bad this company is.

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.

Iris Software Technical Lead Interview Process

based on 7 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

Fast track your campus placements

View all
Iris Software Technical Lead Salary
based on 573 salaries
₹15 L/yr - ₹36.2 L/yr
48% more than the average Technical Lead Salary in India
View more details

Iris Software Technical Lead Reviews and Ratings

based on 63 reviews

3.6/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.7

Salary

3.2

Job security

3.6

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 63 Reviews and Ratings
Technical Lead
573 salaries
unlock blur

₹15 L/yr - ₹36.2 L/yr

Senior Software Engineer
573 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Senior Engineer
400 salaries
unlock blur

₹9.5 L/yr - ₹31 L/yr

Senior Technical Consultant
367 salaries
unlock blur

₹9.5 L/yr - ₹29.5 L/yr

Senior Technology Engineer
330 salaries
unlock blur

₹13 L/yr - ₹33 L/yr

Explore more salaries
Compare Iris Software 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