Encounted AI - Interview Questions
Encounted AI - Interview Questions
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
Question
Linear
What is word embeding
Diff between tf-idf & word embedding
What is loss function
What is gradient Discent
Diff between append & extend method python
How to handle sarcastic comments in sentiment analysis
what is the meaning of dirichlet in lda
how to handle imbalance data set
OneVsRestClassifier
What is Deep Leaning?
What is ANN?
What is Vanishing Gradients?
What is back Propagation?
What is sigmoid Function?
How to evaluate which model is best?
What is ROC curve
what is SMOTE
What is eigen value and eigen vector?
How PCA works?
By using which technique you identify features in your project?
What is continuous bag of words model?
What is resampling techniques and which technique you used in your project?
How to handle imbalance data set
decission tree
Model Selection with AIC and BIC
Four Types Of Cross Validation| K-Fold | Leave One Out |Bootstrap | Hold Out
Bias Vs Variance
done
x
x
x
done
DONE
DONE
DONE
Learning Link's
https://medium.com/@mlengineer/generative-and-discriminative-models-af5637a66a3
https://www.analyticsvidhya.com/blog/2017/06/word-embeddings-count-word2veec/
https://www.sciencedirect.com/science/article/pii/S235286481630027X
https://www.youtube.com/watch?v=xugjARegisk
https://www.youtube.com/watch?v=VPZiJGNX4_s
https://www.youtube.com/watch?v=j-EB6RqqjGI
https://www.youtube.com/watch?v=HBi-P5j0Kec
https://www.youtube.com/watch?v=Aw77aMLj9uM
https://github.com/icoxfog417/awesome-text-summarization
https://www.datacamp.com/community/tutorials/predictive-analytics-machine-learninghttps://towardsdatascience.com/feat
https://stackoverflow.com/questions/879432/what-is-the-difference-between-a-generative-and-a-discriminative-algorithm
https://www.youtube.com/watch?v=nelJ3svz0_ohttps://www.youtube.com/watch?v=MRD67WgWonA-----------------------------
https://www.geeksforgeeks.org/decision-tree-introduction-example/http://dataaspirant.com/2017/01/30/how-decision-tree
https://www.youtube.com/watch?v=e0JcXMzhtdY
https://www.youtube.com/watch?v=fDQkUN9yw44
https://www.youtube.com/watch?v=4MKN-JkNGXYhttps://www.youtube.com/watch?v=lpkSGTT8uMg
https://www.youtube.com/watch?v=4MKN-JkNGXY
https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/
-and-a-discriminative-algorithm
t-5-minutes/
SL No Question
1 what issues faced during Deploying
2 Howt do you do string to int conversion
3 Explain about your projects. What are depended and independent variables. What is the goal, what h
4 Decision tree - how it will classify
5 Missing values- how to handle (by imputation), by boxplots, scatter plots
6 Outliers - how to handle (how many rows got removed)
7 Bold highlighted things -> why did u use it, what improvements u observed
8 choose an algorithm, its drawbacks, advantages
9 Where we can apply ML problems. Giving a problem and provide solution
10 imbalanced data -> how to balance it
11 Why used that algorithm only in the project. Why not others..?
12 Dataset what columns and features importance of them
13 Why dropped few columns
14 EDA - Type of data. (categorical, numerical) – are we doing classification
15 What is the Process of NLP.
16 What alogorithm used for NLP
17 Performance metrices and when to use which
18 Tell about favorite model in detail and how it works
19 More about the projects goal, dataset, why that model, hyperparameters tuning
20 Gradient descent
21 What is Train, test and validation data set and difference
22 Hadoop implementation mapreduce
Fractol 23 Performance metrics in NN models. Transformers used?
24 In current project, why used neural networks rather than traditional ML models
25 How do u initialize the weights in the neural network
26 Why RNN other than other NN models? How do u validate the performance of these models?
27 Why using RNN instead of LSTM model?
28 What is activation function and its use?
29 Significance of ReLU activation function? Why it is preferred compared to others?
30 Timeseries Arimax. How it works? Steps in arimax? How the parameters are determined?
31 Loan prediction project: Explain abt the project, How many features, how many are important. How di
32 Bias- Variance trade off explain
33 Different Performance metrics.
34 Why we use cross validation.
35 Difference between supervised and unsupervised learning
36 F1 score significance. What is the significance of precision and recall in it explain.
37 Explain SVM model. What is the difference between Linear and RBF kernels?
38 In NLP, what are difference conversion models? Provided a classification example. (Need to classify t
39 What model did u use for this NLP? Said Naïve Bayes. Told to explain about it.
40 What is conditional probability? What is covariance. Range of covariance (Told as 0 to 1).
41 If two events are independent, what is the probability of 1 with respect to other?
Wipro 42 Difference between covariance and standard deviation?
43 What is AIC
44 ROC
45 How to check Multicollinearity - How to test
46 Before and after treatment - How to identify if there i
47 What is co-variance
48 explain R2
49 Null and residual deviance
50 Categorical data How is it related to output finding
51 What is VIF
HCL 52 Explainability vs accuracy
53 Explain confusion matrix
54 Write python code to find prime numbers
Learning Link's
https://medium.com/@mlengineer/generative-and-discriminative-models-af5637a66a3
epended and independent variables. What is the goal, what has been achieved?
et and difference
nsformers used?
orks rather than traditional ML models
ural network
How do u validate the performance of these models?
upervised learning
cance of precision and recall in it explain.
ce between Linear and RBF kernels?
models? Provided a classification example. (Need to classify the tweets. Positive, negative, neutral). What is better model? (Told as TF-IDF
Naïve Bayes. Told to explain about it.
covariance. Range of covariance (Told as 0 to 1).
e probability of 1 with respect to other?
dard deviation?
Related to statistics. Can perform T-Test
y reduction. Which model gave best accuracy?
r model? (Told as TF-IDF) Why TF-IDF. Explain it. When classifying TF-IDF will decrease the significance of high count of words.
high count of words.
https://acadgild.com/blog/top-20-apache-spark-interview-questions-2019
https://www.kaggle.com/sumi25/understand-arima-and-tune-p-d-q
https://www.edureka.co/blog/interview-questions/top-50-hadoop-interview-questions-2016/
https://intellipaat.com/blog/interview-question/big-data-hadoop-interview-questions/
https://www.dezyre.com/article/top-100-hadoop-interview-questions-and-answers-2019/159
Python
https://www.edureka.co/blog/interview-questions/python-interview-questions/
https://www.guru99.com/python-interview-questions-answers.html
https://data-flair.training/blogs/top-python-interview-questions-answer/
https://www.analyticsvidhya.com/blog/2015/08/comprehensive-guide-regression/
https://www.analyticsvidhya.com/blog/2019/08/11-important-model-evaluation-error-metrics/
https://www.analyticsvidhya.com/blog/2017/09/common-machine-learning-algorithms/
https://www.analyticsvidhya.com/blog/2016/04/complete-tutorial-tree-based-modeling-scratch-in-python/
Statistics for Data Science and Business Analysis
Glossary
A function or a rule, according to which we make estimations that will result in an interval. In this course, we will only consider confidence intervals. Anoth
A particular result that was obtained from an interval estimator. It is an interval.
A confidence interval is the range within which you expect the population parameter to be. You have a certain probability of it being correct, equal to the s
A value from a z-table, t-table, etc. that is associated with our test.
Shows in what % of cases we expect the population parameter to fall into the confidence interval we obtained. Denoted 1 - α. Example: 95% confidence le
A value coming from a table for a specific statistic (z, t, F, etc.) associated with the probability (α) that the researcher has chosen.
A table associated with the Z-statistic, where given a probability (α), we can see the value of the standardized variable, following the standard normal distr
A statistic that is generally associated with the Student's T distribution, in the same way the z-statistic is associated with the normal distribution.
A principle which is approximately true and is widely used in practice due to its simplicity.
A table associated with the t-statistic, where given a probability (α), and certain degrees of freedom, we can check the reliability factor.
The number of variables in the final calculation that are free to vary.
Half the width of a confidence interval. It drives the width of the interval.
Loosely, a hypothesis is 'an idea that can be tested'
A test that is conducted in order to verify if a hypothesis is true or false.
The null hypothesis is the one to be tested. Whenever we are conducting a test, we are trying to reject the null hypothesis.
The alternative hypothesis is the opposite of the null. It is usually the opinion of the researcher, as he is trying to reject the null hypothesis and thus accept
The statistical evidence shows that the hypothesis is likely to be true.
The statistical evidence shows that the hypothesis is likely to be false.
Tests which determine if a value is lower (or equal) or higher (or equal) to a certain value are one-sided. This is because they can only be rejected on one s
Tests which determine if a value is equal (or different) to a certain value are two-sided. This is because they can be rejected on two sides - if the paramete
The probability of rejecting the null hypothesis, if it is true. Denoted α. You choose the significance level. All else equal, the lower the level, the better the t
The part of the distribution, for which we would reject the null hypothesis.
This error consists of rejecting a null hypothesis that is true. The probability of committing it is α, the significance level.
This error consists of accepting a null hypothesis that is false. The probability of committing it is β.
Probability of rejecting a null hypothesis that is false (the researcher's goal). Denoted by 1- β.
The standardized variable associated with the dataset we are testing. It is observed in the table with an α equal to the level of significance of the test.
The hypothesized population mean.
The smallest level of significance at which we can still reject the null hypothesis given the observed sample statistic.
A measure of how many people on an email list actually open the emails they have received.
Causation refers to a causal relationship between two variables. When one variable changes, the other changes accordingly. When we have causality, varia
Gross domestic product is a monetary measure of the market value of all final goods and services produced for a specific country for a period.
A statistical process for estimating relationships between variables. Usually, it is used for building predictive models.
A linear approximation of a causal relationship between two or more variables.
The variable that is going to be predicted. It also 'depends' on the other variables. Usually, denoted y.
A variable that is going to predict. It is the observed data (your sample data). Usually, denoted x1, x2 to xk.
A numerical or constant quantity placed before and multiplying the variable in an algebraic expression.
This is a constant value, which does not affect any independent variable, but affects the dependent one in a constant manner.
The error of prediction. Difference between the observed value and the (unobservable) true value.
An equation, where the coefficients are estimated from the sample data. Think of it as an estimator of the linear regression model
Estimates of the coefficients βo, β1, … βk.
The best-fitting line through the data points.
Difference between the observed value and the estimated value by the regression line. Point estimate of the error ( ε ).
The intercept of the regression line with the y-axis for a simple linear regression.
The slope of the regression line for a simple linear regression.
The SAT is a standardized test for college admission in the US.
Grade point average
Abbreviation of 'analysis of variance'. A statistical framework for analyzing variance of means.
Sum of squares total. SST is the squared differences between the observed dependent variable and its mean.
Sum of squares regression. SSR is the sum of the differences between the predicted value and the mean of the dependent variable. This is the variability e
Sum of squares error. SSE is the sum of the differences between the observed value and the predicted value. This is the variability that is NOT explained by
A measure ranging from 0 to 1 that shows how much of the total variability of the dataset is explained by our regression model.
An abbreviation of 'ordinary least squares'. It is a method for estimation of the regression equation coefficients.
In this context, they refer to the tables that are going to be created after you use a software to determine your regression equation.
Also known as multiple linear regression. There is a slight difference between the two, but are generally used interchangeably. In this course, it refers to a
A measure, based on the idea of R-squared, which penalizes the excessive use of independent variables.
The F-statistic is connected with the F-distribution in the same way the z-statistic is related to the Normal distribution.
A test for the overall significance of the model.
When performing linear regression analysis, there are several assumptions about your data. They are known as the linear regression assumptions.
Refers to linear.
Literally means the same variance.
In statistics refers to a situation, where an independent variable is correlated with the error term.
When different error terms in the same model are correlated to each other.
Refers to high correlation.
A bias to the error term, which is introduced when you forget to include an important variable in your model.
Literally means a different variance. Opposite of homoscedasticity.
A transformation of a variable(s) in your model, where you substitute that variable(s) with its logarithm.
One part of the model is log, the other is not.
Both parts of the model are logarithmical.
Autocorrelation.
Data taken at one moment in time.
A type of panel data. Usually, time series is a sequence taken at successive, equally spaced points in time, e.g. stock prices.
A well-known phenomenon in finance. Consists in disproportionately high returns on Fridays and low returns on Mondays.