Q. What are the common measures of central tendencies?
A. Mean
Median
Mode
Q. What are quartiles in the data?
A. Quartiles are three points in the data, that divide the data into four groups. Each group consisting of a quarter of data.
python data science interview questions and answers python is a high-level programming language using Data Science Now a days
Q. What is t-tests() in R ?
A. It is used to determine that the means of two groups are equal or not by using t.test() function.
Q. What are the commonly used error metrics in regression tasks in Data Science?
A. MSE – Mean squared error – Average of square of errors
RMSE – Root mean square error – root of MSE
MAPE – Mean absolute percentage error.