I have been prepping for almost 6 months now. I look at the stocks new hires get at my company and what my refreshers are. Companies seem to be relying on the fact, most people are too lazy to leetcode and will not give good refreshers. I have been with the company long enough that leaving and coming back atleast will add 600k to my earnings in the next 4 years. One thing however though I notice, that my coding speed…
Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
51–60 of 71 posts
Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#52It pains me to see another Coding Interview preparation tool. It's such a sad situation in the current industry. Students learn to game the system to get a high paying job. Students who care about what they are working on will painstakingly try to perfect their projects. They don't have time to game the system and therefore have a hard time getting a coveted job. Companies want to hire "the best" so they usually hire…
On the other hand, the current interviewing trend generates a steady supply of nifty, bite-sized problems to solve for fun. I keep a "practice" repo on Github, where I put my solutions. Often, for an extra challenge, I'll prove the solutions correct or try to write clear explanations of how to solve the problems from scratch. (Proving something helps me to see the hidden structure upon which my intuition rests. Expla…
Do you do "competitive programming"? You might like it. There's contests of various flavors out there to get a bunch of problems from.
Random recommendation: "Looking for a Challenge", a _beautiful_ in every way book of problems. Seriously check it out. Can almost guarantee you'll love it judging from those problems you linked.
Google Foobar is fun if you can get your way in. The codejam problems are nice (skip kickstarter mostly). codechef.com and codeforces.com have generally good problems (and fun contests if you're into that aspect).
Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#53Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#54The coding interview in our industry reminds me of a question on Quora I got today. It asks if it is true that Richard Feynman only had a 125 IQ score. It is the case. And it makes me wonder how much good those interview questions are used to judge someone with a limited time. I know a few people in my company were let go after 6 months albeit they did fabulous with those interview questions.
Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#55I like using the Blum Mental Hash as an interview question. As far as I can tell, it's not mentioned in any interview cram lists, and it's complex enough to see how candidates split up a problem. https://scilogs.spektrum.de/hlf/mental-cryptography-and-good...
Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#56in golang
I think python is the most efficient language to use in interviews tbh. Functional languages might be better depending on the problem but you don't want people thinking you're a witch or something.
Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#57Earlier quoted context omitted.
On the other hand, the current interviewing trend generates a steady supply of nifty, bite-sized problems to solve for fun. I keep a "practice" repo on Github, where I put my solutions. Often, for an extra challenge, I'll prove the solutions correct or try to write clear explanations of how to solve the problems from scratch. (Proving something helps me to see the hidden structure upon which my intuition rests. Expla…
Nice. That first one is a personal favorite. Do you do "competitive programming"? You might like it. There's contests of various flavors out there to get a bunch of problems from. Random recommendation: "Looking for a Challenge", a _beautiful_ in every way book of problems. Seriously check it out. Can almost guarantee you'll love it judging from those problems you linked. Google Foobar is fun if you can get your way…
I don't really do competitive programming, but I enjoy the problems. Thanks for recommending some great new sources to check out!
Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#58Does anyone have insight on the extent to which interviews for ‘data scientist’ or ‘ML engineer’ roles involve Leetcode-esque or whiteboard coding exercises? What is the norm (if any) for assessing coding and subject matter competency for these sorts of roles?
Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#59in golang
I think python is the most efficient language to use in interviews tbh. Functional languages might be better depending on the problem but you don't want people thinking you're a witch or something.
Re: Coding Interview Problems with Detailed Solutions, Test Cases, Program Analysis
#60I like using the Blum Mental Hash as an interview question. As far as I can tell, it's not mentioned in any interview cram lists, and it's complex enough to see how candidates split up a problem. https://scilogs.spektrum.de/hlf/mental-cryptography-and-good...
That looks fun. Do you require them to know trivia or do you provide them with the definition and ask for an implementation?