Hacker News new | ask | show | jobs
by mattquiros 4174 days ago
Hm. So since companies do hire from dev bootcamps, are the candidates quizzed about CS theory during the application process? It seems pretty standard to be asked about data structures and algorithms for engineering positions and I can't imagine someone attending these bootcamps to also be well-versed at those over the course of their quick training.
1 comments

Whiteboard coding questions aren't as difficult as people often believe. IMO the hardest part is just getting used to programming without any outside resources on a whiteboard.

The problem is that people don't practice them because they believe that these questions test some sort of intrinsic, unchangeable quality of how smart you are, which is totally false.

But if people practiced them more, they would realized that there is only 10-20 questions that you can be asked, and everything else is just some minor variation of the most common questions, and you don't specialized training to do project Euler or glassdoor.com questions.

> But if people practiced them more, they would realized that there is only 10-20 questions that you can be asked, and everything else is just some minor variation of the most common questions, and you don't specialized training to do project Euler or glassdoor.com questions.

My gut reaction to this is that you're not asking very good questions if it's such simple variations. Unless you're being excessively reductive in that all of programming can be done in just a handful of compiler operations, and thus only a handful of programming questions could be asked.

And how do you practice on them? By solving questions on whiteboard? (And appreciate any more advice you have)