Filter interviews by
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
Ridge and Lasso are regularization techniques in regression to prevent overfitting by adding penalty terms to the cost function.
Ridge regression adds a penalty term equivalent to the square of the magnitude of coefficients (L2 regularization).
Lasso regression adds a penalty term equivalent to the absolute value of the magnitude of coefficients (L1 regularization).
Ridge regression tends to shrink the coefficients toward...
To delete a table in the database, you can use the DROP TABLE statement.
Use the DROP TABLE statement followed by the table name to delete the table.
Make sure to backup any important data in the table before deleting it.
Ensure that you have the necessary permissions to delete the table.
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Count pairs of numbers where ending digit of ith number equals starting digit of jth number.
Iterate through each pair of numbers in the list
Check if the ending digit of the ith number equals the starting digit of the jth number
Increment the count if the condition is met
Interpretation of graphs in linear regression analysis
Perpendicular lines from error to fitted line in first graph indicate OLS using projection matrices
Lines parallel to y-axis from error to fitted line in second graph suggest evaluation of linear regression to y-pred - y-actual method
PCA could also be a possible interpretation for the second graph
np.einsum() performs Einstein summation on arrays.
Performs summation over specified indices
Can also perform other operations like multiplication, contraction, etc.
Syntax: np.einsum(subscripts, *operands)
numpy.random.rand generates random numbers from a uniform distribution, while numpy.random.randn generates random numbers from a standard normal distribution.
numpy.random.rand generates random numbers from a uniform distribution between 0 and 1.
numpy.random.randn generates random numbers from a standard normal distribution with mean 0 and standard deviation 1.
Example: np.random.rand(3, 2) will generate a 3x2 array of r...
Logit is the log-odds of the probability, while probabilities are the actual probabilities of an event occurring.
Logit is the natural logarithm of the odds ratio, used in logistic regression.
Probabilities are the actual likelihood of an event occurring, ranging from 0 to 1.
In deep learning, logit values are transformed into probabilities using a softmax function.
Logit values can be negative or positive, while probabili
posted on 13 Apr 2024
I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.
1 hour, overall data science related, codility
Data science is a field that uses scientific methods, algorithms, and systems to extract knowledge and insights from structured and unstructured data.
Data science involves collecting, analyzing, and interpreting large amounts of data to solve complex problems.
It combines statistics, machine learning, data visualization, and computer science to uncover patterns and trends in data.
Data scientists use programming language...
posted on 6 May 2024
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
Python Interview questions on list and vectors
I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.
Basic self evaluation test.
Handling class imbalance involves techniques like resampling, using different algorithms, and adjusting class weights.
Use resampling techniques like oversampling or undersampling to balance the classes.
Utilize algorithms that are robust to class imbalance, such as Random Forest, XGBoost, or SVM.
Adjust class weights in the model to give more importance to minority class.
Use evaluation metrics like F1 score, precision, r...
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
Preprocessing large/small datasets involves cleaning, transforming, and organizing data to prepare it for analysis.
Remove duplicates and missing values
Normalize or standardize numerical features
Encode categorical variables
Feature scaling
Handling outliers
Dimensionality reduction techniques like PCA
Splitting data into training and testing sets
I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.
I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.
SQL coding test on HackerRank. Also some questions on previous experience
Case study on a data project
based on 5 reviews
Rating in categories
Senior Software Engineer
3.3k
salaries
| ₹9.3 L/yr - ₹28 L/yr |
Software Engineer
3.2k
salaries
| ₹5 L/yr - ₹18.1 L/yr |
Claims Associate
2.3k
salaries
| ₹1.5 L/yr - ₹4.8 L/yr |
Associate Software Engineer
1.2k
salaries
| ₹3 L/yr - ₹8 L/yr |
Associate
1k
salaries
| ₹2 L/yr - ₹5.6 L/yr |
Infosys
TCS
Wipro
HCLTech