> Non-Competition. During employment and for 18 months after the Separation Date, Employee will not, directly or indirectly, whether on Employee’s own behalf or on behalf of any other entity (for example, as an employee, agent, partner, or consultant), engage in or support the development, manufacture, marketing, or sale of any product or service that competes or is intended to compete with any product or service sol…
Do these hold up under Washington state law? I know most states do not support non-competes when it comes to lawsuits, it wouldn't surprise me if Washington is one of them.
Why I Turned Down an AWS Job Offer
251–260 of 365 posts
Re: Why I Turned Down an AWS Job Offer
#252> Non-Competition. During employment and for 18 months after the Separation Date, Employee will not, directly or indirectly, whether on Employee’s own behalf or on behalf of any other entity (for example, as an employee, agent, partner, or consultant), engage in or support the development, manufacture, marketing, or sale of any product or service that competes or is intended to compete with any product or service sol…
Do these hold up under Washington state law? I know most states do not support non-competes when it comes to lawsuits, it wouldn't surprise me if Washington is one of them.
Re: Why I Turned Down an AWS Job Offer
#253Earlier quoted context omitted.
There is no such thing as a "recruitment list" to be removed from, unless you remove all traces of yourself from the internet. Sourcers don't work from a shared list. Also, you might be surprised to hear how often people will say "no" at one point, and later say "yes." Circumstances change. Asking again later works.
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…
Yet recruiters remain "impressed", and think all my "skills" (not listed) are a great fit for "shaping the future of [X]"
Re: Why I Turned Down an AWS Job Offer
#254Earlier 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.
Re: Why I Turned Down an AWS Job Offer
#255I 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…
Can confirm that this is generally how critical financial positions work. They do have a no-compete but the expectation is that the no-compete is paid for at the previous wage. It's quite common to get a 6 month severance during the cooldown period.
Re: Why I Turned Down an AWS Job Offer
#256I 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 happens everywhere; The superstar software developer (no) who knows everything (no) gets to interview you, and sometimes they are simply not right. Your story reminds me my ~7th (?) interview with Google where for LRU caching I mentioned Java's LinkedHashMap; which resulted in he explaining me "what a ridiculous, memory-wasting data structure would that be!" - and going on for a good 5 more minutes bashing my la…
I made it into Amazon, but honestly, after sitting in on a bunch of interviews, I now appreciate the amount of pure dumb luck involved (i.e. I got a loop of people who liked me and had questions I understood) rather than any skill (which is, well, pretty limited in reality).
Re: Why I Turned Down an AWS Job Offer
#257Earlier quoted context omitted.
Why its a given for professional tech jobs in the UK.
That's really depressing. Genuinely. If a candidate made a platform of protecting worker IP (created on their own time), I would vote for that candidate based on that alone.
Re: Why I Turned Down an AWS Job Offer
#258Earlier quoted context omitted.
>One result set is equivalent to another, and as long as you aren't using unnecessary nested loop joins or such, there are a dozen ways to solve a query. If they consume similar resources I'd almost always opt for the simplest one to understand. In cases where the simpler one is less efficient, I might still use it if the task didn't require absolute optimization.
Sure, and that would be a fair criticism, to say, "is there a version of this that's more intuitive and easier to read with the same load on the server?" But the interviewer (assuming the OP faithfully represented the exchange and the domain) is insisting that the query does not do what was asked -- when it does -- and is saying so based on the interviewer's own incomplete understanding. That's not a good reason to r…
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 an invalid query which would not run at all.
Re: Why I Turned Down an AWS Job Offer
#259Earlier quoted context omitted.
Rather than be annoyed, you'd probably get bonus marks if you could show him the group-by query (sounds like you could have done that easily), then explain why your way is better. The interviewer would have been impressed at your maturity and skill.
The actual interview was more akin to the interviewer telling an interviewee that "python doesn't support multithreading"; something patently false. No, this kind of erroneous statement should not be glossed over. For your information, this was the later stage of questions. The very first question did involve a simple summation group by, so I'd already demonstrated my understanding there. I showed no frustration or a…
wait, what about the GIL?!? did they fix that?
Re: Why I Turned Down an AWS Job Offer
#260Earlier quoted context omitted.
These things can always be childish when working with a bad interviewer. I once had an engineer keep interrupting me while I was explaining how sockets work because I wasn't covering small minutia details. Interviewing is an insane process. This is why building networks is more valuable so you're basically being interviewed by people you've already worked with.
> I once had an engineer keep interrupting me while I was explaining how sockets work because I wasn't covering small minutia details. I'm going to be in trouble when it comes time to interview again someday. I am not nearly as accepting of muscle flexing (anti-social behavior) as I was 10 years ago.
Here's to future self-employment!