Skip to content

Week 2 Quiz :AI For Everyone (AI For Everyone) Answers 2025

1. Question 1

Machine learning is iterative.

  • True

  • ❌ False

Explanation:
ML requires many experiments and refinements; first attempts rarely work perfectly.


2. Question 2

Correct ML workflow order:

  • (ii) Collect data with A & B

  • (iii) Train ML model

  • (i) Deploy and get user feedback

→ ✅ (ii) (iii) (i)


3. Question 3

Key steps in a Data Science project:

  • ❌ Collect data

  • ❌ Analyze data

  • ❌ Suggest hypothesis/actions

  • All of the above


4. Question 4

Machine learning can help with (Select ALL):

  • Customize product recommendations

  • Automate resume screening

  • Automate visual inspection

  • Automate lead sorting


5. Question 5

You need Big Data to do ML:

  • ❌ True

  • False

Explanation:
ML can work well even with small/medium datasets.


6. Question 6

Technical diligence includes: (Select ALL)

  • ❌ Defining an engineering timeline

  • Making sure you can get enough data

  • ❌ Estimating business ROI (business diligence)

  • Ensuring ML can meet performance requirements


7. Question 7

Business diligence:

  • ❌ Takes less than a day

  • ❌ Only for new product lines

  • Ensures the AI solution is valuable to the business

  • ❌ Ensures feasibility (that’s technical diligence)


8. Question 8

Training set for supervised learning: (Select ALL)

  • ❌ Only input A needed

  • Input A and output B must be included

  • ❌ Training and test can be same dataset

  • Used to train ML algorithm


9. Question 9

Test set for resume screening: (Select ALL)

  • Used to evaluate algorithm performance

  • ❌ Does not need outputs

  • Should include A and B

  • ❌ Should be identical to training set


10. Question 10

Why ML can’t reach 100% accuracy?

  • ❌ Not enough data only

  • ❌ Mislabeled data only

  • ❌ Ambiguous data only

  • All of the above


🧾 Summary Table

Q Correct Answer
1 True
2 (ii) (iii) (i)
3 All of the above
4 All four options
5 False
6 Enough data + ML feasibility
7 Ensures business value
8 Needs A + B + used for training
9 Used for evaluation + needs A + B
10 All of the above