Interview: In 15m design a 100k rps platform
Actual job: export these 1894 user emails into an excel sheet for marketing by EoD please
Interesting thread from previous post on If candidate be asked un realistic problems in the interview
How do handle 100k RPS/s scale?
I believe such questions just to test if candidate can think and apply certain software engineering design principles at hand. Understand approach how do they handle corner cases ( if they can identify) technical depth, also good way to test fundamentals.
For eg https://www.morling.dev/blog/one-billion-row-challenge/
https://github.com/gunnarmorling/1brc
Such problems really pushes candidates to thier limits. I love to go deep in OS & database, distributed systems.
Would love to see, discuss what interesting tough engineering problems you folks ask in interviews?
#tech #softwareengineering
I ask them to write fizzbuzz in any language of their choice depending on the code I take it upwards. Have interviewed a lot of them who could not even code fizzbuzz
Actual job: export these 1894 user emails into an excel sheet for marketing by EoD please
I believe most of the questions available on the internet are quite redundant to test someone's system design knowledge.
I'm not looking for typical questions like building YouTube/Instagram/Whatsapp, which are only for beginners.
I'm ...
Everyone needs a working code in the first attempt and that two proper and optimised.
But DSA round I believe comes with luck based factor. You need to be lucky enough to get a question which you have done or seen before.
Or have...
I had interview for a senior engineering role for a remote us company. They went too deep into xss attack prevention in JS. Does companies really ask about think that they follow or just focus on one topic and try to judge candidates bas...