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

Updated 20 Dec 2024

KPIT Technologies Associate Software Engineering Intern Interview Experiences

1 interview found

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

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Could you explain the projects you have worked on and your contributions to them?
  • Ans. 

    I have worked on projects involving web development, mobile app development, and data analysis.

    • Developed a web application using React.js and Node.js for real-time data visualization.

    • Contributed to the development of a mobile app using Flutter for both iOS and Android platforms.

    • Performed data analysis using Python and SQL to extract insights from large datasets.

    • Collaborated with team members to implement new features a

  • Answered by AI
  • Q2. Can you provide code examples that demonstrate abstraction and polymorphism in programming?
  • Ans. 

    Abstraction and polymorphism are key concepts in object-oriented programming.

    • Abstraction involves hiding the implementation details and showing only the necessary features of an object.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Example of abstraction: defining a Shape class with methods like calculateArea() without specifying how each shape calculates its area.

    • Examp...

  • Answered by AI

Interview questions from similar companies

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic Hackerrank online test with two medium-hard leetcode level question in 90 mints

Round 2 - One-on-one 

(1 Question)

  • Q1. 30 minutes interview call started with basic introduction followed by resume questions then DSA easy-medium level question. After that oops , cn questions were asked . To end the interview he asked me one...
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round 2 . duration - 45minutes to 1 hr basic introduction resume deep dive leetcode medium - hard question A lot of conceptual questions of database,operating system ,oops and computer networking
Round 4 - HR 

(1 Question)

  • Q1. Hiring manager round 30 mints duration basic hr questions and discussion was done

Interview Preparation Tips

Topics to prepare for ServiceNow Associate Software Engineering Intern interview:
  • DSA
  • Computer Networking
  • OOPS
  • Database
  • Operating Systems
Interview preparation tips for other job seekers - Understand the question full and never stop talking the right think , tell everything you know about the topic.
DONT FAKE YOUR RESUME
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are 2 DSA Questions both on DP

Round 2 - One-on-one 

(1 Question)

  • Q1. Print all 8 Digit Numbers who's reverse and 1/4th is same?
  • Ans. 

    Print all 8 digit numbers whose reverse and 1/4th is the same.

    • Iterate through all 8 digit numbers and check if reverse is equal to 1/4th of the number.

    • Example: 12345678 -> reverse is 87654321, 1/4th is 3086421, not equal.

    • Example: 12344321 -> reverse is 12344321, 1/4th is 3086080, equal.

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular structure
  • Q2. Dependency injection
Round 2 - Technical 

(2 Questions)

  • Q1. Manageral questions
  • Q2. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data structure related question

Round 2 - Technical 

(4 Questions)

  • Q1. Quesitions related to data structure, cloud
  • Q2. Find the second highest integer
  • Ans. 

    To find the second highest integer in an array, sort the array in descending order and return the second element.

    • Sort the array in descending order

    • Return the second element in the sorted array

    • Handle edge cases like duplicates or small arrays

  • Answered by AI
  • Q3. Question related to two sum
  • Q4. Some sliding window problems
Round 3 - HR 

(1 Question)

  • Q1. General Behavioral Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the basics

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain microservices.
  • Q2. OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - This was a contract-based position, so just 1 round of interviews was conducted.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude, technical and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on SQL(Joins)
  • Q2. Questions on arrays, substrings
Round 3 - HR 

(2 Questions)

  • Q1. Location preferred
  • Ans. 

    Remote work preferred, open to occasional travel

    • Remote work preferred

    • Open to occasional travel

    • Flexible with location

  • Answered by AI
  • Q2. Family background
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Asked linq question and answered correctly with little modification, still was not impressed
  • Q2. Expections were little high.

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

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

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism 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

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full join: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

KPIT Technologies Interview FAQs

How many rounds are there in KPIT Technologies Associate Software Engineering Intern interview?
KPIT Technologies interview process usually has 1 rounds. The most common rounds in the KPIT Technologies interview process are Technical.

Tell us how to improve this page.

KPIT Technologies Associate Software Engineering Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 809 Interviews
View all
KPIT Technologies Associate Software Engineering Intern Salary
based on 4 salaries
₹4.5 L/yr - ₹5.8 L/yr
12% less than the average Associate Software Engineering Intern Salary in India
View more details

KPIT Technologies Associate Software Engineering Intern Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

4.2

Skill development

2.7

Work-life balance

3.2

Salary

2.9

Job security

3.2

Company culture

2.7

Promotions

3.7

Work satisfaction

Explore 3 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