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 Senior Technology Engineer Interview Questions, Process, and Tips

Updated 4 Feb 2025

Top Iris Software Senior Technology Engineer Interview Questions and Answers

Iris Software Senior Technology Engineer Interview Experiences

7 interviews found

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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Scenario wise question
Round 2 - Technical 

(1 Question)

  • Q1. Deep dive in net core and angular
  • Ans. 

    Deep dive into .NET Core and Angular

    • NET Core is a cross-platform, open-source framework for building modern, cloud-based, internet-connected applications.

    • Angular is a popular front-end framework for building dynamic web applications.

    • Understanding the architecture, features, and best practices of both .NET Core and Angular is essential for developing robust and scalable applications.

    • Integration of .NET Core backend with...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Scenario wise and architectural
Round 4 - HR 

(1 Question)

  • Q1. About expectation

Skills evaluated in this interview

Senior Technology Engineer Interview Questions Asked at Other Companies

Q1. What is Index? And Type of Index.
Q2. 2. Distillation column operation and troubleshooting?
Q3. what is ACID properties?
Q4. Deep dive in net core and angular
Q5. Difference type of Temp Table.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript and react
  • Q2. Programming Questions
Round 2 - Technical 

(2 Questions)

  • Q1. Project and Experience
  • Q2. Logical questions
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

Iris Software interview questions for designations

 Technology Engineer

 (7)

 Senior Software Engineer

 (19)

 Senior Development Engineer

 (1)

 Senior Data Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Senior Application Support Engineer

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Senior Engineer

 (11)

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

Interview Questionnaire 

5 Questions

  • Q1. What is ACID properties?
  • Ans. 

    ACID properties are a set of properties that ensure database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single, indivisible unit of work.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent transactions do not interfere with each other.

    • Du...

  • Answered by AI
  • Q2. What is Index? And Type of Index.
  • Ans. 

    Index is a database structure that improves the speed of data retrieval. Types include clustered, non-clustered, and full-text.

    • Index is a data structure that improves query performance by allowing faster data retrieval.

    • Clustered index determines the physical order of data in a table.

    • Non-clustered index is a separate structure that stores a copy of the indexed columns and a pointer to the actual data.

    • Full-text index is ...

  • Answered by AI
  • Q3. Index scan, Index Seek difference
  • Q4. Difference type of Temp Table.
  • Ans. 

    Temp tables are used to store temporary data during a session. There are two types: local and global.

    • Local temp tables are only accessible within the session that created them.

    • Global temp tables are accessible to all sessions and are prefixed with ##.

    • Temp tables are automatically dropped when the session that created them ends.

    • Temp tables can improve performance by reducing the need for expensive queries or joins.

  • Answered by AI
  • Q5. Steps in query optimization.
  • Ans. 

    Query optimization involves identifying and improving the performance of database queries.

    • Identify slow queries using profiling tools

    • Analyze query execution plans to identify bottlenecks

    • Optimize queries by rewriting them or adding indexes

    • Use caching to reduce the number of queries

    • Regularly monitor and tune the database for optimal performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 interviews all were technical followed by HR.
First Interview will basic in technical.
Second interview will be Logical and scenario based.
Last Interview will be discussion and challenges in Previous project.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Regarding advanced SQL concepts, SQL Programming, Performance Optimization

Interview Preparation Tips

Interview preparation tips for other job seekers - Get the basic SQL concept properly. Should have a better understanding about the current project you are working on so that, you can explain the concepts used properly.

I applied via Naukri.com and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core Java, JDK 8 related question, Hibernate, Spring Boot, Oracle related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic things.

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

Interview Questionnaire 

1 Question

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

Iris Software Interview FAQs

How many rounds are there in Iris Software Senior Technology Engineer interview?
Iris Software interview process usually has 2-3 rounds. The most common rounds in the Iris Software interview process are Technical, HR and One-on-one Round.
How to prepare for Iris Software Senior Technology Engineer 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 Communication Skills, Java, AWS, Continuous Integration and Core Java.
What are the top questions asked in Iris Software Senior Technology Engineer interview?

Some of the top questions asked at the Iris Software Senior Technology Engineer interview -

  1. What is Index? And Type of Ind...read more
  2. what is ACID properti...read more
  3. Deep dive in net core and angu...read more

Tell us how to improve this page.

Iris Software Senior Technology Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 278 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 142 Interviews
View all

Fast track your campus placements

View all
Iris Software Senior Technology Engineer Salary
based on 322 salaries
₹11.2 L/yr - ₹33 L/yr
20% more than the average Senior Technology Engineer Salary in India
View more details

Iris Software Senior Technology Engineer Reviews and Ratings

based on 86 reviews

3.8/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.9

Salary

3.5

Job security

3.8

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 86 Reviews and Ratings
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