Upload Button Icon Add office photos

Filter interviews by

Informatica Interview Questions and Answers

Updated 16 Nov 2024

Informatica Interview Experiences

Popular Designations

27 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java coding problems, DBMS, SQL Queries, Linux Commands

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2024

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

Coding Assessment - 2 questions

Round 2 - Aptitude Test 

Test duration -90 min , topic - general reasoning

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

QA Lead Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. 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 - One-on-one 

(1 Question)

  • Q1. About experience in previous company
Round 3 - Coding Test 

Find second highest number in array

Round 4 - HR 

(1 Question)

  • Q1. General scenario based discussions and technologies used

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)

Technical Writer Interview Questions & Answers

user image meghana prakash

posted on 8 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked us to write about a generalised topic and hence picked a few for next round

Technical Writer Interview Questions asked at other Companies

Q1. Tell me about the OS your phone uses? What are the other phone operating systems available in the market
View answer (2)

Informatica interview questions for popular designations

 Software Engineer

 (6)

 QA Engineer

 (2)

 Lead Engineer

 (1)

 QA Lead

 (1)

 Technical Writer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 R&D Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Don't know what to say
  • Q2. Still don't know just writing here to unlock credit
  • Q3. I don't have anything to share

Interview Preparation Tips

Interview preparation tips for other job seekers - Bhai apne hisb se dkh le, ye app ki requirement hai to lkh ra mein yha kaam nhi krta

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2022

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 - One-on-one 

(6 Questions)

  • Q1. My Profile summary for 5 to 10 mins
  • Q2. Program to all paths in a binary matrix n*n
  • Ans. 

    Program to find all paths in a binary matrix n*n

    • Use backtracking algorithm to explore all possible paths

    • Start from the top-left corner and explore all possible paths

    • Mark visited cells to avoid revisiting them

    • Terminate the search when all possible paths have been explored

    • Return all the valid paths found

  • Answered by AI
  • Q3. Java collections like Set , Map, their performance
  • Q4. Mango DB related questions, shading, partitioning
  • Q5. Kafka architecture and why don't we persist data in permanently.
  • Ans. 

    Kafka is a distributed streaming platform that allows for real-time data processing. Data is not persisted permanently to optimize performance.

    • Kafka is designed for real-time data processing and streaming, not for long-term storage.

    • Data is stored in Kafka for a configurable amount of time, after which it is automatically deleted.

    • Persisting data permanently would require additional storage and slow down performance.

    • Kafk...

  • Answered by AI
  • Q6. Difference between mango DB and Cassandra
  • Ans. 

    MongoDB is a document-oriented database while Cassandra is a column-family database.

    • MongoDB is better suited for complex queries and data modeling.

    • Cassandra is better for write-heavy workloads and high availability.

    • MongoDB has a flexible schema while Cassandra has a fixed schema.

    • MongoDB supports ACID transactions while Cassandra supports eventual consistency.

    • MongoDB is more popular for web applications while Cassandra

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on data structures. Graphs, trees, linked list

Skills evaluated in this interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 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 - Coding Test 

How to sort a very large array of numbers ?
hint: merge sort

Round 3 - Technical 

(1 Question)

  • Q1. Find the longest increasing decreasing subsequence in an array. hint- DP question
  • Ans. 

    Use dynamic programming to find the longest increasing decreasing subsequence in an array.

    • Use dynamic programming to keep track of the length of the longest increasing subsequence ending at each index.

    • Similarly, keep track of the length of the longest decreasing subsequence starting at each index.

    • Combine the two to find the longest increasing decreasing subsequence.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Informatica Principal Software Engineer interview:
  • Dynamic Programming
  • Arrays
  • Heaps

Skills evaluated in this interview

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. Interview is mainly focused on problem solving skills using data structures and algorithms
  • Q2. There was a problem to be solved using modified binary search and another problem using graphs traversal

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)

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 minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Interview Questionnaire 

1 Question

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

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)

Informatica Interview FAQs

How many rounds are there in Informatica interview?
Informatica interview process usually has 2-3 rounds. The most common rounds in the Informatica interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Informatica 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, Data Management, Troubleshooting, Linux and Oracle.
What are the top questions asked in Informatica interview?

Some of the top questions asked at the Informatica interview -

  1. How do you quickly count the number of set bits in a 32-bit integer in linear t...read more
  2. 1.selenium code from scratch 2. Rest api code from scratch 3. Java collection...read more
  3. Given an Array of Integers, Find two elements in the array whose sum is closest...read more
How long is the Informatica interview process?

The duration of Informatica interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Informatica Interview Process

based on 21 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 852 Interviews
View all

Informatica Reviews and Ratings

based on 120 reviews

3.6/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.7

Salary

3.0

Job security

3.6

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 120 Reviews and Ratings
Software Engineer
182 salaries
unlock blur

₹8.1 L/yr - ₹28.5 L/yr

Senior Software Engineer
136 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

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