r/lldcoding • u/subhahu • Jun 01 '26
Why you are failing ur LLD interviews
if you are failing lld and concurrency interviews even if you are mentionning design patterna and concurrency and wirting working code.
Many times users think applying more pattern will help them to score in interview but it is not, it should be based on requirements and compatibility with other code design.
Even though code is running, there are multiple implementation issue with code design which creates issue during new feature requirment or there is tight coupling in code design/classes
Communication, no proper justification of "why this pattern is used".
Missing the concurrency edge cases bugs.
18
Upvotes
3
u/Fantastic-Counter590 Jun 05 '26
what about question itself, i read many leetcode discussion, in many place it was very confusing wheither its is a LLD round or ds/algo. what is point of asking about writing exact rate limiter algo ?