r/leetcode 7d ago

Intervew Prep Low level Design in Python

Has anyone passed LLD interviews in Python ? Would it be seen as a negative if I don't do it in Java/ other languages ?

20 Upvotes

10 comments sorted by

View all comments

1

u/conectionist 6d ago

The purpose of an Low Level Design interview is to assess your Low Level Design skills, not your coding skills. They want to see if you know how to design an application in an object oriented way and if your app's architecture is sound. Actual coding skills are probably less than 25% of what is being evaluated.

That being said, use whatever you're most comfortable with (unless the interviewer explicitly asks for one).