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

Updated 23 Feb 2024

KPIT Technologies Associate Interview Experiences

1 interview found

Associate Interview Questions & Answers

user image Priyangshu Kundu

posted on 23 Feb 2024

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

It was fairly good as the answers were from syallabus only

Round 2 - Coding Test 

It was a bit tricky round as the questions was quite challenging

Interview Preparation Tips

Interview preparation tips for other job seekers - Just follow your text Book material and YouTube videos.

Interview questions from similar companies

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

I applied via Approached by Company

Round 1 - Coding Test 

Sort the arr, fetch element from array

Round 2 - Technical 

(2 Questions)

  • Q1. Linklist search
  • Q2. Sort in link List
  • Ans. 

    Sorting in a linked list involves rearranging the elements in ascending or descending order based on a certain criteria.

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort to rearrange the elements in the linked list.

    • Traverse the linked list and compare each element with the next one to determine the order in which they should be sorted.

    • Update the pointers of the nodes in the linked list to reflect ...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Why can’t a columns with unique with a not null constraint be used as a primary key?
  • Ans. 

    A unique not null column can be used as a primary key, but not vice versa.

    • Primary key must be unique and not null, but not all unique not null columns need to be primary keys.

    • Primary key is used to identify each row uniquely, while unique not null column is used to ensure data integrity.

    • A table can have multiple unique not null columns, but only one primary key.

  • Answered by AI
  • Q2. Because null can’t be equated
  • Ans. 

    Null cannot be equated as it represents absence of a value.

    • Null is not equal to any value, including itself.

    • Attempting to equate null can result in unexpected behavior.

    • Null is often used to represent the absence of a value or unknown value.

  • Answered by AI
  • Q3. We have 2 procedures with the same names. One with 2 parameters.. second one with 3 parameters. The procedure with 3 parameters has a null also. What will be invoked when we call the procedure
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

C programming and java

Round 2 - Coding Test 

Advanced coding on c

Round 3 - Technical 

(2 Questions)

  • Q1. Why did you choose this company
  • Ans. 

    I chose this company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects that challenge me and allow me to learn new skills

    • Strong company culture that values teamwork and collaboration

    • Opportunities for growth and advancement within the company

  • Answered by AI
  • Q2. What is your aim
  • Ans. 

    My aim is to continuously improve my technical skills, contribute to innovative projects, and eventually become a technical leader in the field.

    • Continuous learning and skill development

    • Contribution to innovative projects

    • Becoming a technical leader in the field

  • Answered by AI

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java core microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very good
Interviewer was knowledgeable

Interview Questionnaire 

3 Questions

  • Q1. How do you implement naming of threads from the point of view of a multi-threaded OS.Implement rand5 using rand7.Implement functions to render circles and other figures. (This was mainly about my developme...
  • Ans. 

    Implementing naming of threads in a multi-threaded OS and implementing rand5 using rand7

    • Use thread ID or thread name to name threads in a multi-threaded OS

    • Implement a function that generates a random number between 1 and 7

    • Use rejection sampling to implement rand5 using rand7

    • Ensure thread names are unique to avoid confusion

    • Test the implementation thoroughly to ensure correctness

  • Answered by AI
  • Q2. How does free know how many memory blocks to delete in the case of arrays
  • Ans. 

    Free uses metadata stored in the heap to determine the number of memory blocks to delete for arrays.

    • Free stores metadata about the size of the allocated memory block in the heap.

    • Free uses this metadata to determine the number of memory blocks to delete for arrays.

    • For example, if an array of 10 integers was allocated, the metadata would indicate the size of the block as 40 bytes.

    • Free would then use this information to d...

  • Answered by AI
  • Q3. Some questions on finding the errors in the programs.Some questions on stacks, linked lists, queues and sorting

Interview Preparation Tips

Round: test
Experience: First round was an online test on hacker rank for 3 hours. The online round had 2 parts; first one tested analytical skills and the other tested computer science knowledge and also had some programming questions (simple ones). From the test they took about 15-20 people for the interviews. T

General Tips: If you want to bag a top company, it’s all about data structures, data structure & data structures. Just be sharp and attentive during the interview. If you don't know the answer just RELAX (very important) and start bouncing ideas of the interviewer, they're here to see how well you can solve not how well you remember. And be ready with copies of your resume and proper formal clothes at ALL times till you'replaced. Interviews are very subjective. Make the interviewer believe that you can manage any job givento you. That's the most important thing. Be confident even if your solution has a few flaws that you know.
College Name: NIT SURATHKAL

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. 1. Tell me about your self 2. How will you allocate resource and what are the steps, what should be consider before allocating resource ? 3. How will you resolve conflict
  • Ans. 

    Answering interview questions about resource allocation and conflict resolution.

    • When allocating resources, consider the project requirements, team capabilities, and available resources.

    • Steps for resource allocation include identifying project needs, assessing resource availability, prioritizing tasks, and assigning resources accordingly.

    • Before allocating resources, factors like budget, time constraints, and skill sets ...

  • Answered by AI
  • Q2. How will u allocate resources (Steps) what do we need to consider beforce allocation ?
  • Ans. 

    Resource allocation requires careful planning and consideration of various factors.

    • Identify the goals and objectives of the project

    • Assess the available resources and their capabilities

    • Prioritize the tasks and allocate resources accordingly

    • Consider the timeline and deadlines

    • Monitor and adjust the allocation as needed

  • Answered by AI
  • Q3. How will u deal with conflict in resource management
  • Ans. 

    I will deal with conflict in resource management by promoting open communication, prioritizing tasks, and finding compromises.

    • Encourage open communication to address conflicts and concerns

    • Prioritize tasks based on urgency and importance

    • Find compromises that satisfy all parties involved

    • Delegate responsibilities effectively to avoid resource conflicts

    • Use conflict resolution techniques such as negotiation and mediation

    • Pro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply at salesforce here are the reasons
1. Don't belive salesforce ratings all are fake.
2. The attrition rate is high and there are lot of office politics.
3. There is no values for employee contribution.
4. I have been scammed by saleforce talent team and the third party recruiters. I also reported this incident in ethicspoint but till now I haven't received proper resolution and appropriate response. Higher officials tried to conceal the case. Due to salesforce bad hiring choas I lost other opportunity . They haven't took any action on vendor and 2 employees. This shows that how they are empathetic and professional, It also clearly indicates that they are fake.
5. In my experiannce Saleforce resource management team (Bangalore) HR, Directors are biggest liars. They are unprofessional with lack of empathy. they are not honest.

Interview Questionnaire 

1 Question

  • Q1. Capital Markets

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence
Experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Palindrome for a string`
  • Ans. 

    A palindrome for a string is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Check if the string is equal to its reverse to determine if it is a palindrome.

    • Ignore spaces and punctuation when checking for palindromes.

    • Examples: 'racecar', 'madam', '1221'

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns and solid principals
  • Q2. Asp net and angular concepts

Interview Preparation Tips

Topics to prepare for Automatic Data Processing (ADP) Technical Lead interview:
  • .Net
Interview preparation tips for other job seekers - Be strong in all basic fundamentals and design patterns.

KPIT Technologies Interview FAQs

How many rounds are there in KPIT Technologies Associate interview?
KPIT Technologies interview process usually has 2 rounds. The most common rounds in the KPIT Technologies interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

KPIT Technologies Associate Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Associate Interview Questions from Similar Companies

Wipro Associate Interview Questions
3.7
 • 147 Interviews
TCS Associate Interview Questions
3.7
 • 60 Interviews
Zoho Associate Interview Questions
4.3
 • 3 Interviews
View all
KPIT Technologies Associate Salary
based on 9 salaries
₹2.6 L/yr - ₹5.5 L/yr
55% less than the average Associate Salary in India
View more details

KPIT Technologies Associate Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

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

₹6 L/yr - ₹19.5 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.4 L/yr - ₹25.5 L/yr

Senior Technical Lead
814 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Software Developer
643 salaries
unlock blur

₹3.5 L/yr - ₹14.7 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