This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Explain What Is The Criteria For A Good Data Model? |
|
Answer» Criteria for a good data model includes:
Criteria for a good data model includes: |
|
| 2. |
Explain What Is N-gram? |
|
Answer» N-gram: An n-gram is a CONTIGUOUS sequence of n ITEMS from a given sequence of TEXT or speech. It is a type of probabilistic LANGUAGE model for PREDICTING the next item in such a sequence in the form of a (n-1). N-gram: An n-gram is a contiguous sequence of n items from a given sequence of text or speech. It is a type of probabilistic language model for predicting the next item in such a sequence in the form of a (n-1). |
|
| 3. |
Which Imputation Method Is More Favorable? |
|
Answer» Although single imputation is widely USED, it does not reflect the UNCERTAINTY created by missing data at random. So, MULTIPLE imputation is more favorable then single imputation in case of data missing at random. Although single imputation is widely used, it does not reflect the uncertainty created by missing data at random. So, multiple imputation is more favorable then single imputation in case of data missing at random. |
|
| 4. |
Explain What Is Imputation? List Out Different Types Of Imputation Techniques? |
|
Answer» During IMPUTATION we replace missing data with substituted values. The types of imputation techniques INVOLVE are: Single Imputation Hot-deck imputation: A missing value is imputed from a randomly SELECTED similar record by the help of punch card Cold deck imputation: It works same as hot deck imputation, but it is more ADVANCED and selects donors from another datasets Mean imputation: It involves replacing missing value with the mean of that variable for all other cases Regression imputation: It involves replacing missing value with the predicted values of a variable based on other variables Stochastic regression: It is same as regression imputation, but it adds the average regression VARIANCE to regression imputation Multiple Imputation: Unlike single imputation, multiple imputation estimates the values multiple times During imputation we replace missing data with substituted values. The types of imputation techniques involve are: Single Imputation Hot-deck imputation: A missing value is imputed from a randomly selected similar record by the help of punch card Cold deck imputation: It works same as hot deck imputation, but it is more advanced and selects donors from another datasets Mean imputation: It involves replacing missing value with the mean of that variable for all other cases Regression imputation: It involves replacing missing value with the predicted values of a variable based on other variables Stochastic regression: It is same as regression imputation, but it adds the average regression variance to regression imputation Multiple Imputation: Unlike single imputation, multiple imputation estimates the values multiple times |
|
| 5. |
What Are Hash Table Collisions? How Is It Avoided? |
|
Answer» A hash table COLLISION happens when two different keys hash to the same value. Two DATA cannot be stored in the same slot in array. To avoid hash table collision there are many techniques, here we list out two: Separate Chaining: It uses the data structure to store multiple ITEMS that hash to the same slot. Open addressing: It SEARCHES for other slots USING a second function and store item in first empty slot that is found A hash table collision happens when two different keys hash to the same value. Two data cannot be stored in the same slot in array. To avoid hash table collision there are many techniques, here we list out two: Separate Chaining: It uses the data structure to store multiple items that hash to the same slot. Open addressing: It searches for other slots using a second function and store item in first empty slot that is found |
|
| 6. |
What Is A Hash Table? |
|
Answer» In computing, a hash table is a map of KEYS to values. It is a data structure used to implement an associative ARRAY. It uses a hash function to compute an INDEX into an array of SLOTS, from which DESIRED value can be fetched. In computing, a hash table is a map of keys to values. It is a data structure used to implement an associative array. It uses a hash function to compute an index into an array of slots, from which desired value can be fetched. |
|
| 7. |
Explain What Is Correlogram Analysis? |
|
Answer» A correlogram analysis is the common FORM of SPATIAL analysis in geography. It consists of a series of estimated autocorrelation coefficients CALCULATED for a different spatial relationship. It can be used to construct a correlogram for distance-based data, when the raw data is EXPRESSED as distance RATHER than values at individual points. A correlogram analysis is the common form of spatial analysis in geography. It consists of a series of estimated autocorrelation coefficients calculated for a different spatial relationship. It can be used to construct a correlogram for distance-based data, when the raw data is expressed as distance rather than values at individual points. |
|
| 8. |
What Is Time Series Analysis? |
|
Answer» TIME series analysis can be done in two domains, frequency DOMAIN and the time domain. In Time series analysis the output of a particular process can be forecast by analyzing the previous data by the HELP of various METHODS like EXPONENTIAL smoothening, log-linear regression method, etc. Time series analysis can be done in two domains, frequency domain and the time domain. In Time series analysis the output of a particular process can be forecast by analyzing the previous data by the help of various methods like exponential smoothening, log-linear regression method, etc. |
|
| 9. |
What Are Some Of The Statistical Methods That Are Useful For Data-analyst? |
|
Answer» Statistical methods that are useful for data SCIENTIST are:
Statistical methods that are useful for data scientist are: |
|
| 10. |
Explain What Is Clustering? What Are The Properties For Clustering Algorithms? |
|
Answer» Clustering is a classification METHOD that is applied to data. Clustering algorithm DIVIDES a data set into natural groups or clusters. Properties for clustering algorithm are: Clustering is a classification method that is applied to data. Clustering algorithm divides a data set into natural groups or clusters. Properties for clustering algorithm are: |
|
| 11. |
Explain What Is Map Reduce? |
|
Answer» Map-reduce is a framework to process large DATA SETS, splitting them into subsets, processing each subset on a DIFFERENT SERVER and then blending results obtained on each. Map-reduce is a framework to process large data sets, splitting them into subsets, processing each subset on a different server and then blending results obtained on each. |
|
| 12. |
Explain What Is Kpi, Design Of Experiments And 80/20 Rule? |
|
Answer» KPI: It stands for Key Performance Indicator, it is a metric that CONSISTS of any combination of spreadsheets, reports or charts about business process Design of experiments: It is the initial process used to split your DATA, sample and SET up of a data for statistical analysis 80/20 rules: It means that 80 percent of your income comes from 20 percent of your clients. KPI: It stands for Key Performance Indicator, it is a metric that consists of any combination of spreadsheets, reports or charts about business process Design of experiments: It is the initial process used to split your data, sample and set up of a data for statistical analysis 80/20 rules: It means that 80 percent of your income comes from 20 percent of your clients. |
|
| 13. |
Explain What Is Collaborative Filtering? |
|
Answer» Collaborative filtering is a simple ALGORITHM to CREATE a recommendation system based on user behavioral data. The most important components of collaborative filtering are users- items- INTEREST. A good example of collaborative filtering is when you SEE a statement LIKE “recommended for you” on online shopping sites that’s pops out based on your browsing history. Collaborative filtering is a simple algorithm to create a recommendation system based on user behavioral data. The most important components of collaborative filtering are users- items- interest. A good example of collaborative filtering is when you see a statement like “recommended for you” on online shopping sites that’s pops out based on your browsing history. |
|
| 14. |
Mention What Are The Key Skills Required For Data Analyst? |
|
Answer» A data scientist must have the following skills: Database knowledge Predictive Analytics
Big Data Knowledge
Presentation SKILL
A data scientist must have the following skills: Database knowledge Predictive Analytics Big Data Knowledge Presentation skill |
|
| 15. |
Explain What Is K-mean Algorithm? |
|
Answer» K mean is a famous partitioning METHOD. Objects are classified as BELONGING to ONE of K groups, k chosen a priori. In K-mean algorithm:
K mean is a famous partitioning method. Objects are classified as belonging to one of K groups, k chosen a priori. In K-mean algorithm: |
|
| 16. |
Explain What Is Hierarchical Clustering Algorithm? |
|
Answer» Hierarchical clustering algorithm combines and DIVIDES existing groups, CREATING a hierarchical STRUCTURE that showcase the order in which groups are DIVIDED or merged. Hierarchical clustering algorithm combines and divides existing groups, creating a hierarchical structure that showcase the order in which groups are divided or merged. |
|
| 17. |
Explain What Is An Outlier? |
|
Answer» The outlier is a commonly used TERMS by analysts REFERRED for a value that appears far away and DIVERGES from an overall pattern in a sample. There are two types of Outliers:
The outlier is a commonly used terms by analysts referred for a value that appears far away and diverges from an overall pattern in a sample. There are two types of Outliers: |
|
| 18. |
Mention How To Deal The Multi-source Problems? |
|
Answer» To DEAL the multi-source problems:
To deal the multi-source problems: |
|
| 19. |
Explain What Should Be Done With Suspected Or Missing Data? |
Answer»
|
|
| 20. |
Mention What Are The Data Validation Methods Used By Data Analyst? |
|
Answer» Usually, METHODS used by DATA analyst for data VALIDATION are:
Usually, methods used by data analyst for data validation are: |
|
| 21. |
Explain What Is Knn Imputation Method? |
|
Answer» In KNN imputation, the missing attribute VALUES are imputed by USING the attributes value that are most SIMILAR to the attribute whose values are missing. By using a distance function, the similarity of two attributes is DETERMINED. In KNN imputation, the missing attribute values are imputed by using the attributes value that are most similar to the attribute whose values are missing. By using a distance function, the similarity of two attributes is determined. |
|
| 22. |
Mention What Are The Missing Patterns That Are Generally Observed? |
|
Answer» The MISSING patterns that are generally OBSERVED are:
The missing patterns that are generally observed are: |
|
| 23. |
Mention The Name Of The Framework Developed By Apache For Processing Large Data Set For An Application In A Distributed Computing Environment? |
|
Answer» Hadoop and MapReduce is the programming framework developed by APACHE for processing LARGE DATA SET for an application in a distributed computing ENVIRONMENT. Hadoop and MapReduce is the programming framework developed by Apache for processing large data set for an application in a distributed computing environment. |
|
| 24. |
List Out Some Common Problems Faced By Data Analyst? |
|
Answer» Some of the common problems faced by data ANALYST are:
Some of the common problems faced by data analyst are: |
|
| 25. |
Mention What Is The Difference Between Data Mining And Data Profiling? |
|
Answer» The difference between DATA mining and data PROFILING is that: Data profiling: It targets on the instance analysis of individual attributes. It gives information on VARIOUS attributes like value RANGE, discrete value and their frequency, occurrence of null values, data type, length, etc. Data mining: It focuses on cluster analysis, detection of unusual records, dependencies, sequence discovery, RELATION holding between several attributes, etc. The difference between data mining and data profiling is that: Data profiling: It targets on the instance analysis of individual attributes. It gives information on various attributes like value range, discrete value and their frequency, occurrence of null values, data type, length, etc. Data mining: It focuses on cluster analysis, detection of unusual records, dependencies, sequence discovery, relation holding between several attributes, etc. |
|
| 26. |
List Of Some Best Tools That Can Be Useful For Data-analysis? |
| Answer» | |
| 27. |
Explain What Is Logistic Regression? |
|
Answer» Logistic regression is a STATISTICAL METHOD for EXAMINING a DATASET in which there are ONE or more independent variables that defines an outcome. Logistic regression is a statistical method for examining a dataset in which there are one or more independent variables that defines an outcome. |
|
| 28. |
List Out Some Of The Best Practices For Data Cleaning? |
|
Answer» Some of the best practices for data cleaning includes:
Some of the best practices for data cleaning includes: |
|
| 29. |
Mention What Is Data Cleansing? |
|
Answer» Data CLEANING also referred as data cleansing, deals with identifying and removing errors and INCONSISTENCIES from data in order to enhance the QUALITY of data. Data cleaning also referred as data cleansing, deals with identifying and removing errors and inconsistencies from data in order to enhance the quality of data. |
|
| 30. |
Mention What Are The Various Steps In An Analytics Project? |
|
Answer» Various STEPS in an analytics project include:
Various steps in an analytics project include: |
|
| 31. |
What Is Required To Become A Data Analyst? |
|
Answer» To become a data analyst:
To become a data analyst: |
|
| 32. |
Mention What Is The Responsibility Of A Data Analyst? |
|
Answer» Responsibility of a Data analyst include:
Responsibility of a Data analyst include: |
|