Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.
Top trending discussions
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 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 26 Nov 2024
I applied via Campus Placement
It was related to Aptitude MCQ and 2-coding test
A palindrome of a number is a number that remains the same when its digits are reversed.
To check if a number is a palindrome, reverse the number and compare it with the original number.
Examples: 121 is a palindrome, 123 is not a palindrome.
Merging two linked lists involves combining the elements of both lists into a single list.
Create a new linked list to store the merged elements
Traverse through both linked lists and add elements to the new list
Handle cases where one list is longer than the other
Technical Round Tableau Dashboard
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.
Logistic regression can be applied for multiclasstext classification by using one-vs-rest or softmax approach.
One-vs-rest approach: Train a binary logistic regression model for each class, treating it as the positive class and the rest as the negative class.
Softmax approach: Use the softmax function to transform the output of the logistic regression into probabilities for each class.
Evaluate the model using appropriate...
posted on 23 Jul 2024
I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.
Aptitute,technical mcqs
Software Engineer
1.3k
salaries
| ₹19.6 L/yr - ₹80 L/yr |
Software Developer
1.1k
salaries
| ₹21.8 L/yr - ₹56.7 L/yr |
Senior Software Engineer
610
salaries
| ₹22 L/yr - ₹94 L/yr |
Sde1
254
salaries
| ₹14 L/yr - ₹55 L/yr |
Data Scientist
248
salaries
| ₹25 L/yr - ₹55 L/yr |
Yahoo
Amazon
Microsoft Corporation