Upload Button Icon Add office photos

Filter interviews by

Informatica Lead Engineer Interview Questions and Answers

Updated 19 Sep 2022

Informatica Lead Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question on testing
  • Q2. Basic questions on java
Round 2 - Coding Test 

It was medium, I was able to solve

Round 3 - Coding Test 

It was a difficult one from leetcode and modified on the basis on the go, I was able to solve with some hints

Round 4 - Coding Test 

It was a difficult one and from leetcode and modified during the begining. I was partially able to solve. But the the Interviewer was expecting some exact answer, which might not interest him.

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

(2 Questions)

  • Q1. Questions on jaxrs
  • Q2. Questions on REST APIs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Transaction in Spring Boot
  • Ans. 

    Transactions in Spring Boot help manage database operations as a single unit of work.

    • Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.

    • Use @Transactional annotation to mark a method as transactional.

    • Transactions can be managed programmatically using TransactionTemplate.

    • Rollback can be triggered manually in case of exceptions.

    • Spring Boot supports both declarative

  • Answered by AI
  • Q2. Java Array and problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good organization

Skills evaluated in this interview

Team Lead Interview Questions & Answers

Amdocs user image Vibhavaree Laturkar

posted on 26 Jun 2024

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

Write java coding for solutions providesd?

Round 2 - Technical 

(2 Questions)

  • Q1. What is sql? And what is use on select?
  • Ans. 

    SQL is a programming language used for managing and manipulating databases. The SELECT statement is used to retrieve data from a database.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying, updating, and deleting data

    • The SELECT statement is used to retrieve data from a database

    • Example: SELECT * FROM table_name WHERE condition;

  • Answered by AI
  • Q2. Diff between inner join and outer join?
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join is used to retrieve rows from both tables that have matching values based on a specified condition.

    • Outer join is used to retrieve all rows from both tables, with matching rows from both tables where available.

    • Examples: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id =...

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

(2 Questions)

  • Q1. Salary expectation
  • Q2. Detail about roal

Skills evaluated in this interview

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

(2 Questions)

  • Q1. OOPS hibernate
  • Q2. String Angular javascript node js
Round 2 - HR 

(2 Questions)

  • Q1. Work invironmet
  • Ans. 

    Collaborative, fast-paced, innovative work environment with emphasis on teamwork and continuous learning.

    • Open communication and collaboration among team members

    • Fast-paced and dynamic work environment

    • Emphasis on innovation and creativity

    • Teamwork and support for continuous learning and growth

  • Answered by AI
  • Q2. My thoughts ,what is work process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be clear with your point or goals
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

You can get the information and answer in Google

Round 2 - Technical 

(3 Questions)

  • Q1. Xg boost, naive Bayes algorithm, standard deviation formula and detailed information about that
  • Q2. What is xg boost All about naive Bayes algorithm Standard deviations and the formula
  • Q3. What is the Byes rules and there in deep
  • Ans. 

    Bayes' rule is a fundamental concept in probability theory that allows us to update our beliefs based on new evidence.

    • Bayes' rule is named after Thomas Bayes, an 18th-century mathematician.

    • It is also known as Bayes' theorem or Bayes' law.

    • Bayes' rule calculates the probability of an event based on prior knowledge and new evidence.

    • It is commonly used in machine learning and statistical inference.

    • The formula for Bayes' ru...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared very tough interviewers

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 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 

(2 Questions)

  • Q1. What type of need to required expertise to Google.
  • Ans. As per knowledge to check electronic devices which is used for data storage in the Google cloud and other platforms.
  • Answered Anonymously
  • Q2. Why we are hiring the person for Google.
Round 3 - HR 

(1 Question)

  • Q1. Which type of questions asked by the Google.?
  • Ans. First of all can we know what is the technical field working in Google plateform.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience with this.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basic questions about past experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions about past experience and management skills
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Pure coding on DS Algo in your preferred language

Round 3 - Coding Test 

Coding round in your preferred language.

Round 4 - Technical 

(1 Question)

  • Q1. LLD HLD system Design
Round 5 - Technical 

(1 Question)

  • Q1. Design questions like you tube twitter etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Leet code and educative content. Ome you tube c o n t e n t.

Informatica Interview FAQs

How many rounds are there in Informatica Lead Engineer interview?
Informatica interview process usually has 2 rounds. The most common rounds in the Informatica interview process are Resume Shortlist and One-on-one Round.
How to prepare for Informatica Lead 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 Analytics, Cloud, Computer science, Data Management and Data Warehousing.
What are the top questions asked in Informatica Lead Engineer interview?

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

  1. Kafka architecture and why don't we persist data in permanent...read more
  2. difference between mango DB and Cassan...read more
  3. Program to all paths in a binary matrix ...read more

Tell us how to improve this page.

Informatica Lead Engineer Salary
based on 17 salaries
₹25 L/yr - ₹44.2 L/yr
93% more than the average Lead Engineer Salary in India
View more details

Informatica Lead Engineer Reviews and Ratings

based on 3 reviews

2.0/5

Rating in categories

2.3

Skill development

2.6

Work-life balance

3.7

Salary

2.1

Job security

2.6

Company culture

3.5

Promotions

2.3

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
172 salaries
unlock blur

₹9 L/yr - ₹29.5 L/yr

Senior Software Engineer
139 salaries
unlock blur

₹12.6 L/yr - ₹40 L/yr

Associate Software Engineer
70 salaries
unlock blur

₹6 L/yr - ₹16.8 L/yr

Senior QA Engineer
58 salaries
unlock blur

₹13 L/yr - ₹26 L/yr

Lead Software Engineer
56 salaries
unlock blur

₹25 L/yr - ₹51 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