Day 35 of #60DaysOfMiniProjects Today I built an interactive and smart Python project — an Interview Question Generator System Instead of randomly searching questions online, this system generates a structured interview set based on role and difficulty level — just like real interview prep platforms. What this project does: • Takes user input for role (Python/DSA) and difficulty level • Fetches relevant technical questions from a structured database • Randomly generates a balanced question set • Includes Technical + HR + Coding questions • Simulates a real interview preparation experience What it generates: • Curated technical questions based on level • Common HR interview questions • Coding practice problems • A complete mini mock interview set Concepts I worked with: • Dictionaries & nested data structures • Functions & modular programming • Random module for dynamic outputs • User input handling • Basic UI/UX in CLI (interactive experience) This project helped me understand how interview prep platforms can dynamically generate personalized question sets and improve consistency in practice. Next step: Adding timer + scoring system + GUI interface Learning step by step. Building consistently. Improving every day. #Python #MiniProjects #BuildInPublic #CodingJourney #DeveloperGrowth #LearningInPublic #60DaysOfCode

To view or add a comment, sign in

Explore content categories