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

Updated 14 Apr 2023

Iris Software Senior QA Engineer -Software Testing Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 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. What is inheritance. What is Java
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class acquires the properties of another class.

    • Inheritance allows for code reusability and promotes a hierarchical organization of code.

    • The class that is being inherited from is called the superclass or parent class, while the class that inherits is called the subclass or child class.

    • The subclass can access all the public and protected methods and variab...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What is testing. What is git.
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing is done to identify defects or errors in software

    • It involves executing a system or application with the intent of finding bugs

    • Testing can be done manually or through automated tools

    • Types of testing include functional, performance, security, and usability testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I think coding is must for interview

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Cucumber options used in framework
  • Ans. 

    Cucumber options are used in software testing frameworks to configure and customize the behavior of Cucumber tests.

    • Cucumber options are specified in the 'cucumber.options' property in the command line or configuration file.

    • Some commonly used options include specifying the feature files or tags to run, defining the output format, and setting the glue code location.

    • For example, to run only the scenarios tagged with '@smo...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Agile methodologies full length understanding..
Round 3 - HR 

(1 Question)

  • Q1. Expected CTC and current CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and clear
Selenium should help clear tecnical round

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Write SQL query for getting the employee and manager name from the employee table
  • Ans. 

    SQL query to retrieve employee and manager name from employee table

    • Join employee table with itself using manager ID

    • Select employee name and manager name from the joined table

  • Answered by AI
  • Q2. What are the different validations wpuld you do for a data migration project?
  • Ans. 

    Validations for data migration project

    • Verify data completeness and accuracy

    • Check for data consistency and integrity

    • Ensure data mapping and transformation is correct

    • Validate data security and privacy

    • Test data migration process end-to-end

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be strong in developing SQLs. Strong in ETL concepts too.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Entry level aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and about college project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a really good experience working in TCS

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

Iris Software Interview FAQs

How many rounds are there in Iris Software Senior QA Engineer -Software Testing interview?
Iris Software interview process usually has 3 rounds. The most common rounds in the Iris Software interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Iris Software Senior QA Engineer -Software Testing interview?

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

  1. What is inheritance. What is J...read more
  2. What is testing. What is g...read more

Tell us how to improve this page.

Iris Software Senior QA Engineer -Software Testing Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

Fast track your campus placements

View all
Iris Software Senior QA Engineer -Software Testing Salary
based on 5 salaries
₹16 L/yr - ₹18 L/yr
11% more than the average Senior QA Engineer -Software Testing Salary in India
View more details
Technical Lead
578 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
576 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
403 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Consultant
367 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technology Engineer
331 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Iris Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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