Upload Button Icon Add office photos

ALTEN

Compare button icon Compare button icon Compare

Filter interviews by

ALTEN Lead Engineer Interview Questions, Process, and Tips

Updated 19 Jul 2024

Top ALTEN Lead Engineer Interview Questions and Answers

View all 6 questions

ALTEN Lead Engineer Interview Experiences

3 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

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

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

Round 1 - Technical 

(8 Questions)

  • Q1. Introduce your self
  • Q2. How many people you have managed
  • Q3. Explain this yocto recipe line by line
  • Ans. 

    Explaining a yocto recipe line by line

    • Start with the metadata section, which includes the recipe name, version, license, and maintainer

    • Next, define the dependencies required for the recipe to build successfully

    • Followed by the source URL or file path for the source code

    • Then specify any patches that need to be applied

    • Configure the build options and settings

    • Finally, define the install and package sections to specify how t

  • Answered by AI
  • Q4. Which version of Linux kernel you have worked on
  • Ans. 

    I have worked on Linux kernel versions 3.x, 4.x, and 5.x.

    • Worked on Linux kernel versions 3.x, 4.x, and 5.x

    • Experience with kernel development and debugging

    • Familiar with kernel modules and drivers

  • Answered by AI
  • Q5. Path for bin directory in Linux
  • Ans. 

    The path for the bin directory in Linux is typically /bin.

    • The bin directory in Linux contains essential binary executables.

    • The path for the bin directory is usually /bin.

    • Some common commands found in the bin directory include ls, cp, and mv.

  • Answered by AI
  • Q6. Path for sysconfig directory in Linux
  • Ans. 

    The path for sysconfig directory in Linux is /etc/sysconfig.

    • The sysconfig directory in Linux is typically located at /etc/sysconfig.

    • This directory contains configuration files for various system services and applications.

    • Users can modify these configuration files to customize the behavior of their system.

  • Answered by AI
  • Q7. What kind of file are present in bindir and sysconfigdir in Linux
  • Ans. 

    Executable files are present in bindir and configuration files are present in sysconfigdir in Linux.

    • bindir typically contains executable files such as binaries and scripts

    • sysconfigdir typically contains configuration files for system-wide settings

    • Examples: /usr/bin/ contains executable files, /etc/sysconfig/ contains configuration files

  • Answered by AI
  • Q8. Current and Expected salary
Round 2 - Technical 

(3 Questions)

  • Q1. Explain this yocto recipe line by line
  • Ans. 

    Explaining a yocto recipe line by line

    • Start with the recipe name and version

    • Define the license and maintainer

    • Specify the dependencies and build configuration

    • Include the source URI and checksum

    • Set up the build environment and compile the code

  • Answered by AI
  • Q2. Which versions of yocto have you worked on
  • Q3. Have you done testing and what are the types of testing
  • Ans. 

    Yes, I have experience in testing. Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing involves testing individual components or functions of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing ensures the entire system functions as expected.

    • Acceptance testing involves testing the software with end-users to ensur

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ALTEN Lead Engineer interview:
  • Yocto
Interview preparation tips for other job seekers - Beware Alten India HR are very rude and highly un-professional. They will verbally offer you very less package (almost 60% less than industry standard). Then they will ask you to take decision on the call itself that you will join or not. If you demand that they send the offer on email, It will anger them and they will threaten to drop the offer. I got my offer dropped for asking to send me the offer over email. Assume that the HR does not trust you and will behave condescendingly towards you.

Skills evaluated in this interview

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

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

(1 Question)

  • Q1. Explain previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not that difficult
Just be your self

Lead Engineer Interview Questions Asked at Other Companies

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

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 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 

(1 Question)

  • Q1. Asked more questions on heat transfer , Gas Turbine Engine, Aerodynamics
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics subjects like heat transfer, thermodynamics

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in an array
  • Ans. 

    Use a hash set to remove duplicates in an array of strings

    • Create a hash set to store unique elements

    • Iterate through the array and add each element to the hash set

    • Convert the hash set back to an array to get the unique elements

  • Answered by AI
  • Q2. What is react virtual DOM
  • Ans. 

    React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • React uses virtual DOM to efficiently update and render components without directly manipulating the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the act...

  • Answered by AI
  • Q3. React hooks with example
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • React hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • useContext() is a hook that allows you to use the con...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on core java concepts
  • Q2. Questions on SQL and Springboot
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Collection framework.
  • Q2. Questions on Springboot and core java
Round 3 - Client Interview 

(2 Questions)

  • Q1. Scenario based question
  • Q2. Stream API questions

Lead Engineer Interview Questions & Answers

EPAM Systems user image Dipika Karthikeyen

posted on 10 Oct 2024

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

(2 Questions)

  • Q1. Core Java and Coding and Collections
  • Q2. DSA coding question and how hasmap works internally

Interview Preparation Tips

Interview preparation tips for other job seekers - Know everything in Java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How are partitions assigned in Kafka?
  • Ans. 

    Partitions in Kafka are assigned based on the number of partitions specified when creating a topic.

    • Partitions are assigned to brokers in a round-robin fashion.

    • The number of partitions should be a multiple of the number of brokers to ensure even distribution.

    • Reassignment of partitions can be done manually using the Kafka Reassign Partitions tool.

  • Answered by AI
  • Q2. Have you ever use terraform?
  • Ans. 

    Yes, I have experience using Terraform for infrastructure as code.

    • I have used Terraform to provision and manage infrastructure resources in a declarative manner.

    • I have written Terraform configuration files to define the desired state of infrastructure components.

    • I have used Terraform to automate the deployment of cloud resources such as virtual machines, storage, and networking.

    • I have experience with Terraform modules ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Instahyre and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to critical things in your project
Round 2 - HR 

(1 Question)

  • Q1. Expected Facilities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

2 program level medium

Round 2 - Technical 

(1 Question)

  • Q1. All related to core Java and spring boot
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Work experience
Round 3 - Technical 

(1 Question)

  • Q1. Work experience
Round 4 - HR 

(1 Question)

  • Q1. Personality questions

ALTEN Interview FAQs

How many rounds are there in ALTEN Lead Engineer interview?
ALTEN interview process usually has 2 rounds. The most common rounds in the ALTEN interview process are Technical, Resume Shortlist and HR.
How to prepare for ALTEN 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 ALTEN. The most common topics and skills that interviewers at ALTEN expect are Gas Turbine, ASIC, Aerodynamics, Aerospace and Automotive.
What are the top questions asked in ALTEN Lead Engineer interview?

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

  1. What kind of file are present in bindir and sysconfigdir in Li...read more
  2. Have you done testing and what are the types of test...read more
  3. Which version of Linux kernel you have worked...read more

Tell us how to improve this page.

ALTEN Lead Engineer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
ALTEN Lead Engineer Salary
based on 220 salaries
₹6.5 L/yr - ₹20 L/yr
22% less than the average Lead Engineer Salary in India
View more details

ALTEN Lead Engineer Reviews and Ratings

based on 33 reviews

3.8/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.7

Salary

3.3

Job security

3.5

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 33 Reviews and Ratings
Senior Engineer
572 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Engineer
434 salaries
unlock blur

₹1.9 L/yr - ₹10 L/yr

Design Engineer
277 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Lead Engineer
220 salaries
unlock blur

₹6.5 L/yr - ₹20 L/yr

Senior Software Engineer
187 salaries
unlock blur

₹6.2 L/yr - ₹24.8 L/yr

Explore more salaries
Compare ALTEN with

Capgemini

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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