Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Lead Engineer Interview Questions, Process, and Tips for Experienced

Updated 25 Aug 2024

Top Infosys Lead Engineer Interview Questions and Answers for Experienced

Infosys Lead Engineer Interview Experiences for Experienced

5 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is PPAP in AS9145
  • Ans. 

    PPAP stands for Production Part Approval Process in AS9145, a standardized process for approving parts before production.

    • PPAP is a standardized process used in the aerospace industry to ensure that parts meet quality standards before production.

    • It involves submitting documentation such as design records, material certifications, and process control plans.

    • PPAP helps to prevent defects in the production process and ensur...

  • Answered by AI
  • Q2. Explain PMFEA as per AS13004
  • Ans. 

    PMFEA stands for Process Failure Mode and Effects Analysis, as per AS13004.

    • PMFEA is a structured approach to identifying and prioritizing potential failure modes in a process.

    • It involves analyzing the potential effects of these failure modes and developing preventive actions.

    • PMFEA helps in improving process reliability, quality, and efficiency.

    • It is commonly used in industries such as automotive, aerospace, and manufac...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Fair and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How solid principles are used in application
  • Ans. 

    Solid principles are used in application development to create maintainable, scalable, and flexible software.

    • Solid principles help in achieving modular and loosely coupled code.

    • Single Responsibility Principle (SRP) ensures that a class has only one reason to change.

    • Open-Closed Principle (OCP) allows for extension without modification.

    • Liskov Substitution Principle (LSP) ensures that derived classes can be substituted fo...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How to handle team in Critical situation

Lead Engineer Interview Questions Asked at Other Companies for Experienced

asked in Tata Power
Q1. What is the resistance value of tripping & closing coil of vc ... read more
asked in Tata Power
Q2. 1.What is the contact resistance of VCB.?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate the ingress traf ... read more
asked in HCL Group
Q4. Monitoring tools and what metrics we capture during or after test ... read more
Q5. Java 8 features? What is functional interface? Difference between ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2022. There were 2 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. Details on Aero engines
  • Q2. Basics or Strength of materials and gd&t

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with basics

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2022

I applied via Naukri.com

Round 1 - Aptitude Test 

Jzkskdjdkxkuddkdkkddkkd skksksdis ksokdf diddi

Round 2 - Coding Test 

Jdjdud did did. Rkdjekd isidid dkkdjd diidjd jdjjdr

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions .... Br confident ... Easy process never be say a wrong thing blindly...if u know only tell

Infosys interview questions for designations

 Lead Software Engineer

 (1)

 Technical Lead

 (129)

 Lead Consultant

 (12)

 Test Lead

 (7)

 Project Lead

 (4)

 QA Lead

 (3)

 Practice Lead

 (1)

 Teach Lead

 (1)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Tell me about the cloud cache
  • Ans. 

    Cloud cache is a distributed caching system that stores frequently accessed data in the cloud.

    • Cloud cache improves application performance by reducing the number of requests to the database.

    • It can be used to store session data, user preferences, and other frequently accessed data.

    • Examples of cloud cache services include Amazon ElastiCache, Microsoft Azure Cache, and Google Cloud Memorystore.

  • Answered by AI
  • Q2. Explained about the same green bay

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

Infosys Interview FAQs

How many rounds are there in Infosys Lead Engineer interview for experienced candidates?
Infosys interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, Behavioral and Aptitude Test.
What are the top questions asked in Infosys Lead Engineer interview for experienced candidates?

Some of the top questions asked at the Infosys Lead Engineer interview for experienced candidates -

  1. How solid principles are used in applicat...read more
  2. Tell me about the cloud ca...read more
  3. What is PPAP in AS9...read more

Tell us how to improve this page.

Infosys Lead Engineer Interview Process for Experienced

based on 3 interviews

Interview experience

4.3
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Lead Engineer Salary
based on 598 salaries
₹6.5 L/yr - ₹24 L/yr
16% less than the average Lead Engineer Salary in India
View more details

Infosys Lead Engineer Reviews and Ratings

based on 61 reviews

2.9/5

Rating in categories

3.1

Skill development

3.2

Work-life balance

2.2

Salary

3.9

Job security

3.2

Company culture

2.2

Promotions

2.7

Work satisfaction

Explore 61 Reviews and Ratings
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.6 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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