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 Associate Software Engineer Interview Questions, Process, and Tips

Updated 14 Dec 2024

Top KPIT Technologies Associate Software Engineer Interview Questions and Answers

View all 8 questions

KPIT Technologies Associate Software Engineer Interview Experiences

13 interviews found

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

I was interviewed in Nov 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on selected track.
Round 2 - Coding Test 

The programming languages available for coding were determined by the chosen track (AI-ML in my case), which included Python and Java. Two coding challenges centered on array and string manipulation, with difficulty levels categorized as easy and medium.

Round 3 - AI Proctored Interview 

(1 Question)

  • Q1. Total of 13 questions. No interviewer. AI based Interview. Questions included Technical questions , a coding question and HR questions as well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There is only one 2 hr test. In that 4 sections. Domain specific Qus, English, coding, Gaming

Round 2 - Technical 

(2 Questions)

  • Q1. One easy coding Question
  • Q2. Project, Basic Data structure

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quant, verbal, logical

Round 2 - Technical 

(3 Questions)

  • Q1. C,c++, string , array
  • Q2. Duplicate remove
  • Q3. Print 1st 10 prime number
  • Ans. 

    Print the first 10 prime numbers

    • Start with 2 as the first prime number

    • Use a loop to check for prime numbers

    • Keep track of the count of prime numbers found

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Personal question
  • Q2. Situation you had faced during projects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions asked in the aptitude round coding was tough

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Supports the concept of parent and child classes

    • Derived class can override methods from the base class

    • Example: Class 'Car' can inherit from class 'Vehicle'

  • Answered by AI
  • Q2. Tell me about friendly function?
  • Ans. 

    A friendly function is a function that is not a member of a class but has access to the private and protected members of the class.

    • A friendly function is declared with the keyword 'friend' in the class that it is granting access to.

    • It can access private and protected members of the class it is declared as a friend of.

    • It is not a member of the class itself, but can be defined outside of the class.

    • Example: class A { priv

  • Answered by AI

Skills evaluated in this interview

KPIT Technologies interview questions for designations

 Software Associate

 (1)

 Associate Software Developer

 (2)

 Software Engineer

 (30)

 Senior Software Engineer

 (22)

 Embedded Software Engineer

 (5)

 Software Testing Engineer

 (1)

 Software Engineer Analyst

 (1)

 Software Engineer Trainee

 (1)

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

(2 Questions)

  • Q1. Encapsulation inheritance oops etc
  • Q2. Bitwise operations

Get interview-ready with Top KPIT Technologies Interview Questions

Associate Software Engineer Interview Questions & Answers

user image PERUGUPALLI SAAI ABHISHIKTH

posted on 23 Aug 2024

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

The codes should be done in C language.

Round 2 - Technical 

(2 Questions)

  • Q1. Write a program to reverse the array in C
  • Ans. 

    Program to reverse an array of strings in C

    • Declare an array of strings

    • Use a loop to swap elements from start to end

    • Print the reversed array

  • Answered by AI
  • Q2. Write a program to reverse the string in C
  • Ans. 

    Program to reverse a string in C

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Continue swapping until reaching the middle of the string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself after 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Advancing to a senior software engineer role

    • Leading a team of developers on projects

    • Working on innovative and challenging projects

    • Continuing to learn and grow in the field

  • Answered by AI
  • Q2. How do you able to manage the work if project deadline is near and still the work is pending?
  • Ans. 

    I prioritize tasks based on importance and urgency, communicate with team members for support, and work efficiently to meet deadlines.

    • Prioritize tasks based on importance and urgency

    • Communicate with team members for support

    • Work efficiently to meet deadlines

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ and essay writing

Round 2 - Technical 

(2 Questions)

  • Q1. What are Oops concepts ?
  • Ans. 

    Oops concepts are the principles of Object Oriented Programming, including Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI
  • Q2. What is join and types of join?
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column between them.

    • Types of joins include inner join, outer join (left, right, full), cross join, self join.

    • Inner join returns rows when there is at least one match in both tables.

    • Outer join returns all rows from one table and matching rows from the other table.

    • Cross join returns the Cartesian product of the two tables.

    • Self join is used to join a

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell be about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Recent graduate with a degree in Computer Science

    • Passionate about software development

    • Experience with programming languages like Java and Python

  • Answered by AI
  • Q2. What are your hobbies
  • Ans. 

    My hobbies include playing guitar, hiking, and reading science fiction novels.

    • Playing guitar: I enjoy learning new songs and practicing different techniques.

    • Hiking: I love exploring nature trails and challenging myself with long hikes.

    • Reading science fiction novels: I find it fascinating to immerse myself in futuristic worlds and imaginative stories.

  • 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 campus placement at Chandigarh Engineering College, Chandigarh and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General Aptitude Question

Round 2 - Technical 

(2 Questions)

  • Q1. Project related question
  • Q2. One programming question factorial of 5
Round 3 - HR 

(1 Question)

  • Q1. Basic behavioral question

Interview Preparation Tips

Topics to prepare for KPIT Technologies Associate Software Engineer interview:
  • Java
  • OOPS
  • Basic dsa
  • Project
Interview preparation tips for other job seekers - Basic concept is necessary for crack this company
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Basic questions on core subject

Round 2 - Coding Test 

One coding question with 5 marks

Round 3 - Technical 

(1 Question)

  • Q1. Self intro brief discussion on projects questions related to projects core subject questions like digitial electronics basic python questions coding questions like palindrome

Associate Software Engineer Interview Questions & Answers

user image BTETC171 Prachi Gadakh

posted on 15 Oct 2023

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

I applied via campus placement at Pimpri Chinchwad College of Engineering, Pimpri and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

For entc thier will we a domain core question . tough

Round 2 - Technical 

(3 Questions)

  • Q1. Interview was a easy
  • Q2. Factorial coding q
  • Q3. 4 pillar of oop
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOP.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability for objects to be treated as instances of their parent class.

    • Abstraction: Hides the complex implementation details and only shows the necessary features.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KPIT Technologies Associate Software Engineer interview:
  • CPP
  • OOPS
Interview preparation tips for other job seekers - Preapre only basics of cpp and oop

KPIT Technologies Interview FAQs

How many rounds are there in KPIT Technologies Associate Software Engineer interview?
KPIT Technologies interview process usually has 2-3 rounds. The most common rounds in the KPIT Technologies interview process are Technical, Aptitude Test and HR.
What are the top questions asked in KPIT Technologies Associate Software Engineer interview?

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

  1. What is join and types of jo...read more
  2. Write a program to reverse the array i...read more
  3. Write a program to reverse the string i...read more
How long is the KPIT Technologies Associate Software Engineer interview process?

The duration of KPIT Technologies Associate Software Engineer interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

KPIT Technologies Associate Software Engineer Interview Process

based on 15 interviews

3 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round
View more
KPIT Technologies Associate Software Engineer Salary
based on 155 salaries
₹3 L/yr - ₹5 L/yr
21% less than the average Associate Software Engineer Salary in India
View more details

KPIT Technologies Associate Software Engineer Reviews and Ratings

based on 24 reviews

3.5/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.2

Salary

3.2

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

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

₹6 L/yr - ₹17.6 L/yr

Software Engineer
2.3k salaries
unlock blur

₹2 L/yr - ₹11.5 L/yr

Technical Lead
1.9k salaries
unlock blur

₹8.3 L/yr - ₹32 L/yr

Senior Technical Lead
799 salaries
unlock blur

₹10 L/yr - ₹40.2 L/yr

Software Developer
615 salaries
unlock blur

₹2.9 L/yr - ₹11.7 L/yr

Explore more salaries
Compare KPIT Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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