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 for Experienced

Updated 4 Feb 2025

Top Iris Software Senior Technology Engineer Interview Questions and Answers for Experienced

Iris Software Senior Technology Engineer Interview Experiences for Experienced

5 interviews found

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

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

Senior Technology Engineer Interview Questions Asked at Other Companies for Experienced

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.

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.

Iris Software interview questions for designations

 Technology Engineer

 (7)

 Senior Software Engineer

 (19)

 Senior Development Engineer

 (1)

 Senior Data Engineer

 (1)

 Senior Application Support Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Senior Engineer

 (12)

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

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

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python list tuples set dictionary related questions
  • Q2. Decorators generator and django rest framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on logical and basic python fundamental

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts with examples, SQL query to find second highest salary, diff between fail fast and fail safe, how did u implement security in your app, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic Java concepts

Interview Questionnaire 

1 Question

  • Q1. UiPath Architecture

Iris Software Interview FAQs

How many rounds are there in Iris Software Senior Technology Engineer interview for experienced candidates?
Iris Software interview process for experienced candidates usually has 3 rounds. The most common rounds in the Iris Software interview process for experienced candidates are Technical and HR.
How to prepare for Iris Software Senior Technology Engineer interview for experienced candidates?
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 for experienced candidates?

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

  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 for Experienced

based on 2 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 334 salaries
₹11.2 L/yr - ₹33 L/yr
19% 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.7

Skill development

4.0

Work-life balance

3.8

Salary

3.5

Job security

3.8

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 86 Reviews and Ratings
Technical Lead
601 salaries
unlock blur

₹15 L/yr - ₹36.5 L/yr

Senior Software Engineer
599 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Senior Engineer
412 salaries
unlock blur

₹10.2 L/yr - ₹32 L/yr

Senior Technology Engineer
334 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