7 ms·
Thanks for the response. That's interesting to know. What are these interview questions like? Are they basic questions about lists, stacks, trees, and graphs (
by bookreader 13y ago
Thanks for the response. That's interesting to know. What are these interview questions like?
Are they basic questions about lists, stacks, trees, and graphs (and the corresponding algorithms)? Or are they puzzle type questions that you're just naturally good at?
Also, have you mostly had success with startup companies? I'm slightly worried about a bubble in the startup space, though I really have little idea how valid my worries are.
- testerofwaters 13y agoThere is a wide variety in the type and format of questions I'm asked. Phone screen type questions might be stuff like fibonacci, find the min in an array, or find the intersection (shared duplicates) of two arrays. In-person stuff varies: some companies ask me more practical/specific stuff like Ruby/CSS/JS implementation/coding/design/architectural questions. Others ask puzzle type questions that require me to use data structures in clever ways. Interestingly, hashes and trees are my go-to data structures. Do depth-first search and breadth-first search and that'll get you pretty far with trees. 90% of questions I'm asked require using hashes and/or trees in clever ways. I actually find interviewing gets more and more fun as you get into it.
- bookreader 13y agoInteresting, thanks for the response. Have you mostly had job offers from startups, or are medium / big companies also interested in you? Also, what kind of software are these companies building? Sorry for the many questions, I'm trying to get a better idea of what the market is like for people without degrees.