Dolat Capital Market
Rudhra Info Solutions Interview Questions and Answers
Q1. What is standard deviation ? state formula for standard deviation
Standard deviation is a measure of the amount of variation or dispersion of a set of values.
Standard deviation is calculated as the square root of the variance.
It measures how spread out the values in a data set are around the mean.
A higher standard deviation indicates more variability in the data.
Formula for standard deviation: sqrt(Σ(x - μ)² / N), where x is each value, μ is the mean, and N is the number of values.
Q2. What is correlation , regression , gradient descent
Correlation measures the relationship between two variables, regression predicts a dependent variable based on independent variables, and gradient descent is an optimization algorithm for finding the minimum of a function.
Correlation measures the strength and direction of a linear relationship between two variables. It ranges from -1 to 1.
Regression is a statistical technique used to model the relationship between a dependent variable and one or more independent variables. It...read more
Q3. How will you select columns ?
I will select columns based on relevance to the analysis goals and data quality.
Identify columns relevant to the analysis goals
Consider data quality and completeness of each column
Remove redundant or irrelevant columns
Use statistical methods or domain knowledge to prioritize columns
Q4. What is R square
R square is a statistical measure that represents the proportion of the variance for a dependent variable that's explained by an independent variable.
R square ranges from 0 to 1, with 1 indicating a perfect fit.
It is used to evaluate the goodness of fit of a regression model.
A higher R square value indicates that the model explains a larger proportion of the variance in the dependent variable.
Q5. Probability and distributions, complete definition and explanation of linear regression
Probability and distributions, linear regression definition and explanation
Probability and distributions involve analyzing the likelihood of different outcomes occurring
Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables
It aims to find the best-fitting line that represents the relationship between the variables
The line is determined by minimizing the sum of the squared differences between ...read more
Q6. Tell the assumptions of linear regression
Assumptions of linear regression include linearity, independence, homoscedasticity, and normality.
Linearity: The relationship between the independent and dependent variables is linear.
Independence: The residuals are independent of each other.
Homoscedasticity: The variance of the residuals is constant across all levels of the independent variables.
Normality: The residuals are normally distributed.
No multicollinearity: The independent variables are not highly correlated with ea...read more
Q7. Write down Black Scholes equation
The Black Scholes equation is a mathematical model used to calculate the theoretical price of European-style options.
The equation is used to determine the price of a call or put option over time.
It takes into account factors such as the current stock price, strike price, time to expiration, risk-free interest rate, and volatility.
The formula is: C = S*N(d1) - X*e^(-rt)*N(d2) for a call option, and P = X*e^(-rt)*N(-d2) - S*N(-d1) for a put option.
Where C is the call option pri...read more
Q8. Python - Create a dictionary
Creating a dictionary in Python
Use curly braces {} to create an empty dictionary
Add key-value pairs using colon :
Separate multiple key-value pairs using comma ,
Access values using keys
Example: my_dict = {'name': 'John', 'age': 30}
Top HR Questions asked in Rudhra Info Solutions
Interview Process at Rudhra Info Solutions
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month