Data science interview questions
Data science interview questions: In this article, we list down 60 important interview questions on Python data science one must know. Whether you're a candidate or interviewer, these interview questions will help
- How to flatten a matrix?
- How to calculate the determinant of a matrix or nArray?
- How can you train and interpret a linear regression model in scikit learn?
- Name the libraries in python used for data analysis and scientific computations?
- How can you build a simple logistic regression model in python?
- Which is the main difference between a panda’s series and single-column dataframe in python?
- How to calculate the diagonal of matrix?
- How to invert a matrix in python?
- How to calculate the trace of a matrix?
How to convert dictionary to a matrix or narray in python?
- Write a code to sort a Dataframe in python descending order?
- How to run a basic RNN model using pytorch?
- How to save and reload deep learning models in pytorch?
- How to use autoencoder for unsupervised learning models?
- How to handle duplicate values in dataset for a variable in python?
- Which random parameter is used to create a scatter plot matrix?
- How to check if the data set or time series is random?
- How to reshape a numpy array in python?
- How to select elements from numpy array in python?
- How to create a vector or matrix in python?
- What are the possible ways to load an array from text data file in python?
- Which is the data missing marker used in pandas?
- Why you should use Numpy arrays instead of nested python lists?
- What is the preferred method to check an empty array in Numpy?
- List down evaluation metrics for regression problems?
- Which python library will prefer you prefer to use for data mining?
- List down the evaluation metrics for regression problems?
Write code to sort an array in Numpy by the nth column?
- How are Numpy and scipy related?
- Which python library is built on top of matplotlib and pandas to ease data plotting?
- Which plot will you use to access the uncertainty of statistics?
- What are some features of pandas that you like or dislike?
- Which scientific libraries in scipy have you worked on within your project?
- What is pylab?
- A package that combines numpy, scipy and matplotlib into a single namespace?
- Which python library is used for machine learning?
- What are the differences between supervised and unsupervised learning?
- How is logistic regression done?
- How do you build a random forest model?
- How can you avoid the overfitting of your model?
- What are the differences between supervised and unsupervised learning?
How is logistic regression done?
- Explain the steps in making a decision tree?
- How do you build a random forest model?
- How can you avoid the overfitting of your model?
- Differentiate between univariate, bivariate and multivariate analysis?
- What are the feature selection methods used to select the right variables?
- Write a program that prints the numbers ranging from one to 50?
- For given points, you will you calculate the Euclidean distance in python?
- What are dimensionally reduction and its benefits?
- What is bias, variance trade-off?
- What difference is between supervised and in supervised machine learning?
- What is a confusion matrix?
- Explain how an ROC curve works?
- What are the support vectors in SVM?
- Explain the decision tree algorithm in detail?
- What ensemble learning?
- Which is a technique is used to predict categorical responses?
- What are recommender systems?
- What is power analysis?
- What is collaborative filtering?