Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IRIS Business Services Team. If you also belong to the team, you can get access from here

IRIS Business Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

IRIS Business Services Senior Software Engineer Interview Questions and Answers

Updated 16 May 2024

IRIS Business Services Senior Software Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql and PLSQL related questions
  • Q2. Structural coding
Round 2 - Technical 

(1 Question)

  • Q1. Project level questions
Round 3 - HR 

(1 Question)

  • Q1. Normal general discussion
Round 4 - Behavioral 

(1 Question)

  • Q1. Manager Discussion

Interview questions from similar companies

I was interviewed in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Arrays, linked list, string

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between python vs java?
  • Ans. 

    Python is a high-level, interpreted language known for its simplicity and readability, while Java is a statically typed, object-oriented language with a strong emphasis on performance and scalability.

    • Python is dynamically typed, while Java is statically typed.

    • Python is known for its simplicity and readability, making it easier to learn and use for beginners.

    • Java is known for its performance and scalability, making it a...

  • Answered by AI
  • Q2. Scenario based question on past experience, project based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - basic dsa and aptitude skills

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

It was on mettle, had 3 coding qns, MCQs on DBMS, CN, Aptitude etc

Round 3 - Group Discussion 

It was on a quote by FB saying everyone wants to become like Musk, it went on for 30 mins

Round 4 - HR 

(1 Question)

  • Q1. It was basic behavioral questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Few questions were given on strings and linked list.

Round 2 - Group Discussion 

Is AI good or bad .

Round 3 - One-on-one 

(2 Questions)

  • Q1. Mostly HR based questions.
  • Q2. Some are related to our project's.

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. OOPS, collection, database
  • Q2. Method overload and overrding, interface, abstract class, one small program on string manipulation,database queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your core java basics revised and keep sound knowledge of your project

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Online test of 90 minutes at 5:30 pm

  • Q1. What are the basic concepts of Object-Oriented Programming, and how do they relate to data structures and algorithms?
  • Ans. 

    Object-Oriented Programming concepts include encapsulation, inheritance, and polymorphism, which are used to organize and manipulate data in data structures and algorithms.

    • Encapsulation: Bundling data and methods that operate on the data together in a single unit (object). Example: a class representing a car with properties like color and methods like drive().

    • Inheritance: Allowing a class to inherit properties and meth...

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Online coding interview of 45 minutes at 6:10PM.

  • Q1. 

    String Compression Problem Statement

    Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...

  • Ans. 

    Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Replace consecutive duplicates with the count of repetitions.

    • Handle the case where the count of repetitions is greater than 1 and less than or equal to 9.

  • Answered by AI
  • Q2. Can you explain queries related to insert, selection, and joins in a database management system?
  • Ans. 

    Explanation of insert, select, and join queries in a database management system.

    • Insert query is used to add new records to a table.

    • Select query is used to retrieve data from a table based on specified criteria.

    • Join query is used to combine rows from two or more tables based on a related column between them.

    • Examples: INSERT INTO table_name (column1, column2) VALUES (value1, value2); SELECT * FROM table_name WHERE condit...

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round of 30 minutes at 6pm

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in NoidaEligibility criteriaAbove 7 cgpaNewgen Software interview preparation:Topics to prepare for the interview - Data Structures and algorithms(arrays,strings,linked list,graphs,trees,recursion,backtrack),OOPS,Relational Database Management System, Operating SystemTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be accurate in one language rather than doing more languages but not perfect in anyone
Tip 2 : Revise your concepts regularly and try to attempt 3-4 times a question which you cannot do in first time so that after that if u see question of that type u know how to approach 
Tip 3 : Do practice of quality questions not only quantity.

Application resume tips for other job seekers

Tip 1 : One page resume 
Tip 2 : Only mentioned that projects and skills in which you are really good don't write anything just to fulfill the space

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Java programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience attending interview

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java. Spring MVC flow, collections, projects that you've worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a easy discussion. Just portray your strong points and just indirectly force them to ask you're question related to the same.
Contribute & help others!
anonymous
You can choose to be anonymous

IRIS Business Services Interview FAQs

How many rounds are there in IRIS Business Services Senior Software Engineer interview?
IRIS Business Services interview process usually has 4 rounds. The most common rounds in the IRIS Business Services interview process are Technical, HR and Behavioral.
How to prepare for IRIS Business Services Senior Software 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 Business Services. The most common topics and skills that interviewers at IRIS Business Services expect are HTML, JQuery, JSON, Javascript and MongoDB.
What are the top questions asked in IRIS Business Services Senior Software Engineer interview?

Some of the top questions asked at the IRIS Business Services Senior Software Engineer interview -

  1. Sql and PLSQL related questi...read more
  2. Project level questi...read more
  3. Normal general discuss...read more

Recently Viewed

INTERVIEWS

Ind-Swift Laboratories

No Interviews

INTERVIEWS

Advanced Micro Devices

No Interviews

INTERVIEWS

Advanced Micro Devices

No Interviews

INTERVIEWS

Ind-Swift Laboratories

No Interviews

INTERVIEWS

Alkem Laboratories

No Interviews

INTERVIEWS

IRIS Business Services

No Interviews

INTERVIEWS

Ind-Swift Laboratories

No Interviews

LIST OF COMPANIES

IRIS Business Services

Locations

INTERVIEWS

Ind-Swift Laboratories

No Interviews

INTERVIEWS

IRIS Business Services

No Interviews

Tell us how to improve this page.

IRIS Business Services Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
IRIS Business Services Senior Software Engineer Salary
based on 30 salaries
₹5 L/yr - ₹12.1 L/yr
32% less than the average Senior Software Engineer Salary in India
View more details

IRIS Business Services Senior Software Engineer Reviews and Ratings

based on 2 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.7

Salary

4.4

Job security

3.7

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IRIS Business Services with

Karvy Data Management Services

3.8
Compare

CAMS

3.7
Compare

KFintech

3.5
Compare

Central Depository Services (I)

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent