Блог пользователя ampish

Автор ampish, история, 2 месяца назад, По-английски

Title: Built a 10-minute Interview Simulation Tool – Feedback Welcome

Hi,

I built a small side project to simulate explaining solutions under interview-style time pressure.

Idea:

-> 1 problem -> 10-minute timer -> User outlines approach (not full code)

System evaluates explanation quality

Evaluation focuses on:

  1. Problem understanding
  2. Algorithm choice
  3. Edge case awareness
  4. Time/space complexity discussion
  5. Optimization thinking

The focus is on reasoning clarity and structured communication, which is often evaluated in interviews.

I’m considering adding a lightweight editor later to simulate constrained coding, but the primary idea remains explanation quality.

Would genuinely appreciate technical feedback on:

The scoring approach:-

  • Limitations you see
  • Edge cases this might fail on

Link: https://instantprep.vercel.app

Feel free to share any feedbacks!

  • Проголосовать: нравится
  • -12
  • Проголосовать: не нравится

»
2 месяца назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by ampish (previous revision, new revision, compare).

»
2 месяца назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by ampish (previous revision, new revision, compare).

»
2 месяца назад, скрыть # |
Rev. 2  
Проголосовать: нравится +1 Проголосовать: не нравится

wow! definitiely a nice idea

»
2 месяца назад, скрыть # |
Rev. 2  
Проголосовать: нравится +1 Проголосовать: не нравится

nice

»
2 месяца назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

I just checked it. It was a good experience but I wanted to say that you should add an archive of different easy, medium and hard problems so user could pick up the problem which he wants and then practice that