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

Updated 5 Mar 2025

Top Iris Software Interview Questions and Answers

View all 84 questions

Iris Software Interview Experiences

Popular Designations

142 interviews found

I applied via Naukri.com and was interviewed in Oct 2022. 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 - Technical 

(1 Question)

  • Q1. Angular Life Cycle hooks AOT vs JIT Call stack and event loop ngOnchanges vs ngDocheck @hostlistner component interaction content projection call, apply bind
Round 3 - Coding Test 

Duration 30 minutes, topics were related to Javascript and Angular

Round 4 - PM Round 

(1 Question)

  • Q1. Write a program to find count of character from a string. Write a program to sort array without using sort method
  • Ans. 

    Program to count characters in a string and sort an array without using sort method

    • Use a loop to iterate through the string and count each character

    • For sorting an array, use a loop to compare each element with all other elements and swap if necessary

    • Implement a sorting algorithm like bubble sort, insertion sort or quick sort

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep coding. Work on a self project. Clear fundamentals.

Top Iris Software Software Engineer Interview Questions and Answers

Q1. How to write any sentence (given to u ) in mirror image form in java?(ans :by 2 ways 1. reverse string function in string object 2 .by aaray conversion )
View answer (1)

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 (196)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 and spring questions
  • Q2. Basic core java questions
Round 2 - HR 

(2 Questions)

  • Q1. About salary expectation
  • Q2. Notice period and location

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
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its medium test checking BA

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project details
  • Q2. What are RFPs and where do we use them
  • Ans. 

    RFPs are Requests for Proposals used to solicit bids from vendors for a project or service.

    • RFPs outline project requirements, timelines, and evaluation criteria

    • They are used in procurement processes to select the best vendor

    • Commonly used in industries like construction, IT, and consulting

    • Examples include government agencies issuing RFPs for infrastructure projects

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Expectation for salary
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience in the industry.

    • Research industry standards for Business Analyst salaries

    • Consider your level of experience and expertise

    • Factor in the cost of living in the area where the job is located

    • Be prepared to negotiate based on the job responsibilities and benefits package

  • Answered by AI
  • Q2. List of required docs

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java Multithreading
  • Q2. Core java using java 8 features
  • Ans. 

    Core Java features in Java 8 include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to pass functionality as an argument to a method.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to process collections of objects in a functional style.

    • Default methods allow interfaces to have methods with implementat...

  • Answered by AI
  • Q3. Oops concepts in java
  • Ans. 

    Oops concepts in java 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 of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q4. Spring MVC and Batch
  • Q5. Basic SQL queries, joins and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, whatever you know explain well.

Skills evaluated in this interview

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

Iris Software interview questions for popular designations

 Senior Software Engineer

 (15)

 Senior Engineer

 (11)

 Technical Lead

 (9)

 Senior Technology Engineer

 (7)

 Software Engineer

 (6)

 Java Developer

 (5)

 Technology Engineer

 (5)

 QA Lead

 (4)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Its was pretty standard with the whole spectrum of questions ranging from medium to difficult.

Round 2 - One-on-one 

(2 Questions)

  • Q1. It was very tedious as if the interviewer already had the mind made-up to fail me
  • Q2. Two programming questions and multiple theory questions
Round 3 - HR 

(1 Question)

  • Q1. Standard routine queries for personal information and salary negotiation

Interview Preparation Tips

Topics to prepare for Iris Software Senior Software Engineer interview:
  • Problem Solving
Interview preparation tips for other job seekers - Don't accept job where they ask difficult questions but the knowledge of interviewer is lacking to understand innovative answers

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Iris Software Interview Questions

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

I applied via LinkedIn and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Automation framework structure and components
  • Ans. 

    An automation framework consists of a set of guidelines, coding standards, and best practices to automate testing.

    • The framework should be modular and scalable

    • It should have a clear separation of concerns

    • It should have reusable components such as libraries, functions, and utilities

    • It should have a reporting mechanism to track test results

    • It should support multiple test types such as functional, regression, and performan...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basic programming like string reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for opps and selinium questions and programming skills like string reverse

Skills evaluated in this interview

Senior Test Analyst Interview Questions asked at other Companies

Q1. What is Test Prioritization and How we apply to our Test Case?
View answer (1)

Jobs at Iris Software

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was normal interview questions we can easily answer them . But should ready with you content and project which you are going to explain as they expect more elaborative with your role and responsibilitie...
Round 2 - Technical 

(1 Question)

  • Q1. Be prepared with your core concepts and the coding part

Team Leader Quality Interview Questions asked at other Companies

Q1. How you will improve customer experience?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. 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 

(1 Question)

  • Q1. Normal Wfm process explanation
  • Ans. 

    WFM process involves forecasting, scheduling, real-time management, and reporting to optimize workforce efficiency.

    • Forecasting: predicting future workload and staffing needs

    • Scheduling: creating employee schedules based on forecasted needs

    • Real-time management: monitoring and adjusting schedules in real-time

    • Reporting: analyzing data to improve future forecasting and scheduling

    • Examples: call center staffing, retail store

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

(1 Question)

  • Q1. Scenario bases questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Normal detailed discussion with head of department

Interview Preparation Tips

Interview preparation tips for other job seekers - If u have knowledge in ur domain you will be able
To crack the interview

Senior Executive WFM Interview Questions asked at other Companies

Q1. Normal Wfm process explanation
View answer (1)

I applied via Naukri.com and was interviewed in Apr 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Java 8 vs 7 case studies. Stream vs collections case studies.
  • Ans. 

    Java 8 introduced streams which are more efficient than collections in certain cases.

    • Streams are useful for processing large amounts of data in parallel

    • Collections are better for small amounts of data or when modifying data

    • Java 8's stream API provides a functional programming approach to data processing

    • Java 7's collections API is more traditional and imperative

    • Example: Using streams to filter and map data from a databa...

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

(1 Question)

  • Q1. Add one to a given String of number
  • Ans. 

    Add one to a given String of number

    • Convert the string to integer, add one, and convert back to string

    • Handle edge cases like leading zeros

    • Consider using built-in functions like parseInt() and toString()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hash map implementation. exception handling in lambda exp. microservices architecture.
Round 5 - Client Interview 

(1 Question)

  • Q1. Why u want to join?

Interview Preparation Tips

Topics to prepare for Iris Software Senior Engineer interview:
  • Core Java
  • Spring Framework
  • Microservices
  • RDBMS
Interview preparation tips for other job seekers - Focus on the tech stack u have worked on.
Focus on concepts and basics.

Skills evaluated in this interview

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 (57)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Python basic question
  • Q2. One counter question for for list
Round 2 - Technical 

(2 Questions)

  • Q1. Python django interview questions
  • Q2. What is caching
  • Ans. 

    Caching is the process of storing data in a temporary storage area to reduce access time and improve performance.

    • Caching helps in speeding up data retrieval by storing frequently accessed data closer to the user.

    • It reduces the need to access the original source of data, saving time and resources.

    • Examples of caching include browser caching, CDN caching, and database caching.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Past projects discussiton
  • Q2. Salary discussion

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Iris Software Interview FAQs

How many rounds are there in Iris Software interview?
Iris Software interview process usually has 2-3 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 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 Java, SQL, Multithreading, Core Java and Spring.
What are the top questions asked in Iris Software interview?

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

  1. How to write any sentence (given to u ) in mirror image form in java?(ans :by 2...read more
  2. why there is abstract ,interface and enum class in ja...read more
  3. Prepare Java 8, 11 Programs on Java 8 and 11 Multithreading Collection Design p...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

based on 141 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

Fast track your campus placements

View all

Iris Software Reviews and Ratings

based on 1.5k 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.5k Reviews and Ratings
Hybrid Tester || Noida

Delhi/Ncr

7-9 Yrs

Not Disclosed

QA Automation - Sr. Engineer

Delhi/Ncr

5-9 Yrs

Not Disclosed

ML Ops Engineer

Noida,

Pune

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Technical Lead
578 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
576 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
403 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Consultant
367 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technology Engineer
331 salaries
unlock blur

₹0 L/yr - ₹0 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