Earlier quoted context omitted.
I agree with this approach. In this field, unless you're hiring a junior engineer, you can have a reasonable expectation that a potential candidate will fly out for an interview even if it's a 100% remote job. If they refuse, well, there's a chance it's just because they can't afford to. The chance is far greater, though, that you dodged a bullet.
To be clear, you expect candidates to fly out on their own dime just for the interview?
I automated my job application process
281–290 of 884 posts
Re: I automated my job application process
#282It’s astounding that we, as an industry, are so averse to licensing developers. It solves the resume spam problem and the repetitive LeetCode round(s) that every company now wants. We also don’t have to settle for the licensing process other industries have—ours can be more inclusive of alternative development backgrounds, while still providing a meaningful quality filter.
Because MCSE was such a success? This article unintentionally perfectly rebuts the idea of licensing: https://mcpmag.com/articles/2005/05/11/the-death-of-paper-mc... Our industry is one where actual skills should and do matter, and much gatekeeping has been reduced. Professional rote learning is great for mandarin jobs where you are working within a static prescribed framework (legal, accounting, building codes). It…
Saying things like this reflects poorly on our community and demonstrates a poor understanding on how much creativity and thought goes into legal and accounting. There's a reason there is a large pay band for lawyers and accountants.
Re: I automated my job application process
#283Earlier quoted context omitted.
> I also switched to only on-site interviews. My initial technical screenings are still done remotely. Pro tip for anyone hiring engineers for remote positions: Tell the applicant that there “might be” an in person technical assessment, even if you know the process will be 100% remote. The amount of fake candidates at the moment is insane. The only thing that makes fake candidates self-select out is knowing there’s t…
I agree with this approach. In this field, unless you're hiring a junior engineer, you can have a reasonable expectation that a potential candidate will fly out for an interview even if it's a 100% remote job. If they refuse, well, there's a chance it's just because they can't afford to. The chance is far greater, though, that you dodged a bullet.
I would withdraw from the process immediately if I encountered a company so cheap
Re: I automated my job application process
#284Earlier quoted context omitted.
Depends. As a Hiring Manager, I love cover letters but only if it is not a generic copy paste. Don't get me wrong. I don't mind a Cover letter that may have some generic stuff about you but you must add something specific about the role/company that you are applying for and why you will be a good fit. This will get you miles ahead of others in the queue.
how would you rate this?, this email was written by the system from the article. Dear Hiring Manager, I hope this message finds you well. My name is David Dodda, and I am writing to express my interest in the Software Engineer position at WIA Software Systems Inc. I am a Senior Software Developer with extensive experience in full-stack development, and I believe my skills align well with the requirements outlined in…
It just has zero value. A well written cover letter on the other hand would net you a big plus
Re: I automated my job application process
#285Earlier quoted context omitted.
100%, this is a natural reaction to the situation companies have created. When you get a rejection response mere minutes after submission that claims "after careful consideration..." then of course I'm not going to spend any more time than that applying to any jobs anymore. Prove a human actually took the time to review my resume and I'll actually apply to your company like a human.
God, I wish I could respond to denied applicants like a human, but the threat of legal action prevents me from giving good feedback. I know it sucks, but I'm not sure what to do about this, and I'm already so burnt out from the hiring process as it is, it's hard to work up the strength to do this fight as well. Not to mentioned I spend forever doing it, there's so many and I wouldn't want to do it halfway...
Re: I automated my job application process
#286Earlier quoted context omitted.
In our remote interviews, I've started pasting the question into meeting chat that I've already fed into ChatGPT. Mainly because some candidates do actually do better with reading and thinking but it's also just pure bait to paste into their open ChatGPT window. Since I've already got input on my side, if they start reading off ChatGPT output, they get a strike, two strikes and interview is ended. However, I do belie…
it is surprising there isn’t some SaaS bullshit company that solves this problem. we have shit like Pearsons and whatnots when taking exams, I took few certification exams and it was like - install this thing that takes over my machine - 360 camera around to show my surroundings - no phone/watch/… One would think by now there’d be two Stanford grads with a SaaS shit taking care of this for $899/hr Last interview I di…
Re: I automated my job application process
#287It’s astounding that we, as an industry, are so averse to licensing developers. It solves the resume spam problem and the repetitive LeetCode round(s) that every company now wants. We also don’t have to settle for the licensing process other industries have—ours can be more inclusive of alternative development backgrounds, while still providing a meaningful quality filter.
Re: I automated my job application process
#288Earlier quoted context omitted.
> I also switched to only on-site interviews. My initial technical screenings are still done remotely. Pro tip for anyone hiring engineers for remote positions: Tell the applicant that there “might be” an in person technical assessment, even if you know the process will be 100% remote. The amount of fake candidates at the moment is insane. The only thing that makes fake candidates self-select out is knowing there’s t…
I agree with this approach. In this field, unless you're hiring a junior engineer, you can have a reasonable expectation that a potential candidate will fly out for an interview even if it's a 100% remote job. If they refuse, well, there's a chance it's just because they can't afford to. The chance is far greater, though, that you dodged a bullet.
Obviously that’s a financial burden to the company, but minimal compared to the long term costs to the company of an employee.
Re: I automated my job application process
#289Earlier quoted context omitted.
No.
you might be slightly more receptive to this idea if you have, the company administering the exam needs to ensure no cheating is happening so app starts, all your other apps are shutdown, you get a call through the app to show your surroundings with the camera on your laptop etc before exam begins. at no point in time did I find any of it intrusive or strange, I wanted to get the exam done remotely, they need to ensu…
I assume this "app" is not open source, correct? Is is compatible with Linux systems? Can it run on non-FHS distribution?
> all your other apps are shutdown
I admit I am curious about this bit. Does it just start killing all other processes belonging to the same user ID? Or of all users (since you could get "assist" from process owned by an another user)? At least PID 1 needs to survive the slaughter, but it can be used to run arbitrary code to assist with the cheating. So how does it tell what is "an app" it needs to stop?