i
Filter interviews by
Clear (1)
I was interviewed before Feb 2024.
It was common Aptitude Test easy only.
Abstraction is the process of hiding complex details and showing only the essential features of an object or system.
Abstraction allows us to focus on what an object does instead of how it does it
It helps in reducing complexity and improving efficiency
Examples include using classes and interfaces in object-oriented programming to hide implementation details
I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.
An index is a data structure that improves the speed of data retrieval operations on a database table.
Indexes are created on one or more columns of a table.
They allow for faster searching, sorting, and filtering of data.
Examples include B-tree, hash, and bitmap indexes.
Indexes can also have unique constraints to enforce data integrity.
However, they can also slow down data modification operations like insert, update, an
There are different types of indexes in databases, including clustered, non-clustered, unique, and full-text indexes.
Clustered index determines the physical order of data in a table based on the indexed column.
Non-clustered index creates a separate structure that includes the indexed column and a pointer to the actual data.
Unique index ensures that the indexed column has unique values.
Full-text index enables searching ...
Index is used to improve the performance of database queries by allowing faster data retrieval.
Index is a data structure that stores a small portion of the table data in an easily searchable format.
It helps in reducing the number of disk I/O operations required to retrieve data from a table.
Indexes can be created on one or more columns of a table.
Examples of indexes include primary key, unique key, clustered index, and
Joins are used to combine data from two or more tables based on a related column between them.
Inner join returns only the matching rows from both tables
Left join returns all rows from the left table and matching rows from the right table
Right join returns all rows from the right table and matching rows from the left table
Full outer join returns all rows from both tables
Cross join returns the Cartesian product of both t
Top trending discussions
posted on 22 Sep 2022
I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.
It will be conducted through Hiring platform
Shortisted candidates could get a mail and this round will be conducted through Hiring platform . There will be 2 coding questions and you need to solve them and all the test cases should get passed to get selected for the next round
posted on 3 Mar 2024
I applied via Job Portal and was interviewed before Mar 2023. There was 1 interview round.
Merge sort, find if it's a bst or not
posted on 21 Mar 2024
I was interviewed before Mar 2023.
OOPs concepts in C++ include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car { private: int speed; public: void accelerate() { speed += 10; } };
Inheritance: Creating new classes based on existing classes. Example: class ElectricCar : public Car { public: void chargeBattery() { // code } };
Polymorph...
posted on 5 Sep 2023
I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.
posted on 10 Apr 2024
I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.
2 coding questions on Java
posted on 27 Jun 2024
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.
Implement a custom string class in C++
Create a class with private member variable for storing the string data
Implement constructors, destructor, copy constructor, assignment operator
Overload operators like +, +=, ==, !=, [], <<, >> for string manipulation
Include methods for string manipulation like length(), substr(), find()
posted on 29 Mar 2023
I was interviewed before Mar 2022.
I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.
Gave topic for discussion. How anyone can conduct GD round for experienced people without checking their technical knowledge.
Yes
Strings are immutable in most programming languages.
Immutable strings provide safety and consistency in code.
Immutable strings allow for efficient memory management.
Immutable strings enable string interning and caching for optimization.
Immutable strings facilitate thread safety in concurrent programming.
based on 1 interview
Interview experience
based on 33 reviews
Rating in categories
Senior Engineer
2.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
1.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
1.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Design Engineer
669
salaries
| ₹0 L/yr - ₹0 L/yr |
Deputy Manager
512
salaries
| ₹0 L/yr - ₹0 L/yr |
Hyundai Motor India Engineering
Ford Technology Services India
Mahindra & Mahindra
Tata Technologies