Level2 139 MAD2 Level 1 Aug 2, 2026 Copy link 1 Show your ID card. 2 Show your GitHub collaborator. 3 Download the project from the portal and run it. 4 Demonstrate the core functionalities (Admin/User or Admin/Doctor/Patient dashboards). 5 Show where caching is implemented in your code. 6 Send an email from the application. 7 Demonstrate the monthly and daily reminder jobs. 8 What is caching? 9 What are Vue lifecycle hooks? 10 What are the advantages of Local Storage? 11 Add a button below the Login button that hides the Login button when clicked. 12 Write/implement an API that fetches all users and returns the data in JSON format. 13 Display or trigger the Login button 10 times (project-specific UI change).
Level1-103 MAD2 Level 1 Aug 2, 2026 Copy link 1 Give a quick demonstration/presentation of your application. 2 Show and explain your backend jobs (Celery). 3 Explain your database models. 4 What is a Primary Key? 5 What is a Foreign Key? 6 What is async / await? 7 What is RBAC (Role-Based Access Control)? 8 Difference between Authentication and Authorization. 9 Why did you use Vue CDN?
level2_127 MAD2 Level 1 Aug 2, 2026 Copy link 1 Show your ID card. 2 Show your GitHub repository and collaborator. 3 Confirm that you submitted the required form. 4 Demonstrate your complete application. 5 Explain your project and its implementation. 6 Explain your models.py. 7 Explain your project code. 8 Show your login/authentication code. 9 Show MailHog integration. 10 Demonstrate Celery background jobs (daily reminder/monthly report). 11 Explain where Celery and Redis are implemented. 12 Difference between Authentication and Authorization. 13 What token-based authentication mechanism have you used? 14 How is the authentication token generated? 15 Explain UserMixin and RoleMixin. 16 What is caching? 17 Where have you implemented caching? 18 Show the cached API/code. 19 What is lazy in SQLAlchemy relationships? 20 What is cascading (cascade)? 21 Difference between LIKE and ILIKE. 22 Write an ORM query to fetch a user by ID. 23 What happens if two users try to book the same appointment/resource simultaneously? 24 Show your Celery tasks. 25 Explain background mailing jobs. 26 Write a v-for loop in Vue. 27 Write a v-if / v-else example in Vue. 28 Write an if-else statement in Vue. 29 Write a JavaScript function to: Calculate the square of a number. Calculate the cube of a number. Multiply an integer by 4. Add two or three numbers. 30 Write a JavaScript function to compute cube roots. 31 Write an @app.route example for GET and POST methods. 32 Write a Jinja function/filter to calculate the cube of an integer. 33 What is MVC? 34 What is Lazy Loading? 35 Approximately what percentage of your project was built using AI?
level3_49 MAD2 Level 1 Aug 2, 2026 Copy link 1 Explain the important keywords/features used in your application. 2 Explain your project folder and file structure. 3 Explain your database schema and table relationships. 4 Explain your Search API and its implementation. 5 Explain the Admin dashboard statistics API. 6 Explain where and how Redis is implemented. 7 Explain where caching is implemented. 8 Explain improvements from MAD1 to MAD2. 9 Explain your project architecture. 10 Hide/show a button conditionally using v-if. 11 Show a welcome message below the search bar when searching for a specific keyword. 12 Prevent company registration based on a backend condition. 13 Prevent blacklisting users whose usernames satisfy a specific condition (logic problem). 14 Change a button color. 15 Limit the maximum number of slots/seats while creating a record. 16 Display backend validation errors in the browser/Developer Console. 17 What is Vue.js? 18 What is a reactive framework? 19 Vue CLI vs Vue CDN. 20 What are Vue directives? 21 Difference between v-if and v-show. 22 What is v-cloak? 23 What are Vue lifecycle hooks? 24 Which lifecycle hooks did you use? 25 Explain watch() and where you used it. 26 What are Props? 27 What is emit? 28 What is Axios? 29 Why didn't you use Axios? 30 What is Vue Router's # (hash mode) in the URL? Where is it configured? 31 What is the difference between Vue 2 and Vue 3? 32 What is Node.js? 33 What is Node? 34 What is npm? 35 Why do we need Node.js? 36 Can your application be built using plain JavaScript instead of Vue? 37 How does JavaScript work? 38 What are asynchronous functions? 39 What are Promises? 40 Relationship between Promises and async/await. 41 What are anonymous functions? 42 Is every arrow function anonymous? 43 What are named exports? 44 What is a default export? 45 Create a list of five integers in JavaScript. 46 Use a higher-order function to multiply every element by 70. 47 How do you execute a standalone JavaScript file? 48 What is create_app() and what are its benefits? 49 Why are underscores (_) used in Python? 50 What does jsonify() do? 51 What makes an API RESTful? 52 What are the REST design principles? 53 Are HTTP methods part of REST or HTTP itself? 54 Which HTTP methods should contain a request body? 55 Difference between HTTP and HTTPS. 56 What does HTTP/1.1 mean? 57 Explain TLS. 58 Explain TCP. 59 What communication protocol is used between Vue and Flask? 60 How can you access a server without using a browser? 61 What is a relational database? 62 What is a NoSQL database? 63 Difference between a Database and a Database Management System (DBMS). 64 Which DBMS and database are you using? 65 Why is SQLite suitable for your application? 66 What enables SQL databases to scale efficiently? 67 What is ORM? 68 Advantages of ORM. 69 Disadvantages of ORM. 70 What are ENUMs? 71 What is __tablename__? Is it mandatory? 72 How do you restrict password length at the database level? 73 How would you migrate from SQLite to another database? 74 Session-based vs Token-based authentication. 75 How does Session authentication work? 76 Pros and cons of JWT. 77 What is a Rainbow Table attack? 78 What hashing algorithm was used in MAD1? 79 What is SHA-256? 80 Can SHA-256 be decrypted? 81 What is Redis? 82 What is Celery? 83 Difference between Celery Worker and Celery Beat. 84 Difference between Caching and Memoization. 85 What is Memoization? 86 Do cached values always need to be stored in Redis database index 1? 87 What is in-memory storage? 88 How do Flask, Celery, Redis, and Vite interact? 89 Where is Redis physically storing its data? 90 What is position: absolute in CSS? 91 What do the four RGBA values represent? 92 What is Client-Server Architecture? 93 What protocols do you know? (HTTP, HTTPS, TCP, TLS, SMTP, etc.) 94 Why do we use a virtual environment (venv)? 95 Are Node modules installed inside the virtual environment? 96 Where are Node modules stored? 97 What is Vite? 98 Does Vite act as a development server? 99 What else does Vite provide? 100 Do you need to run npm run build before npm run dev? 101 What happens if package-lock.json is deleted? 102 Can you regenerate the dist folder after deleting it?
level2_148 MAD2 Level 1 Aug 2, 2026 Copy link 1 Demonstrate your complete application. 2 Explain your database models. 3 Explain all your API endpoints. 4 Explain your project structure. 5 Explain the complete flow from Database → API → Frontend. 6 Show where a new user is created in your code. 7 Pick one functionality and explain how it is implemented internally. 8 What is scaling? 9 How would you scale your application for 10,000+ users? 10 How would you make this application production-ready? 11 If this application became a startup/product, what improvements would you make? 12 How would you scale it for 100 hospitals (or a large multi-organization deployment)? 13 What problems/difficulties did you face while building this project? 14 If you had more time, what improvements would you make? 15 How did you test your application? 16 How can you be confident that your application works correctly in all scenarios? 17 Show where you implemented try...catch (or equivalent error handling) for API requests. 18 Demonstrate an error scenario and show how your application handles/displays the error. 19 What is caching? 20 Explain the relationships and joins between your database tables. 21 What is Vue? 22 Vue CLI vs Vue CDN. 23 What is Celery? 24 What is Redis? 25 Explain how RBAC (Role-Based Access Control) is implemented. 26 Have you used AI while building the project? If yes, how did you verify the AI-generated code was correct, and what did you learn from it?
level3_25 MAD2 Level 1 Aug 2, 2026 Copy link 1 Demonstrate your complete application. 2 Explain your project code/workflow. 3 Explain models.py. 4 Explain the overall application architecture. 5 Explain how a booking/application request flows through the system. 6 Explain the login flow. 7 Explain the eligibility logic implemented in your project. 8 Demonstrate backend jobs (Celery tasks). 9 Check API endpoints using Postman/Thunder Client. 10 Show whether cookies are created in the browser. 11 Move a button (e.g., Register/Signup) to the top-right corner. 12 Change the button color. 13 Display all users' data. 14 Fix a monthly report/Celery task. 15 Write simple GET and POST API endpoints. 16 Move a <div> to another location and modify its formatting. 17 What are GET and POST requests? 18 Where did you initialize the db object? 19 What is db.Model? 20 How did you implement Celery? 21 Explain the code of your backend tasks. 22 How are Redis, Celery, and the backend integrated? 23 Explain the data flow for a user-triggered Celery task. 24 What is Role-Based Access Control (RBAC)? 25 How have you implemented RBAC? 26 How is user authentication performed? 27 What is ORM? 28 What is SQLAlchemy? 29 What is a Foreign Key? 30 What are relationships in SQLAlchemy? 31 Difference between backref and back_populates. 32 What is MVC? 33 What other architectural patterns have you used? 34 Difference between Client-Server Architecture and Distributed Architecture. 35 What is Git? 36 What is Version Control System (VCS)? 37 Difference between Git and Version Control System. 38 Have you used CSS or Bootstrap? 39 Why did you design the frontend this way? 40 Explain Parent–Child component communication with an example. 41 Why are all dashboards using onMounted()? 42 Difference between URL redirection and URL rewriting/navigation.
level1_119 MAD2 Level 1 Aug 2, 2026 Copy link 1 Demonstrate your application (if asked). 2 Explain models.py and app.py. 3 Explain how Flask handles a request from arrival to response. 4 How does Flask decide which function should handle a request? (WSGI) 5 Explain the route where emails are sent (using Postman). 6 Explain how the admin is able to view uploaded resumes/files. 7 Explain the resources you used to build the project (courses, AI, documentation, etc.). 8 How much AI did you use while building the project? 9 Change the graph/chart layout or position. 10 Apply filters in the Vue frontend. 11 Make changes to backend routes. 12 Create an API that returns the number of reservations/bookings made in the last X days. 13 Modify the frontend to display those reservations. 14 Create a Celery task (e.g., addition of two numbers) and expose it through an API. 15 Build a Vue component that calls the API and displays the result. 16 Create a Flask route that returns today's date + 5 days and a message. 17 Build a Vue component with: Input field Submit button Fetch request Display API response. 18 Create a Celery task that retrieves records from the last 5 days, expose it via an API, and return the task ID. 19 Build a parent-child Vue application using: v-for Props Conditional styling based on score. 20 Build a Vue app with vue-router using dynamic routes (/users/:id) and handle invalid IDs gracefully. 21 Vue CLI vs Vue CDN. 22 Which Vue version are you using (Vue 2 or Vue 3)? 23 What is npm? 24 What are Vue lifecycle hooks? 25 Difference between Vue 2 and Vue 3. 26 What are Computed Properties? 27 What are Watchers? 28 Difference between Computed Properties and Watchers. 29 When can Vue lose reactivity? 30 Difference between v-if and v-show. 31 Difference between v-bind and v-model. 32 : is shorthand for which Vue directive? 33 What are Slots in Vue? 34 What are Navigation Guards in Vue Router? 35 What are Dynamic Routes in Vue Router? 36 How do you pass data from a grandparent component to a grandchild? 37 How do you send data from a grandchild back to a grandparent? 38 What is Vue Router? 39 What are State, Mutations, and Actions (Vuex)? 40 What is the purpose of Actions? 41 What is Pinia? 42 How does JavaScript work? 43 What is a Promise? 44 What is Type Coercion? 45 What do call(), apply(), and bind() do? 46 Explain Flask-Security. 47 What is UserDatastore? 48 Explain RBAC implementation. 49 What are RoleMixin and UserMixin? 50 How is the authentication token generated? 51 Difference between fs_uniquifier and authentication tokens. 52 What happens to the fs_uniquifier token after a password change? 53 What is Celery? 54 What is Redis? 55 Difference between @cache.cached and @cache.memoize. 56 What is the benefit of caching? 57 Redis acts as a message broker between which two entities? 58 What is the purpose of the Redis Result Backend? 59 In which data structure does Redis store data? 60 What is CORS? 61 What is CSRF? 62 What is SMTP? 63 How are charts rendered in your application? (e.g., Chart.js) 64 Modify the Chart.js graph to use only two colors. 65 Explain the project routes and backend changes. 66 Explain frontend API filters. 67 Explain project-specific JavaScript concepts introduced in your code.
Level2_145 MAD2 Level 1 Aug 2, 2026 Copy link 1 Explain your project files/folder structure. 2 Explain any one page/component in your project. 3 Explain your database models. 4 Explain one of your database queries. 5 Difference between is and ==. Is there any performance/speed difference? 6 What do .all() and .first() return in SQLAlchemy? 7 Explain the @auth_required decorator. 8 Add password validation to enforce at least: One uppercase letter One lowercase letter One digit 9 Implement the password visibility toggle for the Confirm Password field. 10 What is Redis caching? 11 What is marshal_with? 12 Explain common HTTP status codes. 13 How do you apply margin only to the top and bottom in Bootstrap? 14 How do you apply margin to all sides in Bootstrap? 15 What happens if you remove a CSS class from an HTML element? 16 Explain Bootstrap utility classes. 17 Make basic code changes using the documentation if required.