Upload Button Icon Add office photos

Filter interviews by

Informatica QA Engineer Interview Questions and Answers

Updated 18 Jul 2024

Informatica QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Kaviya Kumar

posted on 18 Jul 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I appeared for an interview in Jun 2024.

Round 1 - Coding Test 

Coding on java,with explanation video, proctored

Round 2 - Technical 

(2 Questions)

  • Q1. Explain project framework
  • Ans. 

    Project framework is a structure that provides guidelines, tools, and libraries for developing software applications.

    • Provides a foundation for organizing code and implementing best practices

    • Includes libraries, tools, and templates to streamline development process

    • Can be specific to a programming language or technology stack

    • Examples: Angular for front-end web development, Spring for Java applications

  • Answered by AI
  • Q2. Explain waits in selenium
  • Ans. 

    Waits in Selenium are used to make the automation script wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

    • Explicit Wait: Waits for a certain condition to be met before proceeding.

    • Fluent Wait: Waits for a certain condition with a defined polling frequency.

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2021

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

Interview Questionnaire 

1 Question

  • Q1. 1.selenium code from scratch 2. Rest api code from scratch 3. Java collection 4. programs based on ds like count each element of string. ...
  • Ans. 

    Interview questions for QA Engineer including Selenium, Rest API, Java collection, and programming based on data structures.

    • Demonstrate ability to write Selenium code from scratch

    • Show proficiency in writing Rest API code from scratch

    • Exhibit knowledge of Java collection and its implementation

    • Be able to write programs based on data structures like counting each element of a string and finding duplicates

    • Use algorithms wit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Awesome panel of Interview
They will hint if you are stuck somewhere.

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Testing concepts and agile methodology, linux commands, few java programmings, logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at basic concepts.

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on java and selenium,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, answer what you know
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to reverse the word
  • Ans. 

    To reverse a word, you can iterate through the characters of the word and build a new word by appending each character in reverse order.

    • Iterate through the characters of the word from the last character to the first character.

    • Append each character to a new string in reverse order.

    • Return the new string as the reversed word.

  • Answered by AI
  • Q2. How to delete a node
  • Ans. 

    To delete a node, first find the node to be deleted, then update the pointers of the previous and next nodes to skip the node to be deleted.

    • Find the node to be deleted by traversing the linked list

    • Update the 'next' pointer of the previous node to skip the node to be deleted

    • Update the 'previous' pointer of the next node to skip the node to be deleted

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduction of candidate profile
  • Q2. Generic Question for given role

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java design patterns
  • Q2. Cucumber with java singleton pattern
  • Ans. 

    Cucumber is a BDD testing tool and Singleton pattern is a design pattern. They can be used together in Java for efficient testing.

    • Cucumber is a tool used for Behavior Driven Development (BDD) testing

    • Singleton pattern is a design pattern that restricts the instantiation of a class to one object

    • Using Singleton pattern with Cucumber in Java can help in efficient testing by ensuring only one instance of a class is created

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Design patterns in java and oops concepts

Skills evaluated in this interview

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

(1 Question)

  • Q1. OOPS, screen shot in selenium
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Testcases for pencil
  • Ans. 

    Testcases for a pencil include checking its writing ability, eraser functionality, durability, sharpening ease, and lead breakage resistance.

    • Verify that the pencil writes smoothly on paper without skipping

    • Test the eraser by attempting to erase pencil marks effectively

    • Check the durability of the pencil by dropping it from a certain height

    • Test how easily the pencil can be sharpened without breaking the lead

    • Verify the res...

  • Answered by AI
  • Q2. Linux commands for copying creating
  • Ans. 

    Linux commands for copying and creating files and directories.

    • To copy a file: cp source_file destination_file

    • To copy a directory: cp -r source_directory destination_directory

    • To create a new file: touch new_file

    • To create a new directory: mkdir new_directory

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Manual : Defect cycle, SDLC, STLC Java : OOPs concept with example. Selenium : Xpath, waits and framwork. ralso they asked UNIX and SQL qua, in SQL joins syntax.
Round 2 - HR 

(1 Question)

  • Q1. HR discussion........

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

Interview Questionnaire 

3 Questions

  • Q1. Java fundamental
  • Q2. Selenium fundamental
  • Q3. SQL query for minimum salary of employees
  • Ans. 

    SQL query to find minimum salary of employees

    • Use the SELECT statement to retrieve the minimum salary

    • Use the MIN() function to find the minimum value

    • Specify the column name for the salary field

    • Specify the table name where the salary field is located

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make fundamental strong
SQL query
Selenium functionality
OOPS concept

Skills evaluated in this interview

Informatica Interview FAQs

How many rounds are there in Informatica QA Engineer interview?
Informatica interview process usually has 2 rounds. The most common rounds in the Informatica interview process are Coding Test and Technical.
How to prepare for Informatica 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, Selenium, Automation, Troubleshooting and SQL.
What are the top questions asked in Informatica QA Engineer interview?

Some of the top questions asked at the Informatica QA Engineer interview -

  1. 1.selenium code from scratch 2. Rest api code from scratch 3. Java collection...read more
  2. Explain project framew...read more
  3. Explain waits in selen...read more

Tell us how to improve this page.

Informatica QA Engineer Interview Process

based on 2 interviews

Interview experience

1.5
  
Bad
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 44 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
Informatica QA Engineer Salary
based on 42 salaries
₹9 L/yr - ₹18 L/yr
134% more than the average QA Engineer Salary in India
View more details

Informatica QA Engineer Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.6

Salary

2.6

Job security

2.6

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
183 salaries
unlock blur

₹8.2 L/yr - ₹28.5 L/yr

Senior Software Engineer
145 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Associate Software Engineer
70 salaries
unlock blur

₹6 L/yr - ₹16.8 L/yr

Lead Software Engineer
60 salaries
unlock blur

₹22.2 L/yr - ₹47 L/yr

Senior QA Engineer
56 salaries
unlock blur

₹13 L/yr - ₹26 L/yr

Explore more salaries
Compare Informatica with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

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