Filter interviews by
I was interviewed before Feb 2021.
Normal logic and reasoning questions.
I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.
Logical and Verbal reasoning with quant and aptitude
Developed a real-time data processing system for analyzing customer behavior
Designed and implemented data pipelines using Apache Kafka and Spark
Optimized data storage and retrieval using NoSQL databases like Cassandra
Built monitoring and alerting systems to ensure data quality and system performance
Collaborated with cross-functional teams to gather requirements and deliver solutions
ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.
ETL stands for Extract, Transform, Load
Extract: Involves extracting data from various sources such as databases, applications, and files
Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...
Easy and moderate level question
Given a relevant topic and discussion on it
posted on 24 Dec 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Forecasting problem - Predict daily sku level sales
Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.
Bias is the error introduced by approximating a real-world problem, leading to underfitting.
Variance is the error introduced by modeling the noise in the training data, leading to overfitting.
High bias can cause a model to miss relevant relationships between features and target variable.
High variance can cause a model to ...
Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.
Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.
Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.
Examples of parametric models inc...
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
posted on 13 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA uses AJAX and HTML5 to create fluid and responsive user experience.
It eliminates the need for page reloading during use, making it faster and more efficient.
Examples include Gmail, Facebook, and Google Maps.
State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.
State management involves storing and updating the state of an application to ensure data consistency.
It helps in managing user interface updates based on changes in the application state.
State management is crucial for handling user interactions and maintaining a seamless user exp...
based on 2 reviews
Rating in categories
Software Developer
33
salaries
| ₹3 L/yr - ₹10.5 L/yr |
Data Engineer
15
salaries
| ₹4.7 L/yr - ₹16.5 L/yr |
Senior Software Developer
15
salaries
| ₹8 L/yr - ₹23.5 L/yr |
Technical Lead
12
salaries
| ₹10.1 L/yr - ₹27.3 L/yr |
Senior Software Engineer
9
salaries
| ₹7.8 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech