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 Software Engineer II Interview Questions and Answers

Updated 29 Mar 2023

Iris Software Software Engineer II Interview Experiences

1 interview found

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

(1 Question)

  • Q1. About technology and tech latest
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions about tech stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn new tech and hands on with the code you are wringing learn cloud

Interview questions from similar companies

Interview Questionnaire 

7 Questions

  • Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance...
  • Q2. Guesstimate- 1) Find the number of petrol bunks in India?
  • Ans. 

    There are approximately 70,000 petrol bunks in India.

    • India has a population of over 1.3 billion people, and a large number of them own vehicles.

    • The number of petrol bunks varies from state to state, with some having more than others.

    • According to a report by the Petroleum Planning and Analysis Cell, there were 69,648 petrol bunks in India as of January 2021.

  • Answered by AI
  • Q3. Guesstimate- 2) Find the no of cricket balls sold in a year in India?(I told cricket is my hobby so interviewer asked question related to cricket)
  • Ans. 

    Approximately 10 million cricket balls are sold in India every year.

    • Consider the number of cricket matches played in India each year

    • Take into account the number of cricket academies and schools in India

    • Factor in the popularity of cricket in India

    • Assume an average lifespan of a cricket ball

    • Approximately 10 million cricket balls are sold in India every year

  • Answered by AI
  • Q4. Basic Finance question: Put option, Call option, payoff diagrams etc.,
  • Q5. Tell me about yourself?
  • Ans. 

    I am a highly motivated and detail-oriented business analyst with experience in data analysis and project management.

    • Experienced in data analysis and project management

    • Highly motivated and detail-oriented

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q6. Your short term goal and long term goal?
  • Ans. 

    Short term goal is to gain experience and contribute to the company's success. Long term goal is to become a respected industry expert.

    • Short term goal: Gain experience and contribute to company's success

    • Long term goal: Become a respected industry expert

    • Examples: Attend industry conferences, take on challenging projects, seek mentorship

  • Answered by AI
  • Q7. Any issues working in Gurgaon?
  • Ans. 

    No major issues working in Gurgaon.

    • Traffic congestion during peak hours

    • Limited public transportation options

    • High cost of living compared to other cities

    • Pollution levels can be high

    • Availability of skilled resources

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was easy and try to practice daily, you can easily crack the test. I guess around 100 people has given the test and 65 got shortlisted for interviews.
Tips: Indiabix is a very good website, it helps in getting better and better by giving mock tests.
TIME materials

Duration: 60 minutes

Round: Technical Interview
Experience: Basically i thought of getting into a field of data analytics but they did not come here for data analyst. He asked me questions related to quantitative finance. Since i had financial engineering course in previous semester so it was bit easy and i didn't even prepare particularly for finance. Anyways finance knowledge is not mandatory, if you have it is an added advantage. I answered every question very confidently, so it created some good impression. All that matters is how confidently you are answering the questions (important questions are puzzles and guesstimates) with a smile on your face. The interviewer is so kind and that really boosted me up. Then he asked about coding, i told frankly that i'm not interested in coding but i know analytical languages like SAS, R etc., and in case if you want i can learn coding. Overall it was a great experience.
Tips: Heard on the street book and geeksforgeeks for puzzles
Have some idea on guesstimates(from Quora)
John C Hull book for finance

Round: HR Interview
Experience: It was basic HR questions and i know that i will surely get selected for this company after my technical interview so easily answered them. Finally as i hail from Visakhapatnam(South) so she asked me any issues working in Gurgaon? I told i don't have any problems and i'm pretty fine with that. And most important thing ask some questions after the completion of your interview. Thanks and good luck. Hence i got selected as Business Analyst in financial services. 9 people got offers from those 65 shortlisted people.
Tips: Do not get nervous & Put a smile on your face.
Be confident you will surely get selected.
Thanks
Akhil

General Tips: Stay calm and confident
Skill Tips: Tips are as mentioned above in interviews.
Skills: Logical Puzzles, Guesstimation Cases, Finance Basics, Analytical Skills
College Name: IIT Kharagpur
Motivation: Standard Company and basically profile is very good. Profile- Business Analyst in Financial services.
Funny Moments: I enjoyed each and every moment

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects involving web development and data analysis.

    • I am proficient in Java and Python programming languages.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Do you know anything about DBMS? Where is it used?
  • Ans. 

    DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.

    • DBMS is used in various industries such as healthcare, finance, education, and more.

    • It helps in creating, modifying, and deleting data in a database.

    • DBMS provides security features to protect data from unauthorized access.

    • Examples of DBMS include MySQL, Oracle, Microsoft SQL Server, and PostgreSQL.

  • Answered by AI
  • Q3. Practical example of object
  • Ans. 

    An object is a self-contained entity that contains data and behavior.

    • Objects are instances of classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Example: A car object has attributes like color, make, and model, and methods like start and stop

  • Answered by AI
  • Q4. Practical implementation of sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting can be done in ascending or descending order.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Sorting can be done on various data types, including strings, numbers, and objects.

    • Sorting can be done using built-in functions in programming languages such as sort() in JavaScript.

    • Sorting can be optimized for performance by cho...

  • Answered by AI
  • Q5. Difference between C and C++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance than C.

    • C++ has a larger standard library than C.

    • C++ allows function overloading while C does not.

    • C++ supports exception handling while C does not.

  • Answered by AI
  • Q6. Tell me about yourself
  • Ans. 

    I am a software developer with experience in Java and Python. I am passionate about coding and always eager to learn new technologies.

    • Experienced in Java and Python

    • Passionate about coding

    • Eager to learn new technologies

  • Answered by AI
  • Q7. Will your family allow you to move to Hyderabad
  • Ans. 

    Yes, my family is supportive of my career and relocation decisions.

    • My family understands the importance of career growth and is supportive of my decisions.

    • We have discussed the possibility of relocation and they are willing to make the necessary adjustments.

    • They trust my judgment and believe that this move will be beneficial for my career.

    • We have also considered the quality of life in Hyderabad and believe that it will...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Level was pretty high in case of Quant. You not only need a lot of practice but also practice of some really good questions.
Other than quant all the other sections are easy and direct.
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: They give 10 mins to think about the topic and 20 mins for discussion. Main purpose is to check your communication skills so keep on discussing . Even if you can't think of any new point repeat your points
Duration: 20 minutes

Round: Technical Interview
Experience: There were many other questions other than this but what they were emphasizing was whether you have done any practical implementation of IT or the coding skills. Tell them about your projects and how you implemented the coding part.They are much interested in logic than syntax.
Since I'm from ECE these were the main things I talked about.

Round: HR Interview
Experience: It was much of an interactive session.They again asked about projects-nothing technical only some basic idea. Lasted hardly 10 mins.

Round: Other Interview
Experience: In this round they mainly explained the salary structure. This one too was of 10 mins.

General Tips: Even if you don't have excellent coding knowledge do appear for the company. They are not looking for same qualities in each candidate. You should be willing enough to learn.
Skills: Aptitude, Communication Skills, Basic Technical Knowledge-mainly emphasized on the implementation part.
College Name: NIT Bhopal
Motivation: The company dates back to 1983 with locations in almost every US state. It is the 43rd company in Fortune 100 US companies. You have options to switch within the departments. Other than this the compensation is 6lpa.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Detailed project related questions
  • Q2. Few questions related to your engineering branch

Interview Preparation Tips

Interview preparation tips for other job seekers - It was simple but keep the concepts related to project topic clear. They ask a lot of questions related to project.

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

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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic front-end questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with work life balance

Interview Questionnaire 

2 Questions

  • Q1. Basics from all framework you have worked on.
  • Q2. There working all are non technical people's they don't know the projects here major people working in testing and non related work

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 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 Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic programming questions

Round 2 - HR 

(1 Question)

  • Q1. Salary and self intro discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic interview questions and self intro

I applied via first naukari and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A graph is stored in sql database. Questions was to find the shorted path between point A and B.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite simple. Basics of python and database were asked and some problem solving questions.

Iris Software Interview FAQs

How many rounds are there in Iris Software Software Engineer II interview?
Iris Software interview process usually has 3 rounds. The most common rounds in the Iris Software interview process are Technical and Resume Shortlist.
What are the top questions asked in Iris Software Software Engineer II interview?

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

  1. About technology and tech lat...read more
  2. Technical questions about tech st...read more

Tell us how to improve this page.

Iris Software Software Engineer II Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
Incedo Interview Questions
3.1
 • 181 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Apexon Interview Questions
3.3
 • 139 Interviews
View all

Fast track your campus placements

View all
Senior Software Engineer
593 salaries
unlock blur

₹10 L/yr - ₹31.5 L/yr

Technical Lead
584 salaries
unlock blur

₹15 L/yr - ₹36.5 L/yr

Senior Engineer
410 salaries
unlock blur

₹9.5 L/yr - ₹31 L/yr

Senior Technology Engineer
317 salaries
unlock blur

₹13 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.0
Compare

CitiusTech

3.4
Compare

HTC Global Services

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview