i
Iris Software
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.
Aptitude round will for 30 min .
Simple programming test
Reasoning techinical and coding based ques
What people are saying about Iris Software
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 ...
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 ...
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'
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...
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...
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,...
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...
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 ...
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, ...
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
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
Iris Software interview questions for popular designations
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...
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
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
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
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...
I applied via Campus Placement and was interviewed before Jul 2020. There were 5 interview rounds.
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
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...
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
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
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 ...
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.
Some of the top questions asked at the Iris Software interview for freshers -
The duration of Iris Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 3 interviews
Interview experience
based on 1.5k reviews
Rating in categories
Senior Software Engineer
599
salaries
| ₹10 L/yr - ₹32 L/yr |
Technical Lead
597
salaries
| ₹15 L/yr - ₹36.5 L/yr |
Senior Engineer
415
salaries
| ₹9.5 L/yr - ₹32 L/yr |
Senior Technology Engineer
322
salaries
| ₹11.2 L/yr - ₹33 L/yr |
Senior Technical Consultant
250
salaries
| ₹10.6 L/yr - ₹30 L/yr |
Xoriant
Photon Interactive
CitiusTech
HTC Global Services