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 Developer Interview Questions and Answers

Updated 15 Jun 2024

KPIT Technologies Associate Software Developer Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. OOps concept , one coding question , sql queries , at last one apti quesitions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was an aptitude test, comprising of Quantative questions, Logical Reasoning and basic Verbal Ability.

Round 2 - Coding Test 

The test asked 2 programming questions on any of the languages that we were comfortable in.

Round 3 - One-on-one 

(2 Questions)

  • Q1. How will you print all the Armstrong numbers between 10 to 250
  • Ans. 

    Armstrong numbers are numbers that are equal to the sum of their own digits raised to the power of the number of digits.

    • Iterate through numbers from 10 to 250

    • Calculate the sum of each digit raised to the power of the number of digits

    • Check if the sum is equal to the original number, if yes, it is an Armstrong number

  • Answered by AI
  • Q2. How will you implement Method overrriding and overloading in C++
  • Ans. 

    Method overriding is achieved by creating a function in a derived class with the same signature as a function in the base class. Method overloading is achieved by creating multiple functions with the same name but different parameters.

    • Method overriding: Create a function in a derived class with the same name and signature as a function in the base class. Example: virtual void display() in base class and void display() ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KPIT Technologies Associate Software Developer interview:
  • Programming
  • Aptitude
  • Communication Skills
  • OOPS
Interview preparation tips for other job seekers - Prepare well and in advance. You'll surely clear it with all your hardwork.

Skills evaluated in this interview

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Xoriant
Q5. Do python has any destructor? If yes then what is that destructor ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays, Strings - HackerRank

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Inheritance, Polymorphism in Oops?
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance: Child class inherits properties and behaviors from a parent class.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Example: Animal is a superclass with methods like eat(). Dog and Cat ar...

  • Answered by AI
  • Q2. Sorting algorithms differences.
  • Ans. 

    Sorting algorithms differ in their time complexity, space complexity, stability, and adaptability.

    • Different sorting algorithms have different time complexities - some are more efficient than others.

    • Some sorting algorithms require additional space for temporary storage, impacting their space complexity.

    • Stability refers to whether the algorithm maintains the relative order of equal elements.

    • Adaptability refers to how the...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Aptitude Test 

It is combined with both apti and coding

Round 2 - Coding Test 

6 questions were given and atleast 3 want to be solved

Round 3 - One-on-one 

(1 Question)

  • Q1. Self introduction and technical and project
Interview experience
4
Good
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 - Coding Test 

2 coding questions are given

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions are asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. 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 - Aptitude Test 

Basics of mathematics and core related topics

Round 3 - Technical 

(2 Questions)

  • Q1. Based on resume and more about project work
  • Q2. Sql query,phython,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basic knowledge you have kept on resume so you can easily crack the interview 😜😜
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Jamshedpur and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic dsa question which you will be able to solve easily

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

Easy to medium leetcode questions

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

I applied via campus placement at National Institute of Technology (NIT), Tiruchirappalli and was interviewed before Sep 2022. There were 5 interview rounds.

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 - Aptitude Test 

Normal Aptitude reasoning question 40 min

Round 3 - Coding Test 

3 Coding questions / 1 Easy , 1 medium, 1 Hard

Round 4 - Technical 

(3 Questions)

  • Q1. 1 Hour Technical round asking question based on Project we did , AI/ML Technologies, Python, Java
  • Q2. Explain your project in depth
  • Q3. If I ask you to explain your project to 5 year kid how you do that?
Round 5 - HR 

(2 Questions)

  • Q1. 3 basic questions 20-25 min
  • Q2. 1. Why Amdocs 2. Will you do any degree in the future 3. Are you willing to reallocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn In depth about the project and what you write in your resume

KPIT Technologies Interview FAQs

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

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

  1. How will you print all the Armstrong numbers between 10 to ...read more
  2. How will you implement Method overrriding and overloading in ...read more
  3. OOps concept , one coding question , sql queries , at last one apti quesiti...read more

Tell us how to improve this page.

KPIT Technologies Associate Software Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
KPIT Technologies Associate Software Developer Salary
based on 5 salaries
₹4 L/yr - ₹4.8 L/yr
25% less than the average Associate Software Developer Salary in India
View more details

KPIT Technologies Associate Software Developer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.5

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

4.5

Work satisfaction

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

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

Senior Technical Lead
798 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Software Developer
610 salaries
unlock blur

₹2.9 L/yr - ₹11 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