Live data from Hacker News

Ask HN: Do you also get frequent Amazon recruitment emails?

news.ycombinator.com

11–20 of 55 posts

Re: Ask HN: Do you also get frequent Amazon recruitment emails?

#14

I replied to a recruiting email with: "I would literally rather shoot myself in the fucking head twice than work for Amazon." That was last year, and I continue to receive their recruiting emails every week or two.

Say you love in the eu now and moved DVD you need your data to be deleted and never get contacted again :)

Re: Ask HN: Do you also get frequent Amazon recruitment emails?

#15
Amazon is a very decentralized company. Which means that Amazon's thousands of recruiters are all operating independently of each other, and have minimal systems/regulations to prevent multiple recruiters contacting the same person. The different recruiters are often recruiting for different teams/divisions as well, so if you're open to joining Amazon, you should certainly talk to a recruiter whose team matches your interests.

Re: Ask HN: Do you also get frequent Amazon recruitment emails?

#17
post #3

I get a ton! And it’s frustrating because I wouldn’t pass the crazy white board interviews (hazing). If they really wanted to hire all these people why not have a better interview process?

i've started telling the horde of recruiters exactly why i don't want to take a side job studying for their interviews for a slight chance to work somewhere that is reportedly bad to work at - maybe if enough people say something to enough of them they'll trickle it upwards.

that's a good pipe dream, but one can hope.

Re: Ask HN: Do you also get frequent Amazon recruitment emails?

#18
I actually added them to my "spammy recruiters" Sieve rule because I was getting so many. The combination of these rules catches a LOT of recruiter spam; most importantly, it seems that most of the recruiters that configure their tooling to automatically nag 3 times (once per week) use one of these packages, so I get to ignore them as well.

Filtering ant.amazon.com keeps order emails and such while discarding any mail sent from recruiters (though it would likely also filter mail from non-recruiters if you actually correspond with someone at Amazon).

    if anyof (
      body :text :contains "znsrc.com",
      header :contains "user-agent" "Nylas",
      exists "X-Ashby-Stage",
      header :contains "message-id" "ant.amazon.com",
      exists "X-ZenSr-ID"
    ) {
      fileinto "INBOX.spam";
      stop;
    }

Re: Ask HN: Do you also get frequent Amazon recruitment emails?

#19
post #15

Amazon is a very decentralized company. Which means that Amazon's thousands of recruiters are all operating independently of each other, and have minimal systems/regulations to prevent multiple recruiters contacting the same person. The different recruiters are often recruiting for different teams/divisions as well, so if you're open to joining Amazon, you should certainly talk to a recruiter whose team matches your…

Most all tech companies treat recruiting as an after thought, you would think this Trillion dollar companies would try to use their technological leverage to make recruitment more efficient but no…
Post reply on HN