Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
9 views

dataanalyticswithpython_interview_que

Uploaded by

Tirth Patel
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

dataanalyticswithpython_interview_que

Uploaded by

Tirth Patel
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

DATA ANALYTICS INTERVIEW QUESTIONS

MODULE 1 : PYTHON

1. What are the key features of python?

d
2. What is a collection in python?
3.
4.
5.
Explain difference between list and tuple
What is the namespace in python?
What is meaning of mutable and immutable
.t Lt
6. What is the lambda function in python?

P v
s
7. Explain extend() and append() in python

e
8. What are the rules for local and global variables in python?
9.

gi
Difference between from and import in python

lo
10. What is the use of yield?
11. What is __init__ in python?
12.

n o
What is the main purpose of polymorphism in python?

h
13. What is a constructor in python ?
14.
c
What is the zip() function in python ?

e
T
15. How to create an empty class ?

S
16. What is map and filter function in python ?

P
17. Types of inheritance in python

TO
MODULE 2. SQL

1. What is RDBMS
2. Difference between RDBMS vs. DBMS
3. What are the types of joins in sql ?
4. What is the difference between DROP , TRUNCATE and DELETE
statement ?
5. What is the difference between having clause and where clause?
6. There might be the questions where they gives you a query and ask
you that….
1. Identify the error and run them
2. Predict what the query will return
3. Explain what problem the query is meant to solve
7. Given a table write a query …
1. List the three stores with the highest number of customer transac-
tion
2. Extract employee IDs for all employees who earned a three or high
on their last performance review
3. Calculate the average monthly sales by product displayed in
descending order
4. Find and remove duplicate in the table without creating another
table.
5. Identify the common record between two tables
Note : The brush up your skills of sql with practicing on different type of

d
table .

MODULE 3 : EXCEL
.t Lt
1. What is excel ?
P v
2.
3. What is macro ?
i e s
What is the difference between the functions and formula ?

4. How do you make the drop down list

lo g
Note : please note that the question from this portion with be mostly on
practical base ,

n o
So please refine your knowledge of Excel formulas , how to make chart

c h
Te
MODULE 4 : STATISTICS

1.
P S
When should you use a t-test and z-test ?
2.

T
3.
4.
O What is p-value ?
What is assumption of normality ?of normality ?
What is central limit theorem and why it is important ?
5. What is empirical rule ?
6. Hat general condition must be satisfied for the central limit theorem
to hold ?
7. What is the difference between combination and permutations ?
8. How many permutation does a license plate have with 6 digit ?
9. How many ways can you draw 6 cards from a deck of 52 cards ?
10. Examples of random sampling technique
11. Difference between type 1 error and type 2 error
12. What does a autocorrelation mean ?
13. What is confidence interval ?
14. What does poisson distribution represent ?
15. Give an example where the median is a better measure than the mean
?
16. What is skewed data ?
17. Give the examples of the each type of the skewed data ?
18. What is pearson correlation coefficient ?
19. Advantages of the normal distributed data
20. Difference between variance and the slandered deviation ?
21. Difference between binomial and bernauli distribution?
22. What is hypothesis testing?
23. Types of hypothesis testing ?

td
24. Explain ach and every technique of hypothesis testing and where to

.t L
use which technique?

MODULE 5. ANALYZING DATA WITH PYTHON

P v
1.

i e s
Different types of the data structure in pandas ?

g
2. What is series in pandas ?

lo
3. What is dataframe in pandas ?

o
4. What is difference between series and dataframe

n
5. What is reindexing in pandas

h
6. Different type of data ?
7.
c
Difference between ordinal and nominal data ?

e
T
8. What are the different way a dataframe can be created in pandas

S
9. What is groupby function in pandas ?

P
10. What is numpy?

O
11. Use of numpy?

T
12.
13.
14.
How to create 1D , 2D and 3D array in numpy ?
How to create the array with all zeros in numpy ?
All the function available to generate a random numbers in numpy
15. Generate a line chart using the matplotlib
16. Build a histogram using the matplotlib
17. Importance of histogram
18. What does histogram represent
19. What is the importance of EDA
20. How to handle the Missing data
21. List all the technique to handle the missing data
22. How to handle the categorical data , list all the technique ]
23. What is feature normalization.
24. What is the importance of feature normalization
25. Different type of the feature normalization technique .
26. What are outliers?
27. Does outliers are problem maker all time ?
28. How to handle the outlier ?
29. List types of technique to handle the outliers .
30. What are the imbalance data ?
31. How to handle the imbalance data ? write all the technique to handle
the imbalance data .
32. Importance of feature selection ?
33. What are feature selection methods ?

td
.t L
MODULE 6. MACHINE LEARNING

1. What is machine learning ?


2.
3.
P v
Difference between supervise and unsupervised learning ?
Differentiate univariate, bivariate and multivariate analysis ?
4.
5.
Equation of Euclidian distance
What are recommender system ?
i e s
6.
7. What is confusion matrix ?
lo g
How do you find the RMSE and MSE in a linear regression model ?

8.
9.
n o
Where to use recall and precision ?
Why we use precision and recall instead of accuracy ?
10.
c h
What is F1 score ?
11.
12.
Te
What is F-Beta Score ?
What is Type 1 and Type 2 error ?
13.
14.
P S
What are the drawback of the linear model ?
Explain the bias and variance tradeoff /

TO
15.
16.
17.
What is ensemble learning ?
What is cross validation and why we use that ?
What is k in k means clustering ?
18. How to find the k in k means clustering ?
19. What are the evaluation matric in regression model?
20. What are the evaluation matric in classification model ?
21. What are the evaluation matric in clustering models ?
22. Main equation of the naïve bayes model ?
23. What are support vectors in SVM ?
24. What are dimensionality reduction techniques ?
25. What are time series data ?
26. Different model to use in time series analysis ?
27. What are sentiment analysis , define the approach ?
27. What are sentiment analysis , define the approach ?
28. Difference between PCA and LDA .
29. What is multi arm bandit problem ?
30. What is exploration and exploitation ?
31. What is greedy and non greedy method ?
32. What is q learning ?
33. What is A/B Testing ?
34. Difference between bagging and boosting in ensemble learning ?

MODULE 7 : DEEP LEARNING

1. Why to use the deep learning ?


td
.t L
2. Comparison between Ml and DL ?
3. What is forward propagation ?
4.
5.
What is backward propagation ?
What are weighs and biases ?
P v
6. What are neurons .

i e s
MODULE 8 : DATA VISUALIZATION

lo g
1.
n o
What is Business Intelligence Tool ?
2. What is Tableau?

c h
e
3. Different business intelligence tool ?

T
4. What is the difference between various BI Tools and Tableau ?

S
5. What are different Tableau Product ?
6.
7.
O P What is Parameter in Tableau ?
What is measures and dimensions ?

T
8.
9.
10.
What are continues and discrete filed types ?
What is aggregation and disaggregation of data ?
What are joins in Tableau ?
11. What are different file extension in Tableau ?
12. What are sets ?
13. What are groups in tableau ?
14. What are shelves ?
15. What is data blending in tableau ?
16. What is Tableau data engine ?
17. Various Types of filters in tableau ?
18. What are the components in a dashboard ?
19. What are TDE File ?
20. How to use groups in calculated filed ?
21. What is rank function in tableau?

You might also like