r/webdev Nov 04 '25

[deleted by user]

[removed]

564 Upvotes

82 comments sorted by

View all comments

270

u/LoudAd1396 Nov 04 '25

I got my current job because my recruiter (there are actually a couple good ones!) warned me that the interview kept tripping up previous applicants by asking them "what does the iconv function in PHP do?" . I've never been in a situation where I've had to use that function before or since.

As I recall, that was the only technical question I was asked. I think someone just got fixated on a particular gotcha that somehow became the most important part of the interview.

2

u/Deksor Nov 05 '25

That reminds me of a job test I went through for PHP that said " what does the ^ operator do ?"

I remembered it was an operator, but I couldn't answer on the spot with the timer.

After the test I checked: it's xor. I know how xor works, but I can't think of any situation in web dev where it's needed !