Filter interviews by
I appeared for an interview before Mar 2024.
It was years ago so don't know if it is still relevant or not. But still, aptitude test was copy paste questions from online sources random questions about cs field.
Run time polymorphism occurs during program execution, while compile time polymorphism is resolved during code compilation.
Compile time polymorphism is achieved through method overloading and operator overloading.
Example of compile time polymorphism: Method overloading in Java.
Run time polymorphism is achieved through method overriding.
Example of run time polymorphism: Using virtual functions in C++.
Quick sort is an efficient sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.
1. Choose a pivot element from the array (e.g., the last element).
2. Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.
3. Recursively apply the same process to the sub-arrays.
4. Base case: If the array has one or zero elements, it is already sorted.
Exa...
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
Create a model to predict price.
I applied via Approached by Company and was interviewed before Oct 2022. There were 2 interview rounds.
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
A framework is a set of guidelines, standards, and tools used to develop software applications.
A framework provides a structure for developers to build upon
It includes pre-written code and libraries to simplify development
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
based on 4 interviews
Interview experience
based on 10 reviews
Rating in categories
Executive Assistant
4
salaries
| ₹3.2 L/yr - ₹7 L/yr |
Full Stack Developer
4
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Administration Manager
3
salaries
| ₹3.8 L/yr - ₹5.6 L/yr |
Senior Accountant
3
salaries
| ₹3.6 L/yr - ₹5.7 L/yr |
Technical Project Manager
3
salaries
| ₹14 L/yr - ₹15.4 L/yr |
TCS
Accenture
Cognizant
Infosys