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 Freshers

Updated 2 Apr 2025

Top Iris Software Interview Questions and Answers for Freshers

View all 9 questions

Iris Software Interview Experiences for Freshers

Popular Designations

4 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tableau interview questioins
  • Q2. SQl based quetions

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude round will for 30 min .

Round 2 - Coding Test 

Simple programming test

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much hard to crack just focus on aptitude and technical round

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning techinical and coding based ques

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about exceptions
  • Q2. Asked about api chaining

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)

Software Engineer Interview Questions & Answers

user image Sheetal D Kharat

posted on 14 Mar 2015

Interview Questionnaire 

13 Questions

  • Q1. Difference between java and c?
  • Ans. 

    Java is an object-oriented language while C is a procedural language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking and exception handling.

    • C ...

  • Answered by AI
  • Q2. Aggregation functions in DBMS?
  • Ans. 

    Aggregation functions are used to perform calculations on groups of data in a database.

    • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

    • They are used with the GROUP BY clause to group data based on a specific column.

    • COUNT function returns the number of rows in a table or the number of non-null values in a column.

    • SUM function returns the sum of values in a column.

    • AVG function returns the average of values in ...

  • Answered by AI
  • Q3. 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 )
  • Ans. 

    Two ways to write a sentence in mirror image form in Java: reverse string function and array conversion.

    • Use the reverse() method of the String class to reverse the sentence

    • Convert the sentence to a character array, then swap the first and last characters, second and second-to-last characters, and so on until the middle is reached

    • Example: 'Hello World' becomes 'dlroW olleH'

  • Answered by AI
  • Q4. Why static is used in "public static void main"?
  • Ans. 

    Static is used in public static void main to allow the method to be called without creating an instance of the class.

    • Static methods belong to the class and not to any instance of the class.

    • The main method is the entry point of a Java program and needs to be called without creating an object of the class.

    • The static keyword allows the main method to be called directly from the class, without creating an instance of the c...

  • Answered by AI
  • Q5. Why there is abstract ,interface and enum class in java?
  • Ans. 

    Abstract classes, interfaces, and enums provide abstraction and modularity in Java.

    • Abstract classes provide a partial implementation of a class and cannot be instantiated.

    • Interfaces define a set of methods that a class must implement and can be used for multiple inheritance.

    • Enums provide a set of named constants.

    • All three are used for abstraction and modularity in Java.

    • Abstract classes and interfaces are used for polym...

  • Answered by AI
  • Q6. Object oriented software engg definition(definition contains word"framwork") ?and definitionof framwork
  • Ans. 

    Object-oriented software engineering is a framework for designing and developing software using objects.

    • Object-oriented software engineering is a methodology for designing and developing software using objects.

    • It involves creating classes and objects that encapsulate data and behavior.

    • Frameworks are pre-built structures that provide a foundation for building software applications.

    • Frameworks can include libraries, APIs,...

  • Answered by AI
  • Q7. Properties of java(object oriented languages)
  • Ans. 

    Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Encapsulation hides the implementation details of a class from other classes.

    • Polymorphism allows objects to take on multiple forms or behaviors.

    • Java also supports abstraction, interfaces, and exception handling.

    • Example: class Car extends Vehi...

  • Answered by AI
  • Q8. Normalization in DBMS (in detail with eg.)
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and dependency.

    • Normalization is used to eliminate data redundancy and improve data integrity.

    • It involves dividing a database into two or more tables and defining relationships between them.

    • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization helps in efficient data ...

  • Answered by AI
  • Q9. What is difference between ADBMS and DBMS?
  • Ans. 

    ADBMS stands for Advanced Database Management System which is an extension of DBMS with additional features.

    • ADBMS has advanced features like data mining, data warehousing, and online analytical processing.

    • ADBMS is used for handling large and complex data sets.

    • DBMS is a basic system for managing data and is used for small and simple data sets.

    • DBMS does not have advanced features like ADBMS.

    • Examples of ADBMS are Oracle, ...

  • Answered by AI
  • Q10. Your Introduction
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience in developing RESTful APIs and microservices

    • Familiarity with front-end technologies such as HTML, CSS, and React

    • Strong understanding of database management systems like MySQL and MongoDB

    • Experience in Agile development methodologies

  • Answered by AI
  • Q11. Why u want do job?(why ur not doing post graduation?)
  • Ans. 

    I want to gain practical experience and contribute to the industry while also learning on the job.

    • I believe that hands-on experience is invaluable in the software engineering field

    • I am eager to apply my skills and knowledge to real-world projects

    • I am excited to work with a team and learn from experienced professionals

    • I am not currently pursuing post-graduation as I feel that gaining industry experience is more importan

  • Answered by AI
  • Q12. What will u do if ur from java background and company requires .NET peoples,not java peoples
  • Q13. Why this Company ?and some information about company( like achivements)

Interview Preparation Tips

Round: Test
Experience: Test contains 45 question having Maths(approx. 30 questions) , verbal & non-verbal , logical reasoning Qustions. 
1 hr to solve it.  And no negative marking .Easy aptitude test for me cause i hav given almost 8 apti tests before it. Most of the questions from R.S. Agarwal (Quantitative Aptitude)Book. we total 40 to 50 peoples given the test(All branch students eligibal for test above 60 % aggregate)
Duration: 60 minutes
Total Questions: 45

Round: Technical Interview
Experience: Out of 40-50 peoples appeared for aptitude test 12 students were eligibal for technical interview. Interview was in the Company . The interviewer ask the questions from the answers i am giving to his previous question .And trying to confuse me.
but after understanding my programming to his question and some logical answers to his qusetions he stops confusing  me. And go on saying 'You r correct or you r near to answer,think little bit more about it'.
Tips: Be confident , If u don't  know answer say that "i didn't brush up that topic". Don't go on interviwer's expression, they(expressions) always distract u.

Round: HR Interview
Experience: After 50-55 minutes of technical interview , we had HR interview.It was easy Interview,  all the 5 candidates have these same set of questions ,so we prepared the answers and all 5 got selected in company.

General Tips: Do aptitude test practice online more
Don't add things that u dont know in resume
(for freshers :keep resume exactly of 2 pages and simple,don't use different font  styles and size much)
Skills: Java programming, c++, sql(DBMS), Html
College Name: TERNA ENGINEERING COLLEGE
Motivation: It is college campus placement only, But The Representator of company(each) gives the motivation to all candiates mostly

Skills evaluated in this interview

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

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)

Jobs at Iris Software

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. 1. What is design pattern and it's types and solid patterns.
  • Ans. 

    Design patterns are reusable solutions to common software design problems. They include creational, structural, and behavioral patterns.

    • Design patterns are reusable solutions to common software design problems.

    • They provide proven solutions to recurring design problems.

    • Design patterns can be categorized into creational, structural, and behavioral patterns.

    • Creational patterns deal with object creation mechanisms.

    • Structur...

  • Answered by AI
  • Q2. Mostly questions are based on all .net concepts i.e. oops, asp.net, MVC, SQL server, scripting and logical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need more preparation on .net and relevant technologies also some questions are base on work experience and projects.

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Cte vs temp table
  • Ans. 

    CTE and temp tables are used to store intermediate results in SQL queries.

    • CTE stands for Common Table Expression and is defined within a query.

    • Temp tables are created in the tempdb database and can be accessed across sessions.

    • CTEs are generally faster and more readable than temp tables.

    • Temp tables are useful for complex queries with multiple steps or when data needs to be manipulated.

    • CTEs are useful for recursive queri

  • Answered by AI
  • Q2. Parameter sniffing
  • Q3. Asynchronous programming in .net
  • Ans. 

    Asynchronous programming in .NET allows for non-blocking execution of code, improving performance and responsiveness.

    • Async and Await keywords used to implement asynchronous programming

    • Allows for parallel execution of multiple tasks

    • Improves performance and responsiveness of applications

    • Examples include web applications, file I/O operations, and database queries

  • Answered by AI
  • Q4. Threading in .net
  • Ans. 

    Threading in .NET allows for concurrent execution of code, improving performance and responsiveness.

    • Threading allows for multiple threads of execution to run concurrently

    • Thread class is used to create and manage threads

    • Thread synchronization is important to prevent race conditions and deadlocks

    • Async/await is a newer approach to concurrency in .NET

    • TPL (Task Parallel Library) provides higher-level abstractions for concur

  • Answered by AI
  • Q5. Performance tuning of SQL stored procedure
  • Ans. 

    Performance tuning of SQL stored procedure involves optimizing query execution time and reducing resource usage.

    • Identify and optimize the most resource-intensive queries

    • Use appropriate indexing and partitioning techniques

    • Minimize network round trips and data transfers

    • Avoid using cursors and temporary tables

    • Use query hints and plan guides to influence query execution plan

    • Regularly monitor and analyze query performance u...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Telecom market in India
  • Ans. 

    The telecom market in India is highly competitive and rapidly growing.

    • India has the second-largest telecom market in the world

    • The market is dominated by major players like Jio, Airtel, and Vodafone Idea

    • The introduction of 4G technology has led to a surge in data consumption and mobile internet usage

    • The government's Digital India initiative is driving growth in the sector

    • The market is expected to continue growing with t

  • Answered by AI
  • Q2. Multiple guesstimates were asked
  • Q3. Working of GSM and CDMA technologies
  • Ans. 

    GSM and CDMA are two different technologies used for mobile communication.

    • GSM stands for Global System for Mobile Communications and uses SIM cards for authentication.

    • CDMA stands for Code Division Multiple Access and uses spread spectrum technology for communication.

    • GSM uses time division multiplexing for sharing the frequency band while CDMA uses code division multiplexing.

    • GSM is widely used in Europe and Asia while C...

  • Answered by AI
  • Q4. Difference between 2G and 3G technologies
  • Ans. 

    2G is a second-generation wireless technology while 3G is a third-generation wireless technology.

    • 2G offers voice and text services while 3G offers voice, text, and data services.

    • 3G has faster data transfer rates than 2G.

    • 2G uses circuit-switched technology while 3G uses packet-switched technology.

    • 3G allows for video calling and mobile internet access while 2G does not.

    • 3G networks are more expensive to build and maintain

  • Answered by AI
  • Q5. A lot of questions based on my internship at Nokia Siemens Networks (now Nokia Networks) were asked
  • Q6. Basic skills of creating presentation and excel
  • Ans. 

    Basic skills of creating presentation and excel

    • For presentations, use a clear and concise structure with visual aids

    • For Excel, understand basic formulas and functions, and use formatting to make data easy to read

    • Practice using templates and experimenting with different design options

    • Learn keyboard shortcuts to save time and increase efficiency

    • Use charts and graphs to illustrate data in a visually appealing way

  • Answered by AI
  • Q7. How does GPS work?
  • Ans. 

    GPS works by using a network of satellites to triangulate the position of a receiver on Earth.

    • GPS satellites orbit the Earth and transmit signals to GPS receivers on the ground.

    • The receiver uses the signals from multiple satellites to determine its location through a process called trilateration.

    • GPS can provide accurate location information, speed, and direction.

    • GPS is used in navigation systems, tracking devices, and ...

  • Answered by AI
  • Q8. Why should we hire you?
  • Q9. Tell me something about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills are important. If you have experience of working in the same field, please be prepared for that.

Interview Questionnaire 

1 Question

  • Q1. What are your goals while looking to join our organization?

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Joins in SQL INDEX, window function, partitions in SQL Difference between blob storage and data lake storage Types of integration runtime Types of trigger

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave interview for Azure Data Engineer with 2+ experience.

One need to be very strong in SQL for this position
And mandatory questions I faced is,
Describe the project in which you are working
What was your role in the project
And tell a critical situation you faced and how you solved that

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

Iris Software Interview FAQs

How many rounds are there in Iris Software interview for freshers?
Iris Software interview process for freshers usually has 1-2 rounds. The most common rounds in the Iris Software interview process for freshers are Aptitude Test, Technical and Coding Test.
How to prepare for Iris Software interview for freshers?
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 Content Management, Customer Engagement, Data Analytics, ISO 27001 Lead Auditor and IT Recruitment.
What are the top questions asked in Iris Software interview for freshers?

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

  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. Object oriented software engg definition(definition contains word"framwork") ?a...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 Freshers

based on 3 interviews

Interview experience

3.7
  
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.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
Dot Net Developer Lead

Delhi/Ncr

9-12 Yrs

Not Disclosed

Python Engineer

Pune,

Gurgaon / Gurugram

+1

4-8 Yrs

Not Disclosed

Java Developer || Sr. Engineer || Noida

Noida

7-10 Yrs

₹ 17-27.11 LPA

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