Module 1 Graded Quiz: Data Analytics and Generative AI :Generative AI: Enhance your Data Analytics Career (IBM Data Analyst Professional Certificate) Answers 2025
1. Question 1
Ability of generative AI that helps overcome limited data availability:
-
❌ Reduces model complexity
-
❌ Optimizes algorithms
-
❌ Collects data from all resources
-
✅ It creates synthetic data sets and augments existing ones.
Explanation:
Generative AI can produce synthetic data, helping overcome data scarcity.
2. Question 2
How generative AI helps query databases:
-
✅ It can formulate complex queries, optimize interactions, and adapt to evolving structures.
-
❌ Creates visual content
-
❌ Focuses only on pattern recognition
-
❌ Optimizes small datasets
Explanation:
GenAI assists with natural language → SQL, query optimization, and dynamic schema handling.
3. Question 3
Generative AI ability used to create compelling narratives:
-
❌ Complex queries
-
❌ Pattern recognition
-
❌ Static templates
-
✅ Generates story elements, highlights key insights, and provides structure.
Explanation:
GenAI can produce storytelling elements and explanations from data.
4. Question 4
AI engine integrating GenAI + ML + Alteryx platform:
-
✅ AiDIN
-
❌ Haptik
-
❌ Palantir AIP
-
❌ DataRobot
5. Question 5
Comprehensive DS/ML platform with GenAI capabilities:
-
❌ RapidMiner
-
❌ StyleGAN2
-
❌ Tableau
-
✅ OpenAI’s DALL-E 2
(Used for generative modeling + data augmentation tasks)
6. Question 6
Most suitable prompt to generate a bar chart showing average sales by area:
-
❌ Sales by area
-
❌ Average sales by area (no chart type)
-
✅ Create a bar chart that shows the average sales by area.
-
❌ Create a bar chart
7. Question 7
SQL query generated for:
“What is the count of rows in the Boston_house_price dataset?”
-
❌ SELECT COUNT FROM …
-
❌ SELECT COUNT * Boston_house_price
-
✅ SELECT COUNT(*) FROM Boston_house_price
-
❌ SELECT * FROM …
8. Question 8
How GenAI enhances extraction of insights:
-
❌ Provides representative training set
-
❌ Imputes data
-
❌ Generates SQL queries
-
✅ Identifies hidden patterns, generates hypotheses, and provides personalized insights
9. Question 9
Task GenAI automates to enhance data preparation:
-
❌ SQL generation
-
❌ Personalized insights
-
✅ Data anomaly detection
-
❌ Pattern identification
Explanation:
GenAI automates anomaly detection during preprocessing workflows.
10. Question 10
Purpose of Q&A for data:
-
❌ Learn latent code
-
✅ Use ML + NLP to understand questions and provide relevant responses
-
❌ Predict future trends
-
❌ Analyze customer behavior
🧾 Summary Table
| Q | Answer | Key Concept |
|---|---|---|
| 1 | Synthetic data generation | Overcoming data scarcity |
| 2 | Formulates complex queries | DB querying via GenAI |
| 3 | Generates story elements | Narrative creation |
| 4 | AiDIN | GenAI + Alteryx |
| 5 | DALL-E 2 | GenAI augmentation |
| 6 | Bar chart prompt | Clear instructions |
| 7 | COUNT(*) query | SQL generation |
| 8 | Hidden patterns + insights | Enhanced analytics |
| 9 | Anomaly detection | Data prep automation |
| 10 | NLP-driven Q&A | Intelligent querying |