Upload Button Icon Add office photos

Filter interviews by

Informatica Senior QA Engineer Interview Questions and Answers

Updated 25 Mar 2021

Informatica Senior QA Engineer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Data Structures, Java, SQL, Automation, Problem Solving

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String manipulation questions without using default methods like string buffer
  • Q2. Selenium programs and Xpaths for dynamic tables
  • Ans. 

    Selenium can be used to automate testing of dynamic tables by using Xpaths to locate elements.

    • Identify unique attributes of table elements to create stable Xpaths

    • Use functions like contains(), starts-with(), or ends-with() in Xpaths for dynamic content

    • Consider using parent-child relationships in Xpaths for nested tables

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Given a String contains only 0s, 1s and 2s, count the number of sub strings that have equal number of 0s, 1s, and 2s. Input : str = "0102010" output : 2. Very Hard question is being asked in interview for...
  • Ans. 

    Count the number of substrings with equal number of 0s, 1s, and 2s in a given string.

    • Iterate through the string and maintain counts of 0s, 1s, and 2s encountered so far.

    • Keep track of the counts in a hashmap and increment the count of substrings whenever counts of 0s, 1s, and 2s are equal.

    • Return the total count of substrings at the end.

  • Answered by AI
  • Q2. Group of anagrams together. input : ["eat", "tea", "tan", "ate", "nat", "bat"] output : [["eat" ,"tea", "ate"],["tan", "nat"],["bat"]] This is another hard level question is asked in interview for the QA p...
  • Ans. 

    Group anagrams together in an array of strings.

    • Create a hashmap to store sorted strings as keys and corresponding anagrams as values.

    • Iterate through the input array, sort each string, and add it to the hashmap.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Project , daily routines , SQL, unix
  • Q2. On core java programs on arrays, strings etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java related qs

I applied via Naukri.com and was interviewed in Sep 2022. 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 

(3 Questions)

  • Q1. If 2 threads are given and one burns in 30 minutes, how you can count 45 minutes
  • Ans. Burn 1 thread at one end another at both ends
  • Answered by Tejas
  • Q2. OOPS concepts explain in practical manner
  • Ans. 

    OOPS concepts are fundamental to software engineering. They help in creating modular, reusable, and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Ability of objects to take on multiple forms.

    • Abstraction: Focusing on essential features and ignoring implementation details.

    • Example: A car is ...

  • Answered by AI
  • Q3. Selenium practical based questions
Round 3 - HR 

(2 Questions)

  • Q1. Reason behind leaving current company
  • Q2. Financial growth, technical growth

Interview Preparation Tips

Topics to prepare for Dassault Systemes Senior QA Engineer interview:
  • robot framework
  • Python
  • Java
  • Selenium
Interview preparation tips for other job seekers - Selenium basics
Selenium practical question
Core Java
OOPS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Simple Java questions on string and arrays

Round 2 - Coding Test 

Framework level knowledge is checked

Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Topics to prepare for Oracle Senior QA Engineer interview:
  • Java
  • Javascript
  • Testng
  • Cucumber
Interview preparation tips for other job seekers - Good company to work with
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Handle objects in webtable
  • Ans. 

    To handle objects in a webtable, you can use methods like findElement, getText, getAttribute, etc.

    • Use findElement method to locate the object in the webtable

    • Use getText method to retrieve the text of the object

    • Use getAttribute method to get specific attribute value of the object

    • Iterate through rows and columns to handle multiple objects in the webtable

  • Answered by AI
  • Q2. Multiple window handles
  • Ans. 

    Multiple window handles allow a QA engineer to interact with multiple browser windows during testing.

    • Window handles are unique identifiers assigned to each browser window opened by the application.

    • QA engineers can switch between window handles to perform actions on different windows.

    • Example: driver.getWindowHandles() in Selenium returns a set of window handles.

    • Example: driver.switchTo().window(handle) is used to switch

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Requirement Analysis Questions, Functional domain knowledge, Testing Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have clear understanding of Functional and Test Management, defect management and domain knowledge

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is SRS, BRD
  • Ans. 

    SRS stands for Software Requirements Specification and BRD stands for Business Requirements Document.

    • SRS is a document that outlines the functional and non-functional requirements of a software system.

    • BRD is a document that outlines the business requirements of a project.

    • SRS is used by developers and testers to understand what needs to be built and tested.

    • BRD is used by project managers and stakeholders to understand t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have clear domain knowledge

Informatica Interview FAQs

How to prepare for Informatica Senior QA 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 Informatica. The most common topics and skills that interviewers at Informatica expect are Informatica, Automation, Selenium, Troubleshooting and SQL.

Tell us how to improve this page.

Informatica Senior QA Engineer Salary
based on 58 salaries
₹13 L/yr - ₹26 L/yr
65% more than the average Senior QA Engineer Salary in India
View more details

Informatica Senior QA Engineer Reviews and Ratings

based on 5 reviews

2.1/5

Rating in categories

1.8

Skill development

2.3

Work-life balance

2.7

Salary

1.9

Job security

1.8

Company culture

1.9

Promotions

1.8

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
178 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Software Engineer
144 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Associate Software Engineer
72 salaries
unlock blur

₹6 L/yr - ₹16.8 L/yr

Lead Software Engineer
59 salaries
unlock blur

₹24 L/yr - ₹51 L/yr

Senior QA Engineer
58 salaries
unlock blur

₹13 L/yr - ₹26 L/yr

Explore more salaries
Compare Informatica with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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