You are on page 1of 3

1.

Which of the following is an example of a supervised learning technique used in


data science?
A. Regression
B. Clustering
C. Association
D. Dimensionality Reduction

2. Which data science technique is used to make predictions or classify data based
on labeled examples?
A. Deep learning
B. Unsupervised learning
C. Reinforcement learning
D. Supervised learning

3. Which data science technique is used to identify patterns or groups in a dataset


without prior knowledge?
A. Classification
B. Regression
C. Decision-making
D. Clustering

4. Which of the following is an example of a data science application in healthcare?


A. Fraud and Risk Detection*:
B. Genetics & Genomics
C. Airline Route Planning
D. Internet Search

5. Which data science technique is used to reduce the number of features in a


dataset while preserving its information?
A. Clustering
B. Regression
C. Dimensionality Reduction
D. Association

6. Which of the following is an example of a data science application in finance?


A. Movie recommendation
B. Weather prediction
C. Stock price prediction
D. Social media sentiment analysis

7. Which of the following is Internet Search Engine


A. Yahoo
B. Bing
C. AOL
D. All of the above

8. The order of layers in Neural networks are


A. Input layer, Output Layer, Processing Layer
B. No need follow any order
C. Input layer, Processing Layer, Output Layer
D. Processing Layer, Input layer, Output Layer

9. Which model will be suitable when an Artificial Intelligence project that involves
over a lakhs and lakhs of records?
A. Statistical learning
B. Traditional programming
C. Neural networks
D. Manual processing method of records

10. How many counts of layers are there in neural networks?


A. Input Layer -1, Processing Layer -1, Output Layer -1
B Input Layer -1, Processing Layer -N number(Based on the complexity),
. Output Layer -1
C Input Layer -1, Processing Layer -1, Output Layer -N number(Based on the
. output required)
D. Input Layer -Many, Processing Layer -1, Output Layer -1

11. Which of the below is not the feature of a Neural Networks?


A. Neural Networks Model is based on Human brain and Nervous System
B. NN automatically get the features without any input from the programmer
C. Every Node of NN is essentially a Machine Learning Algorithm
D. NN is useful when solving the problems having very small Data set

12. We can use the ________________ tool to figure out the relationship of elements
with the project’s goal.
A. Mind Map
B. System Maps
C. Graphic Organiser
D. None of the above

13. Sources of Data collection are 


A. Offline Data Collection
B. Online Data Collection
C. Both A and B
D. None of the above

14. Example for Offline Data Collection 


A. Interviews
B. Observations
C. Sensors
D. All of the above

15. Source of Online Data Collection


A. Open-sourced Government Portals
B. World Organisations’ open-sourced statistical websites
C. Reliable Websites such as www. kaggle.com
D. All of the above

16. How Data Science helps in Airline Route Planning?


A. Data Science can drive customer loyalty programs effectively
B. Data Science helps us to decide which class of airplanes to buy
C Data Science helps us to plan whether to directly land at the destination or take
. a halt in between
D. All of the above

17. In Data Science, usually the data is collected in the form of tables. Commonly
used formats are
A. CSV format
B. Spreadsheet: format
C. SQL(Structured Query Language) format
D. All of the above

18. CSV stands for______________


A. Common Selected Values
B. Comma Separated Values
C. Common Significant Values
D. Comma Selection Variables

19. Some types of graphs that we can make with Matplotlib package 
A. Bar Graph
B. Scatter Plot
C. Pie Plot
D. All of the above

20. Python packages which help us in accessing structured data 


A. NumPy - Numerical Python
B. Pandas - Panel data
C. Matplotlib
D. All of the above

21. Data science is used for 


A. Studying of data to extract meaningful insights for business
B. Analysing the data which makes the machine intelligent
C Combining statistics, data analysis, machine learning and their related
. methods
D. All of the above

22. which is not a feature of NumPy Arrays


A. NumPy Arrays is Widely used for arithmetic operations.
B. NumPy Arrays is Homogenous collection of Data.
C. NumPy Arrays acquire more memory space.
D. NumPy Arrays cannot perform function like concatenating and appending.

You might also like