Graded Quiz – Data Science Tools :Tools for Data Science (IBM Data Science Professional Certificate) Answers 2025
1️⃣ Question 1
Which Data Science category enables data to be presented as charts, plots, and maps?
-
❌ Data Integration and Transformation
-
❌ Data Management
-
✅ Data Visualization
-
❌ Model Building
Explanation:
Data visualization focuses on presenting insights visually using charts, graphs, and maps.
2️⃣ Question 2
Which category uses tools like Fiddler to track model performance in production?
-
❌ Data Visualization
-
❌ Data Integration and Transformation
-
✅ Model Monitoring
Explanation:
Model monitoring ensures deployed models continue performing well by tracking drift, accuracy, and stability.
3️⃣ Question 3
Which category allows training data and analyzing patterns with ML algorithms?
-
❌ Data Visualization
-
✅ Model Building
-
❌ Model Monitoring and Assessment
-
❌ Model Deployment
Explanation:
Model building includes training, evaluating, and selecting machine learning models.
4️⃣ Question 4
Which is a good example of code asset management?
-
❌ Jupyter Notebook
-
❌ Apache Spark
-
✅ GitHub
-
❌ Watson Studio
Explanation:
GitHub is used for version control, collaboration, and managing code assets.
5️⃣ Question 5
Purpose of using Apache Airflow?
-
❌ Data Management
-
❌ Data Visualization
-
❌ Model Deployment
-
✅ Data Integration and Transformation
Explanation:
Airflow is a workflow orchestration tool mainly used for data pipelines and ETL automation.
6️⃣ Question 6
Which statement is incorrect?
-
✅ Jupyter Notebook is not an open source tool.
-
❌ Jupyter Notebooks unify documentation, code, outputs, shell commands, and visualizations
-
❌ JupyterLab is the next version of Jupyter Notebooks
-
❌ Jupyter supports 100+ languages through kernels
Explanation:
Jupyter Notebook is open source — so the statement claiming it is not is incorrect.
7️⃣ Question 7
Which plot is used to show a series of data points over time?
-
❌ Tree Map
-
❌ Bar Chart
-
✅ Line Chart
-
❌ Map Chart
Explanation:
Line charts are ideal for showing trends over time.
8️⃣ Question 8
Another name for Data Asset Management?
-
❌ Data Lakes
-
❌ Data Currency
-
❌ Data Store
-
✅ Data Governance
Explanation:
Data governance ensures proper management, quality, security, and lifecycle of data assets.
9️⃣ Question 9
What does model deployment use to enable data-based decisions?
-
❌ Web Applications
-
❌ GitLab
-
❌ Packages
-
✅ APIs
Explanation:
Models are deployed via APIs so other systems or apps can send data and receive predictions.
🔟 Question 10
Which tool is part of IBM Watson Studio?
-
❌ Cloudant
-
❌ DataMeer
-
✅ Data Refinery
-
❌ Informatica
Explanation:
Data Refinery is Watson Studio’s built-in tool for data preparation and cleaning.
🧾 Summary Table
| Q | Correct Answer | Key Concept |
|---|---|---|
| 1 | Data Visualization | Visual representation of data |
| 2 | Model Monitoring | Track deployed model performance |
| 3 | Model Building | Train ML models |
| 4 | GitHub | Code asset management |
| 5 | Data Integration & Transformation | Airflow for ETL & pipelines |
| 6 | “Jupyter Notebook is not open source” | Incorrect statement |
| 7 | Line Chart | Time-series visualization |
| 8 | Data Governance | Data asset management |
| 9 | APIs | Model deployment |
| 10 | Data Refinery | Watson Studio tool |