Data Science Interview Questions | Data Science Interview Questions Answers And Tips | Simplilearn

Data Science Interview Questions | Data Science Interview Questions Answers And Tips | Simplilearn

Simplilearn

5 лет назад

292,938 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@shreeramshankarpattanayak7409
@shreeramshankarpattanayak7409 - 18.10.2023 20:45

Great video !

Ответить
@rameezahmaddar5360
@rameezahmaddar5360 - 06.01.2022 14:59

i=1
while(i<=50):
if (i%3 ==0 and i%5 ==0):
print('FizzBuzz')
elif i%3==0:
print("Fizz")
elif (i%5==0):
print('Buzz')
else:
print(i)
i=i+1

Ответить
@amsouvikghosh
@amsouvikghosh - 15.09.2021 22:23

Excellent and very much informative video. For the question number 19, I was thinking to mention about Augmented Dickey Fuller test (ADF Test) which is a common statistical test used to test whether a given Time series is stationary or not.

Ответить
@harishatejg268
@harishatejg268 - 21.05.2021 20:38

Thank you

Ответить
@bobrick3491
@bobrick3491 - 28.04.2021 00:06

Q1 is soo ambiguous. Can you empty water? How much water is there to begin with? Is it 3L, 5L of water or are the buckets that size? If not, do we just assume we even have 4L of water to begin with?

Ответить
@conorsmyth12358
@conorsmyth12358 - 20.02.2021 00:45

Let's talk about the pronunciation of hierarchical, a priori, and chi.

Ответить
@simba8073
@simba8073 - 19.02.2021 11:57

Thank god. Virendra Sehwag did not have to learn the data science and such teasers. He just believed that ball is there to hit....

Ответить
@KixMayne91
@KixMayne91 - 24.01.2021 04:34

If I'm not mistaken cant Apriori fall into either category? Because you can augment it to use class labels.

Ответить
@seymatas
@seymatas - 18.09.2020 06:51

As a physicist - data scientist, I first planned to make two pendulums using ropes, find the period using T =2Pi sqrt(length/gravitational acceleration). Measure time by using this pendulum clock. :)

Ответить
@antoniovazquez4900
@antoniovazquez4900 - 13.09.2020 04:15

For question 15 you assume independence, which is (with the provided data) the only way to go, but it's a BIG assumption.

Ответить
@marwaa.6759
@marwaa.6759 - 05.08.2020 13:36

Very rich and informative video.. thanks for the great effort.

Ответить
@hemantsharma276
@hemantsharma276 - 11.07.2020 22:40

Dimension reduction does not take account tg the redundant features, it only take care of the variance.....

Ответить
@ShadowknitezRS
@ShadowknitezRS - 20.05.2020 10:54

For the question at around the 45th minute
The first solution that comes to mind is your solution. However, if the rope is not uniform, doesn't that mean that folding it in half would not work? Let's say the left half burns completely in 20 minutes while the right half in 40 minutes, folding it in half would not really help you measure 30 minutes, and same goes to the folding in 4.

Ответить
@mindsetnuggets
@mindsetnuggets - 21.02.2020 02:03

Excellent video. Very much helpful

Ответить
@sislastew2693
@sislastew2693 - 30.01.2020 07:45

Thank you so much. Keep the good stuff coming

Ответить
@seshadris8323
@seshadris8323 - 19.01.2020 17:36

In the final question: Does offering coupons impacts purchase decision ?
Here we have 2 categorical variables - 'Coupons' and 'Purchased' both cotain 0 & 1.
Can't this be done using Cho Square?

Ответить
@shouryateja4667
@shouryateja4667 - 13.12.2019 14:33

In the bucket example I will fill each bucket with half 2.5 and 1.5 which is 4L

Ответить
@NitinGuptalko
@NitinGuptalko - 01.12.2019 18:03

good video. just one point, entropy answer does not look correct. second term also should be negative. is it not?

Ответить
@troys9099
@troys9099 - 01.12.2019 05:16

Where is the part 2

Ответить
@andyh.1882
@andyh.1882 - 03.11.2019 07:43

For the 1st question, I did it differently. Step 1 Fiil in the 3 liter bucket and pour the water in 5 liter bucket. (2 liter still not filled) Step 2 Fill in the 3 liter bucket again and pour the water in 5 liter bucket until it is filled (2 liter was available) so you have 1 liter left in 3 liter bucket. Step 3 Empty your 5 liter bucket completely and pour your 1 liter from 3 liter bucket in 5 liter bucket (you have 1 liter of water in 5 liter bucket). Step 4 Fill in the 3 liter bucket completely and then pour the 3 liters in 5 liter bucket (you have 4 liter in 5 liter bucket). This is more steps involved but also possible.

Ответить
@unnikrishnantp8308
@unnikrishnantp8308 - 13.08.2019 05:30

In Random Forest, we bootstrap sample both features and training instances (rows). Very important point. Bootstrap sampling the features reduce bias error, and second one controls overfitting to a slight extend only though

Ответить
@clevo4040
@clevo4040 - 12.07.2019 19:38

" e to the base 2" might want to reconsider that one.
You got it right the second time you said it!

Ответить
@ashveentube
@ashveentube - 10.07.2019 05:33

Thanks

Ответить
@RahulKumar-nt7go
@RahulKumar-nt7go - 07.07.2019 13:51

This is a great video! Thank you for sharing.
Is association rule mining type of content based filtering?

Ответить
@PejmanJ
@PejmanJ - 05.07.2019 23:34

Nice! There's an issue with Entropy formula though...

Ответить
@eyitayoeyitayo-lawal2331
@eyitayoeyitayo-lawal2331 - 04.07.2019 13:28

Thank you. No video has impacted me this much.

Ответить
@andrew1257
@andrew1257 - 23.06.2019 20:47

Chai square hehe ;D

Ответить
@nessessence8261
@nessessence8261 - 23.04.2019 07:51

are you the same guy as the instructor in linear algebra on Khanacademy ?

Ответить
@ajaykushwaha6137
@ajaykushwaha6137 - 23.04.2019 02:11

One of the greatest videos so far in the field of data science.

Ответить
@mustafabohra2070
@mustafabohra2070 - 16.04.2019 21:34

What do we mean by Feedback mechanism?

Ответить
@faychen3872
@faychen3872 - 27.02.2019 21:19

Thanks for sharing. Can you explain a little bit more about ANOVA/one-way ANOVA, when should we use ANOVA?

Ответить
@dudepamal
@dudepamal - 25.02.2019 07:11

Great video. Thanks for sharing. I think answer to question 11 could has more to do with curse of dimensionality, rather than computation and storage.

Ответить
@siddheshshanker4162
@siddheshshanker4162 - 28.01.2019 17:01

Excellent video. Compiled almost all the important aspects of Data Science interview.
I have a doubt. For the recommendation, the algorithm that is being used is Decision tree.

Ответить
@omgitsbenhayes
@omgitsbenhayes - 09.01.2019 03:39

Random forest algorithm randomly chooses 'k' features at each split not just within a decision tree.

Ответить
@redarabie7098
@redarabie7098 - 09.11.2018 16:13

thank you a lot for your videos, i have a question
what is the best regression method for a dataset with huge number of variables ( 1000 variables ) also maybe we can found a lot of redundant variables

Ответить