i
Stellar Innovations
Filter interviews by
I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.
Top trending discussions
I was interviewed in Jul 2023.
Entropy is a measure of randomness or disorder in a system. Gini index is a measure of impurity in a dataset. Derivatives measure rate of change. P-value is the probability of observing a test statistic. Beta value is the coefficient in a regression model. Imbalanced datasets have unequal class distribution. Recall is the proportion of actual positives correctly identified. Precision is the proportion of predicted posi...
Move all 0's to the end of the list in an array of strings
Iterate through the array and move all 0's to the end while maintaining the order of other elements
Use two pointers approach to swap 0's with non-zero elements
I applied via Referral and was interviewed in Jan 2023. There were 3 interview rounds.
They will give 2-3 Python coding questions related to List, Dictionary, String.
I applied via LinkedIn and was interviewed in Mar 2022. There were 4 interview rounds.
1. Coding Test Conducted on Hackereath.
There were 10 MCQ each carrying 10 marks.
2 programming questions (40pts, 60pts)
Question were based on DP and Segment Tree.
Implementing Python Collection Counter from Scratch
Create an empty dictionary to store the elements and their count
Iterate through the input list and add elements to the dictionary with their count
Return the dictionary
Example: input_list = ['apple', 'banana', 'apple', 'orange', 'banana']
Output: {'apple': 2, 'banana': 2, 'orange': 1}
Matrix multiplication, factorial and Fibonacci series implementation
Matrix multiplication involves multiplying two matrices to get a third matrix
Factorial is the product of all positive integers up to a given number
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones
Factorial can be implemented using recursion or iteration
Fibonacci series can be implemented using recursion or
The probability of getting 5 Sundays in a 31 day month is less than 1%.
There are 7 days in a week, so the probability of any given day being a Sunday is 1/7.
In a 31 day month, there are 4 full weeks and 3 extra days.
The probability of the first 4 weeks having 4 Sundays is (1/7)^4.
The probability of the remaining 3 days being Sundays is (3/7).
Multiplying these probabilities gives a total probability of less than 1%.
Using Bayes Theorem, find the probability of getting 10 heads given 99 unbiased coins and 1 biased coin.
Identify the prior probability of getting 10 heads with unbiased coins
Calculate the likelihood of getting 10 heads with the biased coin
Use Bayes Theorem to calculate the posterior probability of getting 10 heads given the mix of coins
Consider the impact of the biased coin on the overall probability
Program to check if a number is power of 3
Use logarithm to check if the result is an integer
Check if the number is greater than 0
Check if the remainder is 0 when the number is divided by 3 repeatedly
Categorical features in Linear Regression require encoding using dummy variables. Removing one dummy variable avoids the dummy variable trap.
Categorical features need to be encoded using dummy variables to be used in Linear Regression
Dummy variable trap occurs when one dummy variable can be predicted from the others
Removing one dummy variable avoids the issue of multicollinearity and improves model performance
Example: ...
Probability of seeing a plane in 30 minutes given 15% chance in 10 minutes.
Calculate the probability of not seeing a plane in 10 minutes
Use the formula P(X>=1) = 1 - P(X=0)
Calculate the probability of not seeing a plane in 30 minutes using the above probability
Calculate the probability of seeing atleast 1 plane in 30 minutes using the formula P(X>=1) = 1 - P(X=0)
Probability of a random point in a circle of 1 unit radius being closer to the circumference than the center.
The probability is 1/4 or approximately 0.785.
This is because the area of the circle closer to the circumference is 1/4th of the total area.
This can be calculated using the formula for the area of a circle: A = πr^2.
Accuracy score can be misleading on imbalanced datasets.
Accuracy score can be high even if the model is not performing well on the minority class.
F1 score, precision, and recall are better metrics for imbalanced datasets.
Stratified sampling, oversampling, and undersampling can help balance the dataset.
Example: A model predicting cancer in a dataset with only 1% positive cases.
Using accuracy score, a model that always p...
Sample T test is a statistical test used to determine if there is a significant difference between the means of two groups.
It is used to compare the means of two groups.
It assumes that the data is normally distributed.
It is commonly used in research studies to determine if a treatment has a significant effect.
Example: A sample T test can be used to compare the mean weight of two groups of people who followed different
P-value in regression summary measures the probability of observing a test statistic as extreme as the one computed from the sample data.
P-value is used to determine the statistical significance of the regression coefficient.
A low P-value (less than 0.05) indicates that the coefficient is statistically significant.
A high P-value (greater than 0.05) indicates that the coefficient is not statistically significant.
P-value...
I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.
Different varieties of Fibonacci series in Python.
Standard Fibonacci series
Fibonacci series with user-defined starting numbers
Fibonacci series with user-defined length
Fibonacci series with user-defined step
Fibonacci series with user-defined function
I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.
I was interviewed before Mar 2021.
Hacker earth coding test is there
I am open to discussing salary based on the responsibilities and expectations of the Senior Analyst role.
I am flexible and open to negotiation.
I would like to be compensated fairly for my skills and experience.
I am interested in the overall compensation package, including benefits and opportunities for growth.
I would appreciate discussing the salary range for this position.
I am confident that we can come to a mutually
I worked as a Senior Analyst at XYZ Company.
Analyzed data and provided insights to support decision-making
Developed and maintained complex financial models
Collaborated with cross-functional teams to identify opportunities for process improvement
Presented findings and recommendations to senior management
Managed and mentored a team of junior analysts
I applied via Referral
based on 1 interview
Interview experience
based on 10 reviews
Rating in categories
Process Associate
334
salaries
| ₹1 L/yr - ₹4.6 L/yr |
Senior Analyst
92
salaries
| ₹2 L/yr - ₹5.3 L/yr |
Senior Process Associate
78
salaries
| ₹2.2 L/yr - ₹4.5 L/yr |
Software Engineer
55
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
Title Examiner
48
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
TCS
Infosys
Wipro
HCLTech