Live data from Hacker News

Why I Turned Down an AWS Job Offer

lastweekinaws.com

301–310 of 365 posts

Re: Why I Turned Down an AWS Job Offer

#301

IIRC salaried workers at Amazon get 10 PTO days. This stops me from even applying. I wouldn't ever again consider less than 20, and really need a minumum of 25.

I know people who work on AWS and they were telling me that they get 10 days of some other kind of vacation they can use too. So it's like 10 "real" vacation days that I assume roll-over year to year, you get paid for if you quit with them, etc. and then another 10 that are completely use-it-or-lose it. I don't know the details though

A family member works there and can attest to how crappy the PTO is at Amazon.

Re: Why I Turned Down an AWS Job Offer

#302

Earlier quoted context omitted.

I interviewed at Amazon recently but didn't get an offer. I'd say there is clear division between white and blue collar conditions and though I don't want in on the warehouse side their main offices would be a major career bump for me. I'd be one of those 3-5 year survival jobs where, like my other AMZN main office employee friends, a promotion means changing teams asap to capitalize on the good PR internally. Like,…

I’m seriously debating what I want my next role to be. I’ve reached close to the statistical peak[1] of my earning potential as a software developer/team lead/architect in my local market (Atlanta) and definitely will not be moving to the west coast. That only leaves a few options. 1. Stay in development and make sure I do enough Resume Driven Development to stay current and be happy with cost of living wages. Not a…

you'd think, but no. "rockstar ninja" hunters always offer "competitive" compensation, which means below average.

Re: Why I Turned Down an AWS Job Offer

#303

Earlier quoted context omitted.

Given their abysmal warehouse management, it's no surprise they have the second highest employee turnover out of all Fortune 500 companies[1]. Do you think any of the tech companies would treat their blue collar workers any better? It just so happens that all of the products produced by Google, Microsoft and Apple that need a lot of blue collar workers are done by contractors in a different country. I bet none of the…

I work in defense. We treat blue collar pretty well - hands on people are critical to large production of things like warplanes. We used to treat them even better, of course.

ISO certified?

Re: Why I Turned Down an AWS Job Offer

#304
post #95
post #26

Earlier quoted context omitted.

> Given all my friends that worked for them, almost all have quit within 5 years. 5 years is pretty darn high by tech company standard, as people already mentioned. Partly because of the culture of "you have to jump ship to make more money and promotions", but even the most employee friendly company will barely edge that, just because software engineers have a huge "grass is greener" syndrome.

I think "5 years" is a good indicator for amzn, as many (most?) L4/L5's sign up with a big chunk of stock that takes 4 years to vest.

Some companies have sabbatical programs that arrive at 7-10 years. A paid 6mo-year off? I'm listening.

Re: Why I Turned Down an AWS Job Offer

#305

Earlier quoted context omitted.

What’s crazy is that I have a very light LinkedIn profile, what I do have shows I graduated from a no name college over 20 years ago and that I am your bog standard Microsoft Enterprise Developer/Architect. Yet and still Facebook/Google recruiters are “impressed” with my profile and would glad to have me interview. They are no better than the foreign spammer recruiters. Ironically enough, the two companies that I do…

Ha! I similarly "impress" recruiters with my LinkedIn as well, which is amazing, because I've gone out of my way to make it as useless as possible. For instance, I list my current title as "brogrammer." All past history is similar one-liner descriptions. Yet recruiters remain "impressed", and think all my "skills" (not listed) are a great fit for "shaping the future of [X]"

"impress" is just a default in the mass-mail, linked-in scraping salesforce plugin they use.

Re: Why I Turned Down an AWS Job Offer

#306

Earlier quoted context omitted.

Exactly, it would have been fair game to ask why I used a window function instead of an aggregate function + subquery joined back onto the main result set. Or, to ask if I could rewrite the query another way which would be more efficient. However, the interviewer didn't simply insist the query does not do what was asked (when it did indeed return the correct results). Instead, the interviewer actually insisted it was…

From their perspective, they have hundreds of candidates and need to quickly filter a bunch out. So, having low-technical knowledge recruiters ask questions and look for a standard set of answers is the way they do it. There is no room for technical discussion during this phase, no room for nuance. I'm not saying this is a good process or that it's fair, but it is the reality right now. You still get OK results and i…

I’d already passed the recruiter screen and another phone interview. This was the technical interview with the manager of the group.

Re: Why I Turned Down an AWS Job Offer

#307
Could someone from AMZN confirm that 18 months is the common duration of their non-compete? This is upping the ante considerably even compared to the already abusive terms by Google/FB/MSFT in WA (1 year, never seen it enforced). Unless offered truly staggering compensation, I wouldn't even consider a job which upon termination requires me to not work anywhere for a year and a half.

Re: Why I Turned Down an AWS Job Offer

#308
post #293

I interviewed with AWS for an analyst/business intelligence engineer role. When asked to write a query to get the total GDP by month per country, I wrote a query along the lines of: select date_trunc('month',datecolumn) as month, country, sum(GDP) over (partition by date_trunc('month', datecolumn), country) FROM the_table order by 1 The interviewer asked me if I was missing something. I said no. "Don't you need an ad…

This is the reason whiteboarding gets a lot of hate. It's really a great way to get insight into how people approach problems and how fluent they are in a subject. And if they get something wrong, but they thought it through, that's a problem that will fix itself pretty readily. The person who doesn't think stuff through likely won't start. But the naive approach to whiteboarding is to do it as a test, can the person…

A week after, I passed a whiteboarding with one interviewer, the first of 4, at another large company (not FANG tier) writing pandas and SQL. The interviewer cared about design and the steps to perform a data loading task then querying it, and offered the choice of writing code or pseudocode (I did pseudo for python and wrote out the SQL explicitly).

That’s the proper way to whiteboard.

Re: Why I Turned Down an AWS Job Offer

#309

Earlier quoted context omitted.

Percentages as in how many candidates do they need to source to get one that eventually accepts an offer? I’d wager 1000:1 or thereabouts.

To hire a candidate or interview a candidate? 1000:1 could be reasonable, I have no clue.

Hire.

Re: Why I Turned Down an AWS Job Offer

#310

Earlier quoted context omitted.

Nah Amazon has 15 and 20 at 7 years, which is pretty common in the US at least.

IIRC it’s 10 days for the first year and after that what you describe

https://www.amazon.jobs/en/landing_pages/pto-overview-us

10 days of pto + 6 days of personal time

Post reply on HN