Filter interviews by
I applied via LinkedIn and was interviewed before Mar 2020. There was 1 interview round.
Assignments with Reasoning and maths etc.
I applied via Naukri.com and was interviewed in Feb 2021. There were 6 interview rounds.
Top trending discussions
Standard process in hackerrank
posted on 12 Sep 2024
Preprocessing raw data involves cleaning, transforming, and organizing data to make it suitable for analysis.
Remove any irrelevant or duplicate data
Handle missing values by imputation or deletion
Normalize or standardize numerical data
Encode categorical variables using techniques like one-hot encoding
Feature scaling for machine learning algorithms
Perform text preprocessing like tokenization and stemming
Specify the existing solution by documenting its architecture, components, technologies used, and any modifications made.
Document the architecture of the solution, including high-level components and their interactions
List the technologies used in the solution, such as programming languages, frameworks, and databases
Describe any modifications or customizations made to the existing solution
Include any performance metric...
I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.
A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.
Virtual functions allow for dynamic polymorphism in object-oriented programming.
They are used to achieve runtime polymorphism by allowing a function to be called based on the type of object it is called on.
Virtual functions are declared in a base cl...
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to be used for different data types or classes.
Examples include method overloading and method overriding in object-oriented programming.
I applied via Referral and was interviewed in Sep 2022. There were 4 interview rounds.
In depth coding test with bit level operations and memory concepts
C++ coding test with focus on design patterns
I have extensive experience in feature development, having worked on multiple projects and delivered successful features.
Developed features for various software applications
Collaborated with cross-functional teams to gather requirements and design solutions
Implemented features using agile methodologies and best practices
Conducted testing and debugging to ensure quality and functionality
Continuously improved features ba
I was interviewed before Mar 2023.
Coding test, on C, around 1 hr, on teams
posted on 28 Jun 2024
Constructors are special methods in a class that are used to initialize objects of that class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
Constructors can have parameters to initialize object properties.
Example: public class Car { public Car(String color) { this.color = color; }}
Design patterns in C++ are reusable solutions to common problems in software design.
Design patterns help in creating flexible, maintainable, and scalable code.
Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.
Each design pattern has its own purpose and can be applied in different scenarios.
Understanding design patterns can improve code quality and efficiency.
Structure is a collection of variables of different data types while union is a collection of variables of same data type.
Structure allocates memory for all its variables while union allocates memory for only one variable at a time.
Structure is used when we want to store different types of data while union is used when we want to store only one type of data.
Structure is accessed using dot operator while union is access...
Dangling pointers can be avoided by setting them to NULL after freeing the memory they point to.
Always initialize pointers to NULL.
Set pointers to NULL after freeing the memory they point to.
Avoid accessing memory through a pointer after it has been freed.
Use smart pointers or garbage collection to automate memory management.
A program to print Fibonacci series using recursion.
Define a recursive function that takes an integer n as input
Base case: if n is 0 or 1, return n
Recursive case: return the sum of the previous two Fibonacci numbers
Call the recursive function with the desired number of terms and print the result
based on 1 interview
Interview experience
based on 6 reviews
Rating in categories
Assistant Manager
183
salaries
| ₹7.5 L/yr - ₹24 L/yr |
Oprating Engineer
148
salaries
| ₹2.2 L/yr - ₹4.2 L/yr |
Area Sales Manager
127
salaries
| ₹8.1 L/yr - ₹18 L/yr |
Senior Operations Engineer
64
salaries
| ₹2.7 L/yr - ₹5 L/yr |
Deputy Manager
58
salaries
| ₹11 L/yr - ₹21.5 L/yr |
Bridgestone
Goodyear
Continental
Apollo Tyres