Upload Button Icon Add office photos
Engaged Employer

i

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

Kalpita Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kalpita Technologies Interview Questions and Answers

Updated 10 Dec 2024

Kalpita Technologies Interview Experiences

Popular Designations

5 interviews found

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

(1 Question)

  • Q1. How do you ensure accuracy and attention to details in work
  • Ans. 

    I ensure accuracy and attention to details in work by implementing thorough quality control measures and double-checking my work.

    • Implementing thorough quality control measures such as double-checking calculations and reviewing reports

    • Creating checklists to ensure all necessary steps are completed accurately

    • Seeking feedback from colleagues or supervisors to catch any errors or oversights

    • Taking breaks to prevent fatigue ...

  • Answered by AI

Finance Executive Interview Questions asked at other Companies

Q1. Certains Rules to follow - 1. Remove your footwear outside of the company, though it sounds strange! yes, this is a rule. They have other footwear inside the company (optional) if you want to carry it. 2. For Washrooms, they have kept chapp... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Passing mark is 12/20

Round 2 - Group Discussion 

In that day they don't inform me about it passed the interview or not but latter they inform me on call and email me

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept related question
  • Q2. Deadlook and how to overcome from it
  • Ans. 

    Deadlock is a situation where two or more threads are waiting for each other to release resources, causing them to be stuck indefinitely.

    • Avoid nested locks to prevent deadlock

    • Use timeouts when acquiring locks to prevent indefinite waiting

    • Implement a deadlock detection algorithm to identify and resolve deadlocks

    • Ensure proper resource allocation and deallocation to prevent resource contention

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Question basically belong all around core java and some time they go for advance java also.All are friendly and all round they inform me also

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - One-on-one 

(1 Question)

  • Q1. Why you want to Join
  • Ans. 

    I am passionate about learning and development and believe in the mission and values of your organization.

    • I am impressed by the innovative programs and resources your organization offers for employee growth.

    • I admire the commitment to continuous learning and development within the company culture.

    • I see great potential for personal and professional growth by joining your team.

    • I align with the values and goals of the orga...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Commitment to company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Time and speed blood relation percentage ratio profit loss

Round 2 - Coding Test 

Array string questions dublicate in array

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Kalpita Technologies interview questions for popular designations

 Software Developer

 (2)

 Learning and Development Lead

 (1)

 Finance Executive

 (1)

 Java Developer

 (1)

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

Time speed blood relation profit loss percentage

Round 2 - Coding Test 

Array string basics questions diplicates in array

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Timea and work,time and distance

Round 2 - Coding Test 

Mettl , easyrotate array , reverse strign

Interview Preparation Tips

Interview preparation tips for other job seekers - keep on working

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself what are you hobbies what is your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - hr round is pretty easy all the work relared task needs to be done on time in the company if you do your work on time you can do anythinf the salary here is really low
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 

Its very good the give a scenario and according to that you have to develop a project

Round 3 - Technical 

(2 Questions)

  • Q1. What is inhertance and its type
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • It allows the new class to inherit the properties and methods of the existing class.

    • There are 4 types of inheritance: Single, Multiple, Hierarchical, and Multilevel.

    • Example: A class 'Car' can inherit properties and methods from a class 'Vehicle'.

  • Answered by AI
  • Q2. What is Polymorpism and thier type
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. There are two types: compile-time and runtime polymorphism.

    • Compile-time polymorphism is achieved through function overloading and operator overloading.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Polymorphism allows for code reusability and flexibility in object-oriented programming.

    • Example of compile-time polymorphism...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare and trust yourself, practice with coding

Kalpita Technologies Interview FAQs

How many rounds are there in Kalpita Technologies interview?
Kalpita Technologies interview process usually has 2 rounds. The most common rounds in the Kalpita Technologies interview process are Aptitude Test, Coding Test and One-on-one Round.
How to prepare for Kalpita Technologies 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 Kalpita Technologies. The most common topics and skills that interviewers at Kalpita Technologies expect are SQL, Angular, C#, Database Design and Power BI.
What are the top questions asked in Kalpita Technologies interview?

Some of the top questions asked at the Kalpita Technologies interview -

  1. Deadlook and how to overcome from...read more
  2. Oops concept related quest...read more

Tell us how to improve this page.

Kalpita Technologies Interview Process

based on 7 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 140 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 19 Interviews
Greytrix Interview Questions
3.7
 • 12 Interviews
Bangmetric Interview Questions
3.6
 • 11 Interviews
View all

Kalpita Technologies Reviews and Ratings

based on 37 reviews

4.7/5

Rating in categories

4.5

Skill development

4.4

Work-life balance

4.3

Salary

4.3

Job security

4.5

Company culture

4.2

Promotions

4.5

Work satisfaction

Explore 37 Reviews and Ratings
Software Engineer
18 salaries
unlock blur

₹3.3 L/yr - ₹5.2 L/yr

Technical Lead
16 salaries
unlock blur

₹15 L/yr - ₹20 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹7 L/yr - ₹11.5 L/yr

Junior Software Engineer
9 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

QA Engineer
9 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Kalpita Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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