Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 2 interview rounds.
SQL query to find duplicate emails in a table named person
Use GROUP BY and HAVING clause to group emails and count their occurrences
Select only those emails which have count greater than 1
Example: SELECT email, COUNT(*) FROM person GROUP BY email HAVING COUNT(*) > 1;
SQL query to find date ids with higher temperature compared to previous dates in weather table
Use self join to compare temperature of current date with previous dates
Order the table by date to ensure correct comparison
Select date ids where temperature is higher than previous dates
I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.
Explain dynamic programming with memoization
posted on 3 May 2023
I applied via Campus Placement and was interviewed in Nov 2022. There were 3 interview rounds.
posted on 14 Feb 2024
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
Leetcode hard level coding with 4-5 questions
LSTM and GRU are types of recurrent neural networks used for processing sequential data.
LSTM (Long Short-Term Memory) networks are capable of learning long-term dependencies in data.
GRU (Gated Recurrent Unit) networks are simpler than LSTM and have fewer parameters.
LSTM has three gates (input, output, forget) while GRU has two gates (update, reset).
LSTM is better at capturing long-term dependencies but is more complex,...
Hypothesis testing is a statistical method used to make inferences about a population based on sample data.
Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.
It aims to determine if there is enough evidence to reject the null hypothesis in favor of the alternative hypothesis.
Common methods of hypothesis testing include t-tests, chi-square tests, and ANOVA.
The p-value is used to dete...
Test 45 mins 30 ques
Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.
Linear regression is used to predict the value of a dependent variable based on the value of one or more independent variables.
It assumes a linear relationship between the independent and dependent variables.
The goal of linear regression is to find the best-fitting line that minimi...
Random forest is an ensemble learning method used for classification and regression tasks.
Random forest is a collection of decision trees that are trained on random subsets of the data.
Each tree in the random forest independently predicts the target variable, and the final prediction is made by averaging the predictions of all trees.
Random forest is robust to overfitting and noisy data, and it can handle large datasets...
XGBoost is an optimized distributed gradient boosting library designed for efficient and accurate large-scale machine learning.
XGBoost stands for eXtreme Gradient Boosting.
It is a popular machine learning algorithm known for its speed and performance.
XGBoost is used for regression, classification, ranking, and user-defined prediction problems.
It is based on the gradient boosting framework and uses decision trees as bas...
I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.
Mcq based test on data science concepts
Precision and recall are metrics used to evaluate the performance of classification models.
Precision is the ratio of correctly predicted positive observations to the total predicted positive observations.
Recall is the ratio of correctly predicted positive observations to the all observations in actual class.
F1 score is the weighted average of precision and recall, where the best value is 1 and the worst is 0.
Precision ...
Dropout is a regularization technique used in neural networks to prevent overfitting by randomly setting some neuron outputs to zero during training.
Dropout is a regularization technique used in neural networks to prevent overfitting.
During training, a fraction of neurons are randomly selected and their outputs are set to zero.
This helps prevent complex co-adaptations in neurons and improves generalization.
Dropout is t...
based on 2 reviews
Rating in categories
Senior Software Engineer
145
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
107
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
95
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
73
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
64
salaries
| ₹0 L/yr - ₹0 L/yr |
Info Edge
Network 18
Times Group
INDIA TODAY GROUP