Back to Dashboard
PYTHON & AI CERTIFICATION: 85% PASS MARK REQUIRED

01. Candidate Registry

Ensure your details are correct for legal certification tracking.



02. Python Fundamentals

1. Which of the following is the correct way to define a function in Python?

2. What is the output of: print(type([]))?

3. How do you start a loop that repeats 5 times?

4. What is a 'Dictionary' in Python?

5. Which keyword is used to handle exceptions in Python?

03. AI & Data Ecosystem

6. Which library is the standard for numerical computations and multi-dimensional arrays?

7. In Machine Learning, 'Supervised Learning' means:

8. What is the primary use of the 'Pandas' library?

9. What does 'Overfitting' mean in a model?

10. Which of these is a popular Deep Learning framework?

04. AI System Design

11. Explain the difference between a 'List' and a 'Tuple' in Python:

12. Describe the purpose of a Virtual Environment (venv):

13. How does 'Tokenization' work in Natural Language Processing?

14. What is the role of an 'Activation Function' in a Neural Network?

15. Explain 'Fine-Tuning' versus 'Prompt Engineering':

16. Describe how to handle 'Null' or 'Missing' values in a Pandas DataFrame:

17. What is 'Reinforcement Learning' in the context of AI robotics?

18. Explain the importance of 'Feature Scaling' before training a model:

19. Describe the difference between 'Regression' and 'Classification':

20. How would you integrate an OpenAI API call into a Python script?

21. What are 'Embeddings' and how do they represent data mathematically?

22. Final Task: Outline a Python-based pipeline for an AI image-recognition system: