Upload Button Icon Add office photos
Engaged Employer

i

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

Kaar Tech Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 290 Reviews

Filter interviews by

Kaar Tech Software Trainee Interview Questions and Answers

Updated 29 Sep 2024

Kaar Tech Software Trainee Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

3 hours aptitude with basic aptitude and psycometric test

Round 2 - Group Discussion 

Generally , we have to suggest some topic for the discussion

Round 3 - Technical 

(2 Questions)

  • Q1. Basic introduction
  • Q2. Programming question
Round 4 - HR 

(2 Questions)

  • Q1. Asking about erp
  • Q2. Asking sap in real time model

Interview questions from similar companies

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

I applied via campus placement at Gandhi Institute for Engineering and Technology, Gunupur and was interviewed in May 2023. 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 - HR 

(2 Questions)

  • Q1. Normal HR questions.
  • Q2. Tell me about your self.

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide answers genuinely.

I applied via Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  Basic c question
  • Q2. Swapping of 2 numbers coding
  • Ans. 

    Swapping of 2 numbers can be done using a temporary variable or without using a temporary variable.

    • Declare two variables a and b with values

    • Using a temporary variable:

    • - Declare a temporary variable temp

    • - Assign the value of a to temp

    • - Assign the value of b to a

    • - Assign the value of temp to b

    • Without using a temporary variable:

    • - Assign the sum of a and b to a

    • - Assign the difference of a and b to b

    • - Assign the difference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The process took around 2 weeks. The questions were interesting but I wasn't prepared so I didn't perform well
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hackathon on chatbot development website

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basics like shallow copy deep copy
  • Q2. Sorting techniques and psuedo code
Round 3 - HR 

(2 Questions)

  • Q1. Questions on projects
  • Q2. Introduction and insights of comapny
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quants,verbels based on maths and grammer

Round 2 - Coding Test 

Problem solving - python programming,Java programming

Round 3 - HR 

(1 Question)

  • Q1. Oops logics and types Methods of overloading and overridding Class and object
  • Ans. 

    Overloading and overriding are ways to achieve polymorphism in object-oriented programming. Classes are blueprints for objects.

    • Overloading involves defining multiple methods with the same name but different parameters.

    • Overriding involves redefining a method in a subclass that is already defined in the superclass.

    • Classes are templates for creating objects, while objects are instances of classes.

    • Example: Overloading - ha...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Based place to experience something new skills and environment
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement LinkedList and insert element at last
  • Ans. 

    Implement LinkedList and insert element at last

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head and tail pointers

    • Implement a method in LinkedList class to insert element at the end

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java , spring boot , mysql , lunix

Interview Preparation Tips

Interview preparation tips for other job seekers - its good
Interview experience
3
Average
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 - Aptitude Test 

It was basic aptitue

Round 3 - Technical 

(2 Questions)

  • Q1. Ask basic oops questions
  • Q2. Abstraction , encapsulation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - NA NA NA
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 

Moderate level Aptitude test...........

Round 3 - Technical 

(1 Question)

  • Q1. Technical round was on coding part. I was asked more about OOPS concepts. I was also asked to write a program in C
Round 4 - Behavioral 

(1 Question)

  • Q1. ...... .... ...... .... ..... ... ... .... ..... ... He hv he yr TV be ez HQ is Bts oct is ev

Interview Preparation Tips

Interview preparation tips for other job seekers - ...... Ha
Next is ICC ga gh ka he via is cm
Msg ka
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

7 diff sections in the first test

Round 2 - Technical 

(2 Questions)

  • Q1. Diff between primary and foreign key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.

    • Primary key is unique and cannot have null values

    • Foreign key references the primary key of another table

    • Primary key can be used to enforce entity integrity

    • Foreign key can be used to enforce referential integrity

  • Answered by AI
  • Q2. Basic sql questions
Round 3 - Technical 

(3 Questions)

  • Q1. What is oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows a class to inherit propert...

  • Answered by AI
  • Q2. What is monkey patching
  • Ans. 

    Monkey patching is a technique in programming where existing code is changed or extended at runtime.

    • Monkey patching is commonly used in dynamic languages like Python and Ruby.

    • It involves modifying or adding new methods to existing classes or modules.

    • Monkey patching can be useful for fixing bugs or adding new functionality without modifying the original source code.

  • Answered by AI
  • Q3. Diff basic python question
  • Ans. 

    The question is about basic Python concepts.

    • Python is a high-level programming language known for its simplicity and readability.

    • Basic Python concepts include data types, variables, loops, conditionals, functions, and modules.

    • Python uses indentation to define code blocks, unlike other languages that use curly braces.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers do clear ur basica

Skills evaluated in this interview

Kaar Tech Interview FAQs

How many rounds are there in Kaar Tech Software Trainee interview?
Kaar Tech interview process usually has 4 rounds. The most common rounds in the Kaar Tech interview process are Aptitude Test, Group Discussion and Technical.
What are the top questions asked in Kaar Tech Software Trainee interview?

Some of the top questions asked at the Kaar Tech Software Trainee interview -

  1. asking sap in real time mo...read more
  2. programming quest...read more
  3. asking about ...read more

Tell us how to improve this page.

Kaar Tech Software Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Consultant
93 salaries
unlock blur

₹7 L/yr - ₹19 L/yr

Senior Consultant
67 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Senior Analyst
64 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Associate Consultant
48 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

SAP Fico Consultant
43 salaries
unlock blur

₹4.5 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Kaar Tech 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