Python FullStack Exam Questions
Python FullStack Exam Questions
3-4 Marks:
5-7 Marks:
- Write a Python program to demonstrate string operations (slicing, concatenation, find, etc.).
8 Marks:
- Explain control flow in Python with a program using if-else, for, and while loops.
- Create a Python program using all data types (list, tuple, set, dict) with built-in functions.
3-4 Marks:
5-7 Marks:
8 Marks:
- Create a class with all four OOP concepts (Encapsulation, Abstraction, Inheritance, Polymorphism).
3-4 Marks:
5-7 Marks:
8 Marks:
4. Flask Framework
3-4 Marks:
5-7 Marks:
- Create a simple Flask app with form submission and template rendering.
8 Marks:
- Develop a full Flask app that uses HTML template, POST method, form data, and error handling.
5. Django Framework
3-4 Marks:
5-7 Marks:
- Create a Django project with one app and explain folder structure.
Programming in Python with Full Stack Development - Exam Questions
8 Marks:
6. RESTful APIs
3-4 Marks:
5-7 Marks:
- Design a RESTful API using Flask or Django Rest Framework for a user database.
8 Marks:
- Build a secure REST API using Flask and implement CRUD with status codes and error handling.