On the flip side I recently interviewed for a programming position at a civil engineering company and at no point in the process did anybody ask any questions that would in any way test if I actually knew any of the things I claimed to know. The entire "programming" part of the interview was essentially: "We use quite a bit of python. I see from your CV you've used python". "Oh absolutely, I consider python the langu…
We all deserved to be treated with that kind of dignity. I'm not sure where our industry went wrong. You'd never ask a doctor medical school trivia during an interview.
If companies interviewed tech recruiters the way they interview programmers
71–80 of 106 posts
Re: If companies interviewed tech recruiters the way they interview programmers
#72When I read articles like this, I tend to assume that they are exaggerations written by people who feel burned because they didn't get the job they want and that the reason was unfair interview questions. In other words, I simply don't believe that interviewers are, as a group, so stupid that they regularly ask obscure Excel questions when they are plainly not relevant. To continue with the recruiting example, I susp…
Re: If companies interviewed tech recruiters the way they interview programmers
#73I was recently interviewing for a position with a company behind pushcrew/vwo, it took me roughly 55+ hours (cumulative) to work on their assignment, attend interviews, company/business analysis etc.
I knew the the assignment which I had created was really good given the time constraint on it. Even recruiters acknowledged it (!), but at the end the decision was made on basis of team diversity!! They wanted to have a diverse set of team. I'm not against their decision, it's their company and their team. But to come to this conclusion, there's no need to make a candidate spend this much amount of time.
Just by glancing over resume and previous history, they could have rejected me straightaway OR maybe on the very first call! Both of my interviewers were good, I think, but I doubt they weren't sure what exactly they were looking for? It is simply another set of people, who I believe are from tech background but lack experience in recruitment.
The equation should be managed properly: Tech knowledge + People Skills/Management = Good Recruiter.
A good recruiter should be skilled equally in tech + his/her people reading skills. It saves a lot of time, money and efforts for both of the parties involved in the process.
Re: If companies interviewed tech recruiters the way they interview programmers
#74I am, now and on occasion, a hiring manager. Naturally, every freelance recruiter wants to be my friend. They often start cold calls with a description of a person's technical abilities, and then ask if I would be interested in interviewing that person. When that happens, I ask them to define one of the buzzwords that they have just used. "Could you tell me what 'big data' means?" or "What's the difference between AW…
I guess I always preferred teaching to help enhance the relationship from my side. My being a nice guy and teacher, did help when I wanted to leave.
Re: If companies interviewed tech recruiters the way they interview programmers
#75Earlier quoted context omitted.
It's funny because in a different context, that's exactly a sequence of questions that I as an engineer would ask: > Do you have experience with React? > Okay, do you have experience writing pure, vanilla JavaScript? Absent a framework like jQuery or Backbone or Angular? The second question can often screen out people who simply maintain framework apps rather than those who actually know JS.
Are you assuming that people who haven't maintained a vanilla JS app don't actually know JS?
Re: If companies interviewed tech recruiters the way they interview programmers
#76Earlier quoted context omitted.
We all deserved to be treated with that kind of dignity. I'm not sure where our industry went wrong. You'd never ask a doctor medical school trivia during an interview.
Doctors take a test and go through a verifiable apprenticeship period. If Dr. Nidal got his MD from Johns Hopkins and did his residency in pediatric oncology at Sloan Kettering where he is a fellow and has published 2 papers on Nueroblastoma you can safely assume he knows a thing or two about high risk pediatric solid tumor cancers. What do we have for programmers?
Re: If companies interviewed tech recruiters the way they interview programmers
#77On the flip side I recently interviewed for a programming position at a civil engineering company and at no point in the process did anybody ask any questions that would in any way test if I actually knew any of the things I claimed to know. The entire "programming" part of the interview was essentially: "We use quite a bit of python. I see from your CV you've used python". "Oh absolutely, I consider python the langu…
We all deserved to be treated with that kind of dignity. I'm not sure where our industry went wrong. You'd never ask a doctor medical school trivia during an interview.
At one point in the past I worked with someone who was incapable of understanding pass-by-reference; something like:
int getFoo(foo *out);
A colleague spent multiple hours per day for a week trying to explain this to them. After a week they still were unable to successfully make use of this interface.Their resume claimed 5 years experience in C.
Re: If companies interviewed tech recruiters the way they interview programmers
#78On the flip side I recently interviewed for a programming position at a civil engineering company and at no point in the process did anybody ask any questions that would in any way test if I actually knew any of the things I claimed to know. The entire "programming" part of the interview was essentially: "We use quite a bit of python. I see from your CV you've used python". "Oh absolutely, I consider python the langu…
The interview lasted for a couple of hours. They had 3 or 4 of their developers in the interview as well as the hiring manager. At no point did anyone ask any questions about software development - of any kind. It was really bizarre.
After the interview I told my recruiter that the interview went well - other than not being asked any software development questions. He found that odd, but got back in touch with them.
They basically told him that the position was no longer available and wouldn't give him any more information. A very weird dead end. I would've like to have worked for the company (the web development was for their customer facing sites - they are a retail chain basically, and I have shopped at them in the past), but I think I dodged something there in the end.
Re: If companies interviewed tech recruiters the way they interview programmers
#79When I read articles like this, I tend to assume that they are exaggerations written by people who feel burned because they didn't get the job they want and that the reason was unfair interview questions. In other words, I simply don't believe that interviewers are, as a group, so stupid that they regularly ask obscure Excel questions when they are plainly not relevant. To continue with the recruiting example, I susp…
Sure, but I've just had an interview with a recruiter who literally did the "Do you know Reactjs? Yes. But do you know JavaScript?" face-palm to me. Only with Angular instead of React. Not all recruiters are this dumb, but I promise you I have encountered plenty who are.
[1] I can get by, but I'm far from a JS developer. I can read JS just fine, but mainly because I've used plenty of other languages, although when I write JS I need to google often and don't write the best JS code.
Re: If companies interviewed tech recruiters the way they interview programmers
#80I get at least 5 phone calls from recruiters a week, being a contractor. The amount of times i get someone that asks me something like: Recruiter: "We're looking for someone with React experience, do you have that?" Me: "Yes" Them: "Ok, how about Javascript?" I want to explain to them but i end up just saying yes to every acronym on their list since they've no idea what they're asking for.
I would obviously fail the interview, rightfully, since I wouldn't be much good on a Javascript team using React. But I do know React.
(Okok, in reality, I'd learn. Its not that I don't know any JS at all, I do, but I avoid it as much as possible so when I write JS, its pretty bad hacky JS, and I can read it)