i
Kaar Tech
Filter interviews by
I was interviewed in Aug 2024.
3 hours aptitude with basic aptitude and psycometric test
Generally , we have to suggest some topic for the discussion
Top trending discussions
I applied via campus placement at Gandhi Institute for Engineering and Technology, Gunupur and was interviewed in May 2023. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.
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
I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.
Hackathon on chatbot development website
Quants,verbels based on maths and grammer
Problem solving - python programming,Java programming
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...
posted on 22 Apr 2024
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
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
It was basic aptitue
posted on 29 Nov 2022
Moderate level Aptitude test...........
I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.
7 diff sections in the first test
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
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...
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.
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.
based on 1 interview
Interview experience
Consultant
93
salaries
| ₹7 L/yr - ₹19 L/yr |
Senior Consultant
67
salaries
| ₹9 L/yr - ₹30 L/yr |
Senior Analyst
64
salaries
| ₹4 L/yr - ₹12 L/yr |
Associate Consultant
48
salaries
| ₹5 L/yr - ₹12 L/yr |
SAP Fico Consultant
43
salaries
| ₹4.5 L/yr - ₹13.5 L/yr |
Infosys
TCS
Wipro
HCLTech