Upload Button Icon Add office photos

Filter interviews by

Institute of Genetics & Hospital for Genetic Diseases Senior QA Engineer -Software Testing Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2021. There were 4 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 - Aptitude Test 

MCQ onsoftware testing,Rik manage nd configuration management

Round 3 - One-on-one 

(1 Question)

  • Q1. Defect cycle,project test frame work , functional testing questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and negotiation

Interview Preparation Tips

Topics to prepare for Accenture Senior QA Engineer -Software Testing interview:
  • SDLC
  • Agile
Interview preparation tips for other job seekers - Agile, functional testing concepta and good communication skills
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 Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Testing concepts, workflow, decision making
  • Q2. Java Coding, SQL and debugging , automation testing, reporting

Interview Preparation Tips

Topics to prepare for Accenture Senior QA Engineer -Software Testing interview:
  • YouTube
  • ISTQB
Interview preparation tips for other job seekers - Always has foundation strong. Analyse situations, know - how entire IT INDUSTRY work,

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

I applied via Company Website and was interviewed before Oct 2021. There were 5 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 - Aptitude Test 

Basic Aptitude with some difficult questions

Round 3 - Coding Test 

3 set of coding question were asked 1 easy ,1 medium ,1 hard

Round 4 - One-on-one 

(1 Question)

  • Q1. This was personal technical interview asking all related to my cv and the one they are looking for
Round 5 - HR 

(1 Question)

  • Q1. Basic personality questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything basic and from the CV and you will be good to go.Research about the company a bit that will add cherry on top.

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related questions on SAP B4HANA, and native HANA modelling with examples and few questions were on real time examples and few questions were on end-to-end implementations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in whatever you are telling and don't try to bluff the interviewer. They will understand very easily. So, it is always better to tell them on what you actually worked on.

I applied via Company Website and was interviewed before Nov 2021. There were 4 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 - Aptitude Test 

Game Based Aptitude Test + Logical Reasoning

Round 3 - Technical 

(1 Question)

  • Q1. Asked about projects
Round 4 - HR 

(2 Questions)

  • Q1. Open to relocate to other locations?
  • Q2. Open to work in any shifts?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic aptitude for freshers and know about your projects

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to previous work experience
  • Q2. SCCM Infrastructure related questions.

I applied via Newspaper Ad and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Please revise on the basics of C++ concepts. Theory should do well. Datatypes, operators, mathematical expression evaluation, functions, arrays, pointers, structures, classes etc. You may be asked to write...
  • Q2. Please revise on the object-oriented concepts of C++ langauage. Four pillars of object-oriented languages, function overloading, operator overloading, virtual functions concept explanation, polymorphism, a...
Round 2 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical interview
Please prepare well for the technical interview on C++ concepts.
Even if you are not asked to write programs during the interview, you must be able to explain well.

For HR interview
Please be honest about your expectations from the job and why you are looking for a job change.
Try to find out about the team which you are joining, whether it is permanent employment or C2H etc.
Do not ask for too much salary hike. It sets unreal expectations and lessens your chances of getting hired.
Be honest with the HR.

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Describe last project. What is entity framework?
  • Ans. 

    Entity Framework is an ORM tool used to map database tables to classes in .NET applications.

    • Entity Framework simplifies database access by allowing developers to work with objects instead of SQL statements.

    • It supports various database providers such as SQL Server, MySQL, and Oracle.

    • It provides features like LINQ to Entities, automatic change tracking, and database migrations.

    • Example: In my last project, I used Entity F...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 girls and they just took 2 minutes and wrap up the interview. Bad experience.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
Compare Institute of Genetics & Hospital for Genetic Diseases with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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