Upload Button Icon Add office photos
Engaged Employer

i

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

KPIT Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

KPIT Technologies Lead Engineer Interview Questions and Answers

Updated 24 Oct 2024

KPIT Technologies Lead Engineer Interview Experiences

2 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How CAN protocol Work? What is RTR?
  • Ans. 

    CAN protocol is a communication protocol used in automotive and industrial applications. RTR stands for Remote Transmission Request.

    • CAN protocol is a message-based protocol used for communication between electronic control units in vehicles and industrial machinery.

    • It uses a two-wire differential bus to transmit data between nodes on the network.

    • RTR is a bit in the CAN message that indicates whether the message is a da...

  • Answered by AI
  • Q2. How Communication control Service work?
  • Ans. 

    Communication control service manages communication between different components in a system.

    • Communication control service coordinates the flow of information between various parts of a system.

    • It ensures that messages are sent and received correctly and in a timely manner.

    • Examples include message queues, event-driven architectures, and service-oriented architectures.

  • Answered by AI
  • Q3. Which tool use for code build?
  • Ans. 

    Jenkins is commonly used for code build.

    • Jenkins is a popular tool for continuous integration and continuous delivery (CI/CD).

    • Other tools like GitLab CI/CD, Travis CI, and CircleCI are also commonly used for code build.

    • These tools automate the process of building, testing, and deploying code changes.

  • Answered by AI

Skills evaluated in this interview

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

(1 Question)

  • Q1. Basics of the project currently working on
Round 2 - Coding Test 

Easy to medium level

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

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. C++/Java
  • Q2. Puzzles and Project

Interview Preparation Tips

Round: Test
Tips: Maintain speed . Questions were basic and easy.

Round: Technical Interview
Experience: Technical PI:
1.C:Basic topics of C.Malloc and Clloc difference.Storage classes.Let us C is enough .
2.C++/Java: OOPs concept with real life examples,Collection in Java,Constructors etc . Site i referred: JAVATPOINT
3.DBMS: Explain normalization with the help of examples,ACID properties,Triggers,SQL queries.
4.Project related questions.
5.puzzles from programmer interview.com




Tips: DBMS and JAVA concepts should be clear.

Round: HR Interview
Experience: HR Round:
1.tell me about yourself.
2.Which activities are you involved in other than academics?
3.How many companies have you tried before and how many rounds cleared?
4.What you did in internship and how much they paid you?
5.Strenghts and weaknesses.
6.Any questions you have.

Skills: Puzzle Solving Capability, Basic C/C++, Java Programming, Basic Knowledge Of DBMS
College Name: NIT Raipur

I appeared for an interview before Jan 2016.

Interview Preparation Tips

College Name: NIT Hamirpur

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: Questions on linked list, basic logic and an adhoc math problem. Questions were very doable, but time maybe the only constraint
Tips: Manage time, get used to fluently coding in C Java or C++. You wont have access to Internet, man pages during contest so practice coding g without them.
Duration: 3 minutes
Total Questions: 75

Skills:
Duration: 2
College Name: IIT Madras

I applied via Campus Placement and was interviewed in Jan 2016. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Finding a loop in a directed graph, find the last element in a binary tree
  • Ans. 

    To find a loop in a directed graph, use Floyd's cycle-finding algorithm. To find the last element in a binary tree, traverse the tree and return the rightmost leaf node.

    • For finding a loop in a directed graph, use Floyd's cycle-finding algorithm which uses two pointers moving at different speeds.

    • To find the last element in a binary tree, traverse the tree recursively or iteratively and return the rightmost leaf node.

  • Answered by AI
  • Q2. On circular queue and finding the last number which is highest and contains same number. Of digits a the given numbber
  • Ans. 

    The question is about finding the last number in a circular queue that has the highest number of digits.

    • Implement a circular queue data structure

    • Iterate through the circular queue to find the last number with the highest number of digits

    • Compare the number of digits of each number in the circular queue

    • Keep track of the last number with the highest number of digits

  • Answered by AI
  • Q3. Tell me your passions and what. Is the one thing I want to know about you

Interview Preparation Tips

Round: Test
Experience: Coding round based on logic was given
Tips: Practice coding
Duration: 2 hours
Total Questions: 3

College Name: IIT Madras

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2016. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Binary tree question. Check if left child is less than right child. Recursive and iterative implementation
  • Ans. 

    Check if left child is less than right child in a binary tree

    • Traverse the tree recursively and compare left and right child values

    • Use a stack to traverse the tree iteratively and compare left and right child values

    • Return true if all left children are less than right children, else false

  • Answered by AI
  • Q2. Check if a string is a substring in another string. Discussed speed (not time complexity). not neccessarily always correct but fast
  • Ans. 

    Use built-in string method to check substring presence for faster execution.

    • Use 'indexOf' method to check if substring is present in the main string.

    • If the method returns -1, the substring is not present.

    • If the method returns a non-negative integer, the substring is present.

  • Answered by AI
  • Q3. Maze question. write code on paper in 5 mins. automatically check if function is correct (not testcases)

Interview Preparation Tips

Round: Technical Interview
Tips: Practice writing code on paper

College Name: IIT Madras

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: A bit challenging but interesting.
Tips: 1) Solve as many problems as possible on the website "InterviewBit".
Duration: 75 minutes
Total Questions: 3

General Tips: Don't
Skill Tips: Need to have the ability to code on paper. This needs practice

Skills:
Duration: 2 months
College Name: IIT Madras
Motivation: An exciting company to work at.

I applied via Campus Placement

Interview Questionnaire 

6 Questions

  • Q1. Testing whether every left child's value is less than the right child's value in a binary tree
  • Ans. 

    To test if every left child's value is less than the right child's value in a binary tree.

    • Traverse the binary tree using any traversal algorithm (e.g., in-order, pre-order, post-order)

    • Compare the value of each left child with its right child

    • If any left child's value is greater than or equal to its right child's value, return false

    • If all left child's values are less than their right child's values, return true

  • Answered by AI
  • Q2. Cloning a linked list-like structure
  • Ans. 

    Cloning a linked list-like structure

    • Create a new node for each node in the original linked list

    • Set the value of the new node to the value of the corresponding node in the original linked list

    • Set the next pointer of the new node to the new node corresponding to the next node in the original linked list

    • Repeat the above steps until all nodes in the original linked list are cloned

  • Answered by AI
  • Q3. Finding the nth character in a stream of bytes
  • Ans. 

    To find the nth character in a stream of bytes, we need to read the stream byte by byte until we reach the nth position.

    • Start reading the stream byte by byte until you reach the nth position

    • Return the byte at the nth position

    • If the stream ends before reaching the nth position, return null or throw an exception

  • Answered by AI
  • Q4. Rearranging a string so no consecutive characters are the same
  • Ans. 

    Rearrange a string to avoid consecutive same characters.

    • Iterate through the string and keep track of the previous character.

    • If the current character is the same as the previous, swap it with the next different character.

    • Repeat until no consecutive same characters are left.

  • Answered by AI
  • Q5. Finding the next highest palindrome
  • Ans. 

    The task is to find the next highest palindrome number given a number.

    • Convert the given number to a string

    • Check if the number is already a palindrome

    • If not, increment the number by 1 and check if it is a palindrome

    • Repeat the previous step until a palindrome is found

  • Answered by AI
  • Q6. To canonicalize a directory path
  • Ans. 

    Canonicalizing a directory path involves simplifying and standardizing the path to remove any redundant or unnecessary elements.

    • Remove any consecutive slashes and replace them with a single slash

    • Remove any trailing slashes

    • Resolve any relative paths (e.g., '..' and '.')

    • Handle special cases like the root directory ('/')

    • Normalize the path by removing any unnecessary elements

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test started an hour late, which could have been avoided with some better planning. The test experience was pretty good for me since I am used to using HackerRank's online platform for competitive coding.
Tips: Maybe a little sample session before the actual test would help.
Duration: 75 minutes

Round: Technical Interview
Experience: I enjoyed the interview experience; the panel was friendly and encouraging.

General Tips: Nice interview, questions were well thought out.
Skills: Algorithms And Data Structures
Duration: 2
College Name: IIT Madras
Motivation: What interests me about Microsoft is the nature and the scale of the work they're doing. Every day they impact billions of people worldwide, and I would love to be a part of this organization.

Skills evaluated in this interview

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Algorithmic Coding, Testing, Databases & other CS Concepts

Interview Preparation Tips

Round: Test
Experience: Decent knowledge of coding was needed.Speed was of essence.
Tips: Practice coding and be quick.
Duration: 75 minutes
Total Questions: 3

Round: Technical Interview
Experience: I had 3 technical interviews.The interviewers were very friendly.It involved writing paper on code which required me to be very precise and error free.
Tips: Practice coding.Practice writing code on paper and thinking out loud.

General Tips: Prepare well and be confident.
Skills: Unit Testing, Implementation Of Code Using OOPS, Database, Algorithms And Data Structures
Duration: 2
College Name: IIT Madras
Motivation: Microsoft.The company speaks

KPIT Technologies Interview FAQs

How many rounds are there in KPIT Technologies Lead Engineer interview?
KPIT Technologies interview process usually has 1-2 rounds. The most common rounds in the KPIT Technologies interview process are Technical and Coding Test.
How to prepare for KPIT Technologies 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 KPIT Technologies. The most common topics and skills that interviewers at KPIT Technologies expect are Embedded C, HIL, MATLAB, SIL and SOA.
What are the top questions asked in KPIT Technologies Lead Engineer interview?

Some of the top questions asked at the KPIT Technologies Lead Engineer interview -

  1. How CAN protocol Work? What is R...read more
  2. How Communication control Service wo...read more
  3. Which tool use for code bui...read more

Tell us how to improve this page.

KPIT Technologies Lead Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amdocs Interview Questions
3.7
 • 515 Interviews
Zoho Interview Questions
4.3
 • 511 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 227 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
View all
KPIT Technologies Lead Engineer Salary
based on 33 salaries
₹10.1 L/yr - ₹28.1 L/yr
9% more than the average Lead Engineer Salary in India
View more details

KPIT Technologies Lead Engineer Reviews and Ratings

based on 4 reviews

3.5/5

Rating in categories

4.0

Skill development

3.6

Work-life balance

2.7

Salary

2.2

Job security

3.2

Company culture

3.4

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
2.5k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
2.3k salaries
unlock blur

₹3.2 L/yr - ₹11.5 L/yr

Technical Lead
1.9k salaries
unlock blur

₹8.3 L/yr - ₹26 L/yr

Senior Technical Lead
819 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Software Developer
636 salaries
unlock blur

₹3.5 L/yr - ₹14.5 L/yr

Explore more salaries
Compare KPIT Technologies with

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare

Intellect Design Arena

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