Don't spend too much time worrying about this. There's a reason why companies use ATS and that's to filter out a large volume of applicants. Even if you formatted well, you'll need to have enough keywords, etc. to win against the crowd. Your time is better spent working on networking. My current job came from a friend's referral and honestly, I'm sure many companies will take a referred candidate over a candidate who…
Ask HN: Best resume format for auto-fill online job apps?
11–20 of 36 posts
Re: Ask HN: Best resume format for auto-fill online job apps?
#12Its tough to prepare a universal format for all ATS to parse and if there is one, they would have been promoting that format all along. Some ATS keep first name, last name, email as the only mandatory fields and in that case a basic resume where you keep the name as the first thing on top would work. But most of the others ask for your visa status, ethnicity and various other things, so that has to be manual work aga…
FWIW: it is extraordinarily unlikely you will be asked your ethnicity during the job application process at any US employer. Universities, sure, all the time, because they intend to racially discriminate against disfavored groups. Employers who do that lose large lawsuits.
Re: Ask HN: Best resume format for auto-fill online job apps?
#13Re: Ask HN: Best resume format for auto-fill online job apps?
#14Its tough to prepare a universal format for all ATS to parse and if there is one, they would have been promoting that format all along. Some ATS keep first name, last name, email as the only mandatory fields and in that case a basic resume where you keep the name as the first thing on top would work. But most of the others ask for your visa status, ethnicity and various other things, so that has to be manual work aga…
FWIW: it is extraordinarily unlikely you will be asked your ethnicity during the job application process at any US employer. Universities, sure, all the time, because they intend to racially discriminate against disfavored groups. Employers who do that lose large lawsuits.
That's a big lie there.
Re: Ask HN: Best resume format for auto-fill online job apps?
#15Its tough to prepare a universal format for all ATS to parse and if there is one, they would have been promoting that format all along. Some ATS keep first name, last name, email as the only mandatory fields and in that case a basic resume where you keep the name as the first thing on top would work. But most of the others ask for your visa status, ethnicity and various other things, so that has to be manual work aga…
FWIW: it is extraordinarily unlikely you will be asked your ethnicity during the job application process at any US employer. Universities, sure, all the time, because they intend to racially discriminate against disfavored groups. Employers who do that lose large lawsuits.
Untrue.
> Employers who do that lose large lawsuits.
Employers who ask it during the application process usually do it in a manner which allows the data to be tracked in aggregate but separated from the application through the hiring decision process, and retain clear documentation of this process and its execution so as to be able to defend themselves against any charges of inappropriate use of the information in hiring decisions.
Many employers are required to report this information in aggregate, but I'm not sure that they are the only ones who track it for their own information.
Re: Ask HN: Best resume format for auto-fill online job apps?
#16A while back I wrote a Python script automating Job applying procedure for Glassdoor. It worked for a guy who got the job. If one finds it interesting, contact me at kadnan at gmail.com. Both trial and paid version available
Re: Ask HN: Best resume format for auto-fill online job apps?
#17_Shameless Plug_ A while back I wrote a Python script automating Job applying procedure for Glassdoor. It worked for a guy who got the job. If one finds it interesting, contact me at kadnan at gmail.com. Both trial and paid version available
`print('Paypal me 20 bucks please!')`
Re: Ask HN: Best resume format for auto-fill online job apps?
#18I've read that .doc/.docx/Microsoft Word format is the most desired. I've had recruiters tell me this, and I've seen posts on reddit about this. It all comes down to metadata and formatting -- the automated resume parsers do a lot better with Microsoft Word, especially if you use the templates.
Re: Ask HN: Best resume format for auto-fill online job apps?
#19If your resume is treated this way, how will you be?
Re: Ask HN: Best resume format for auto-fill online job apps?
#20I've read that .doc/.docx/Microsoft Word format is the most desired. I've had recruiters tell me this, and I've seen posts on reddit about this. It all comes down to metadata and formatting -- the automated resume parsers do a lot better with Microsoft Word, especially if you use the templates.
FWIW, I think word formats are most desired by recruiters because they can be easily edited to ie. remove your name and add skills the recruiter thinks will get it recognized. I'm pretty sure word formats are pretty unamenable to parsing, aren't they?
That said,
> word formats are pretty unamenable to parsing
Compared to what? Almost all resumes show up in .doc or .pdf format. Maybe the occasional snowflake will submit an HTML file, a WordPerfect document, or a .swf file.
Candidates submitting raw text (or something like JSON) are going to be few and far between. (Although RTF is actually straight text under the hood, and I'm surprised I don't see it mentioned more often.)