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…
> Do you think any of the tech companies would treat their blue collar workers any better? Okay, but we're talking about what Amazon is doing now , not how other hypothetical companies may or may not treat potential employees.
Why I Turned Down an AWS Job Offer
131–140 of 365 posts
Re: Why I Turned Down an AWS Job Offer
#132I 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…
Without the group by, you will be returning every row from the table, which isn't what the task calls for. You'd then have to do an additional row_number() or distinct or something to just get the unique rows per month per country.
Re: Why I Turned Down an AWS Job Offer
#133Re: Why I Turned Down an AWS Job Offer
#134Earlier quoted context omitted.
> Do you think any of the tech companies would treat their blue collar workers any better? Okay, but we're talking about what Amazon is doing now , not how other hypothetical companies may or may not treat potential employees.
Here's an example of how another non-hypothetical tech company treats fully realized (is that the opposite of potential?) blue-collar workers: * https://www.theverge.com/2019/6/19/18681845/facebook-moderat... * https://www.theverge.com/2019/2/25/18229714/cognizant-facebo...
(How do we specify that we're referring to a user here, anyway? On reddit, I'd just type /u/dvt and be done with it, seems weird to do it here.)
Re: Why I Turned Down an AWS Job Offer
#135I cannot come up with any publicly-held multi-billion dollar technology company today that isn't seemingly run by psychopaths. Is there some new SEC regulation regarding corporate leadership I am unaware of? Is it an audit item that requires HR to fuck over all their employees with as much legal nonsense as possible? I seriously don't understand why there can't be at least one 100bn+ tech company that treats its employees like humans.
I will probably end up working in smaller shops and startups for the rest of my career judging by the way these megacorps have been conducting themselves. I used to dream of going to work on the bleeding edge with huge tech companies like Google and Amazon. Now, I treat their recruitment emails like any other spam items. I gladly accept my relatively paltry salary knowing that I can walk away and do whatever I want at any point in time without fear of legal or financial repercussions.
Re: Why I Turned Down an AWS Job Offer
#136I once met a guy who was a programmer for a hedge fund. The strategies and knowledge he had would be very useful to competitors. They didn't have a non-compete agreement in the contract, as this is almost never enforceable here, instead he agreed to a six month notice period - after working two months' notice they then paid four months' salary for him to take a holiday while his knowledge became less and less useful…
Re: Why I Turned Down an AWS Job Offer
#137Re: Why I Turned Down an AWS Job Offer
#138Earlier quoted context omitted.
The tech industry has the best horizontal mobility of any other right now. Why do we need the downside of unions when we can just move company and have only the upsides?
> The tech industry has the best horizontal mobility of any other right now. Until you age out. And you will age out.
Re: Why I Turned Down an AWS Job Offer
#139Every time I've talked to AWS Recruiters they've belittled by past experience and just generally made me feel bad about my career. I will never ever work there, no matter how cool their tech stack must be.
I can tell you from experience, the internal Amazon stack is not cool or inventive.
Re: Why I Turned Down an AWS Job Offer
#140I was leaning strongly towards AWS, after talking with people. I find the business model very appealing, and it sounded like I'd probably be valued well there. Then I did a little due-diligence searching of news articles and such that I vaguely recalled, about both the blue collar and white collar cultures, and was very disappointed. The various stories about non-developer treatment seemed much closer to home and rea…