Open Book Exams and Coding Interviews
When I was in university, sometimes professors gave open book exams, so I could search for complex logic or functions to solve the questions. Still, for most exams, we needed to memorize everything and try to anticipate the questions we would be given. After graduation, I joined a company as a software engineer. Back then, I had no clue how to code well; I simply tried my best, read big red books, and looked for tutorials. Now that I am a hiring manager, I often have to find a way to assess candidates. One of the current trends is the so-called LC (LeetCode), which refers to brain teasers regarding algorithms, data structures, arrays, and sorting. Regardless of how skilled you are, job seekers often need to dedicate personal time to studying this. ...