DEV Community

kevincp17
kevincp17

Posted on

My first live coding interview experience

So, today I had my coding interview at 9 AM for coding bootcamp fullstack NodeJs. The test was pretty simple, make a function to return the biggest value in given array. So, I used PHP to solve it easily. Unfortunately, my compiler didn't run my code because I didn't expect it to happen. Three minutes had been wasted, luckily, the interviewer suggested me to use online compiler and it worked! The function returned the expected result. But still, I felt bad because my compiler didn't run and wasted so much time. Well, at least the interviewer knows my solution works. What do you think? Do any of you have similar experience?

Top comments (0)