Upload Button Icon Add office photos

Filter interviews by

The Kabadiwala Software Engineer Intern Trainee Interview Questions and Answers

Updated 19 Feb 2023

The Kabadiwala Software Engineer Intern Trainee Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Jan 2023. There were 3 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 - Technical 

(3 Questions)

  • Q1. About OOPs Concept like Encapsulation, Abstraction, Polymorphism in details
  • Q2. About Project in depth (Questions related to technology used in project)
  • Q3. 1coding questions ( Check if a pair exists with given sum in array)
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself (English / Hindi)
  • Q2. About your College journey

Interview Preparation Tips

Topics to prepare for The Kabadiwala Software Engineer Intern Trainee interview:
  • OOPS
  • Encapsulation
  • Academics Project
Interview preparation tips for other job seekers - Just focus on your technical skills and explain each point . (Interviewer is supportive )

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL realted queries
  • Q2. Case study on a local shop
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 6 questions to be solved. 3 average and 3 tough questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Concepts ask in interview Java Threads Exception Collections Spring boot annotations Git
Round 3 - HR 

(1 Question)

  • Q1. A general conversations, regarding my experience, project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java concepts.
Interview experience
3
Average
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 - Technical 

(2 Questions)

  • Q1. About MVC Cache, MVC Session Management, Model binding, MVC Performance increasing technics, and some basic questions in C#. Simple html coding test
  • Q2. In SQL Server : About indexes, functions , procedure tuning, transactions
Round 3 - Behavioral 

(1 Question)

  • Q1. About achievements, behavior, weakness, client handling, professional strengths, problem soving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Fast hiring process and release job as soon as possible
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is real dom and virtual dom in react
  • Ans. 

    Real DOM is the actual representation of the HTML structure, while Virtual DOM is a lightweight copy used for efficient updates.

    • Real DOM is slower as it directly manipulates the HTML structure.

    • Virtual DOM is faster as it updates the lightweight copy and then syncs with the real DOM.

    • React uses the Virtual DOM to minimize unnecessary re-rendering of components.

    • Virtual DOM allows for efficient batch updates, improving per...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Tree, LinkedList, Array

Round 3 - Technical 

(2 Questions)

  • Q1. Find depth of a tree
  • Ans. 

    The depth of a tree is the length of the longest path from the root node to any leaf node.

    • Depth of a tree can be found using depth-first search (DFS) algorithm.

    • The depth of a tree is equal to the maximum depth of its children plus one.

    • For example, in a binary tree, the depth of the tree is the maximum depth of the left and right subtrees plus one.

  • Answered by AI
  • Q2. Merge two sorted arrays
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through both arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Tree, Graphs

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2022. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Programming questions and ui development, sql queries
Round 1 - Telephonic Call 

(1 Question)

  • Q1. Process synchronisation and threads.
Round 2 - Coding Test 

Linked list and sorting. Linux system side programming.

Round 3 - Technical 

(1 Question)

  • Q1. Thread synchronisation. Locking.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial discussion. Threading and watchdog related stuff.

Interview Preparation Tips

Interview preparation tips for other job seekers - Linux and drivers concepts should be good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Jadavpur University and was interviewed before May 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 - Coding Test 

Question was moderate. Good knowledge of dsa needed. CP not mandatory.

Round 3 - Technical 

(2 Questions)

  • Q1. Question on oops principals, complexity analysis of programs, c++ concepts of classes, memory allocation etc.
  • Q2. How much memory is allocated when a class is declared? How much when instance is created ? And so on...
  • Ans. 

    Memory allocation for class and instance creation in Java

    • Memory is allocated for class variables and methods when the class is loaded into memory

    • Memory for instance variables is allocated when an instance of the class is created

    • The amount of memory allocated depends on the data type and size of the variables

    • Static variables are allocated memory only once, while instance variables are allocated memory for each instance

    • M...

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. What do you understand by distributed systems, multitasking multiprograming etc, overview idea of amazon working etc.
  • Ans. 

    Distributed systems involve multiple computers working together, multitasking allows for multiple tasks to be performed simultaneously, Amazon uses distributed systems for their online services.

    • Distributed systems involve multiple computers working together to achieve a common goal

    • Multitasking allows for multiple tasks to be performed simultaneously by a single computer

    • Multiprogramming allows multiple programs to run o...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions like relocation, aim etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - must have good knowledge of OOPS, c++ or java.. good knowledge of DSA.

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Bit Manipulation
  • Q2. 2. String Manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics of programming and memory management.

The Kabadiwala Interview FAQs

How many rounds are there in The Kabadiwala Software Engineer Intern Trainee interview?
The Kabadiwala interview process usually has 3 rounds. The most common rounds in the The Kabadiwala interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in The Kabadiwala Software Engineer Intern Trainee interview?

Some of the top questions asked at the The Kabadiwala Software Engineer Intern Trainee interview -

  1. 1coding questions ( Check if a pair exists with given sum in arr...read more
  2. About OOPs Concept like Encapsulation, Abstraction, Polymorphism in deta...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

VA Tech Wabag Interview Questions
3.9
 • 47 Interviews
DuPont Interview Questions
4.2
 • 40 Interviews
Clean Harbors Interview Questions
3.6
 • 29 Interviews
Harsco Interview Questions
3.9
 • 16 Interviews
Veolia Interview Questions
4.2
 • 15 Interviews
View all
Software Engineer
6 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Software Developer
4 salaries
unlock blur

₹2 L/yr - ₹2.5 L/yr

HR Manager
3 salaries
unlock blur

₹2.5 L/yr - ₹6.6 L/yr

Operations Manager
3 salaries
unlock blur

₹7.8 L/yr - ₹8 L/yr

Business Development Executive
3 salaries
unlock blur

₹3 L/yr - ₹3.1 L/yr

Explore more salaries
Compare The Kabadiwala with

Karo Sambhav

3.5
Compare

Saahas Zero Waste

4.2
Compare

ScrapQ

3.5
Compare

GreEnviro Environmental Solutions

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