InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
To view the first 3 rows of the dataset, which of the following commands is used? |
|
Answer» To VIEW the first 3 rows of the dataset, which of the following commands is USED? |
|
| 2. |
Choose the correct sequence from the following. |
|
Answer» CHOOSE the correct sequence from the following. Choose the correct OPTION from below list (1)Data Analysis -> Preprocessing -> Model BUILDING -> Predict (2)PreProcessing -> Model Building -> Predict (3)Data Analysis -> Preprocessing -> Predict -> Train (4)Preprocessing -> Predict -> Train Answer:-(1)Data Analysis -> Preprocessing -> Model Building -> Predict |
|
| 3. |
True Negative is when the predicted instance and the actual instance are positive. |
|
Answer» True Negative is when the predicted INSTANCE and the ACTUAL instance are positive. |
|
| 4. |
A process used to identify unusual data points is _________ |
|
Answer» A process used to IDENTIFY unusual DATA points is _________ |
|
| 5. |
Is there a class imbalance problem in the given data set? |
|
Answer» Is there a class imbalance problem in the GIVEN data set? |
|
| 6. |
How many new columns does the following command return? |
|
Answer» How many new columns does the FOLLOWING command return? |
|
| 7. |
The classification where each data is mapped to more than one class is called _________ |
|
Answer» The classification where each data is mapped to more than one class is called _________ |
|
| 8. |
Images and documents are examples of _________ |
|
Answer» IMAGES and DOCUMENTS are examples of _________ Choose the correct OPTION from below list (1)Structured DATA (2)Unstructured Data Answer:-(2)Unstructured Data |
|
| 9. |
Which command is used to identify the unique values of a column? |
|
Answer» Which command is used to identify the UNIQUE values of a COLUMN? |
|
| 10. |
What kind of classification is our case study 'Churn Analysis'? |
|
Answer» What kind of CLASSIFICATION is our case study 'Churn Analysis'? |
|
| 11. |
Identify the structured data from the following. |
|
Answer» Identify the STRUCTURED data from the following. |
|
| 12. |
The fit(X, y) is used to _________ |
|
Answer» The FIT(X, y) is used to _________ |
|
| 13. |
Clustering is an example of ___________ |
|
Answer» CLUSTERING is an example of ___________ Choose the CORRECT OPTION from below list (1)Unsupervised classification (2)Supervised classification Answer:-(1)Unsupervised classification |
|
| 14. |
A technique used to depict the performance in a tabular form that has 2 dimensions namely actual and predicted sets of data is ________ |
|
Answer» A technique USED to depict the performance in a tabular form that has 2 dimensions namely actual and predicted sets of data is ________ |
|
| 15. |
Which type of cross-validation is used for an imbalanced dataset? |
|
Answer» Which type of cross-validation is USED for an imbalanced DATASET? |
|
| 16. |
Identify the command used to view the dataset SIZE, and what is the value returned? |
|
Answer» Identify the COMMAND used to view the DATASET SIZE, and what is the value returned? |
|
| 17. |
Select the pre-processing technique(s) from the following. |
|
Answer» Select the pre-processing TECHNIQUE(s) from the following. |
|
| 18. |
Which classifier converges easily with less training data? |
|
Answer» Which CLASSIFIER converges easily with LESS TRAINING DATA? |
|
| 19. |
Email spam detection is an example of ________ |
|
Answer» Email spam detection is an example of ________ |
|
| 20. |
Which preprocessing technique is used to make the data Gaussian with zero mean and unit variance? |
|
Answer» Which PREPROCESSING TECHNIQUE is used to make the data Gaussian with zero mean and unit variance? |
|
| 21. |
Choose the correct sequence for the classifier building from the following. |
|
Answer» CHOOSE the correct sequence for the classifier building from the following. Choose the correct OPTION from below list (1)Initialize -> Train -> Predict -> Evaluate (2)Train -> Test -> Initialize -> Predict (3)None of the options (4)Initialize -> Evaluate -> Train -> Predict Answer:-(1)Initialize -> Train -> Predict -> Evaluate |
|
| 22. |
How many classes will the following command return? |
|
Answer» How MANY classes will the following command RETURN? |
|
| 23. |
Pruning is a technique associated with _________ |
|
Answer» Pruning is a technique associated with _________ |
|
| 24. |
Model Tuning helps to increase the accuracy. |
|
Answer» Model TUNING helps to INCREASE the accuracy. |
|
| 25. |
The commonly used package for machine learning in Python is _________ |
|
Answer» The commonly USED package for machine learning in Python is _________ |
|
| 26. |
Cross-validation causes over-fitting. |
|
Answer» Cross-validation CAUSES over-fitting. |
|
| 27. |
Let's assume you are solving a classification problem with a highly imbalanced class. |
|
Answer» Let's assume you are solving a classification problem with a highly imbalanced class. |
|
| 28. |
Imputing is a strategy to handle ____________ |
|
Answer» Imputing is a STRATEGY to handle ____________ |
|
| 29. |
The cross-validation technique is used to evaluate a classifier by dividing the data set into a training set to train the classifier and a testing set |
|
Answer» The cross-validation technique is used to EVALUATE a classifier by dividing the data SET into a training set to TRAIN the classifier and a testing set to test the same. |
|
| 30. |
Supervised learning differs from unsupervised learning as supervised learning requires __________ |
|
Answer» SUPERVISED learning differs from unsupervised learning as supervised learning REQUIRES __________ Choose the correct OPTION from below list (1)LABELED data (2)None of the options (3)Unlabeled data (4)RAW data Answer:-(1)Labeled data |
|
| 31. |
Ordinal variables have __________ |
|
Answer» ORDINAL variables have __________ Choose the CORRECT OPTION from below list (1)No logical order (2)A CLEAR logical order Answer:-(2)A clear logical order |
|
| 32. |
True Positive is when the predicted instance and the actual instance are positive. |
|
Answer» True POSITIVE is when the predicted INSTANCE and the ACTUAL instance are positive. |
|
| 33. |
Ensemble learning is used when you build component classifiers that are more accurate and independent of each other. |
|
Answer» Ensemble learning is USED when you build component CLASSIFIERS that are more accurate and INDEPENDENT of each other. |
|
| 34. |
What is the number of categorical attributes in the original dataset? |
|
Answer» What is the number of CATEGORICAL attributes in the original dataset? |
|
| 35. |
What are the advantages of Naive Bayes? |
|
Answer» What are the ADVANTAGES of Naive Bayes? |
|
| 36. |
A classifier that can compute using numeric as well as categorical values is ________ |
|
Answer» A classifier that can COMPUTE using numeric as WELL as categorical values is ________ |
|