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 and Answers

Updated 2 Apr 2025

Iris Software Interview Experiences

Popular Designations

151 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Micro service disadvantage
  • Ans. 

    Microservices can introduce complexity, communication overhead, and potential performance issues.

    • Increased complexity due to managing multiple services

    • Communication overhead between services

    • Potential performance issues due to network latency

    • Difficulty in maintaining consistency across services

  • Answered by AI
  • Q2. @functionalinterface can we extend or not, map & flatmap
  • Ans. 

    No, @FunctionalInterface cannot be extended. Map and flatMap are default methods in the interface and cannot be overridden.

    • No, @FunctionalInterface cannot be extended as it is a single abstract method interface.

    • Map and flatMap are default methods in the interface and cannot be overridden.

    • Example: public interface MyInterface { void myMethod(); default void myDefaultMethod() { // implementation } }

  • Answered by AI

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 (4)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Multi thread question
  • Q2. Only core Java, old skilled developer

Senior Sse Software Engineering Analyst Interview Questions asked at other Companies

Q1. Multithreading and reverse of a string and spring mvc and oops concepts and basics of core java and hibernate security restrictions and struts of modules of prototype and security acomplishments of various tools and various integration serv... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Core java, advanced java, spring boot, Hibernate, database
  • Q2. Design pattern, previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything whatever mentioned

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic java and spring boot questions with some deeper knowledge.
Round 2 - Technical 

(1 Question)

  • Q1. Manger round to know about product and system
Round 3 - HR 

(1 Question)

  • Q1. Some behavioural and questions releated to why want to change and expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up yours basics and check multithreading and microservices questions.

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

Iris Software interview questions for popular designations

 Senior Software Engineer

 (18)

 Senior Engineer

 (11)

 Technical Lead

 (9)

 Senior Technology Engineer

 (7)

 Software Engineer

 (6)

 Java Developer

 (5)

 Technology Engineer

 (5)

 QA Lead

 (4)

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Question on Tosca Automation

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. JAVA OOPS PRINICIPLES

Senior Technology Engineer Interview Questions asked at other Companies

Q1. What is Index? And Type of Index.
View answer (1)

Jobs at Iris Software

View all

Interview Questions & Answers

user image Buddhadeb Mondal

posted on 21 Mar 2024

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

Python related questions related to data structure and algo

Round 2 - One-on-one 

(1 Question)

  • Q1. Case study for data Science project
Round 3 - One-on-one 

(1 Question)

  • Q1. Mangerial questions, onsite coding
Round 4 - One-on-one 

(1 Question)

  • Q1. Manegerial round regarding the job role
Round 5 - HR 

(1 Question)

  • Q1. Behaviour questions and salary negotiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java,sql,springboot
Round 2 - Technical 

(1 Question)

  • Q1. Java, sql, spring, springboot, microservice, junit, puzzle or codinques
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions

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

MIS Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2025

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

Excel Assignment and query related to work

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience of interview

MIS Analyst Interview Questions asked at other Companies

Q1. 1.what do you know about Swiggy and it's business model. 2.simple SQL queries 3. Vlookup.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is oops concept. How hashmap works
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to solve a problem

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs

    • HashMap in Java is a data structure that stores key-value pairs

    • I...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are design patterns you have worked in your project
  • Ans. 

    I have worked with design patterns such as Singleton, Factory, Observer, and Strategy in my projects.

    • Singleton pattern was used to ensure only one instance of a class is created.

    • Factory pattern was used to create objects without specifying the exact class of object that will be created.

    • Observer pattern was used to define a one-to-many dependency between objects so that when one object changes state, all its dependents ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you able to work in hybrid mode
  • Ans. 

    Yes, I am able to work in hybrid mode which involves a combination of remote and on-site work.

    • Experienced in collaborating with remote team members using communication tools like Slack, Zoom, and Jira

    • Comfortable with switching between working on-site and remotely based on project requirements

    • Adaptable to different work environments and able to maintain productivity in both settings

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

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 151 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
Brillio Interview Questions
3.4
 • 131 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
Evalueserve Interview Questions
3.2
 • 112 Interviews
Tietoevry Interview Questions
4.3
 • 89 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

3.9

Skill development

4.0

Work-life balance

3.9

Salary

3.7

Job security

4.0

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 1.5k Reviews and Ratings
Technical Project Manager

Noida,

Pune

+1

11-16 Yrs

Not Disclosed

Research Manager

Noida

10-14 Yrs

Not Disclosed

Java Full Stack (Angular)

Noida,

Pune

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
597 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Technical Lead
595 salaries
unlock blur

₹15 L/yr - ₹36.5 L/yr

Senior Engineer
414 salaries
unlock blur

₹9.5 L/yr - ₹32 L/yr

Senior Technology Engineer
318 salaries
unlock blur

₹13 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.0
Compare

CitiusTech

3.4
Compare

HTC Global Services

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