亚马逊面试有几轮_经过几个月的Google面试准备,我被亚马逊录用

亚马逊面试有几轮

by Googley as Heck

由Googley饰演Heck

经过几个月的Google面试准备,我被亚马逊录用 (After months of preparing for the Google interview, I got hired by Amazon)

As you may know, the last 11 months have been very difficult for me. As a self-taught web developer of 15 years, my computer science study plan took me months to get through, and the main motivator was to start a new career as a software engineer, tackling large problems at a large tech company.

您可能知道,最近11个月对我来说非常困难。 作为一名15年的自学成才的网络开发人员,我的计算机科学学习计划花了我几个月的时间才得以完成,其主要动机是开始新的软件工程师职业,以解决大型科技公司中的大问题

Google was the company I had audaciously set my sights on, but in the end that turned into disappointment. If you haven’t read about my story, you’re missing out. Go ahead and read it first.

谷歌是我曾大胆地瞄准的公司,但最终变成了失望 。 如果您还没有读过我的故事,那您就错过了。 继续阅读它 。

Well, I reached out to my network, and made a lot of new friends. I got connected with every tech giant in the Pacific northwest. Of all of them, Amazon had always stood out — even more than Google — as the most innovative company over the last 10 years. I applied via a referral, whom I had met at a startup event in 2013, and got the process rolling.

好吧,我接触了我的网络,结识了许多新朋友。 我与太平洋西北地区的每个科技巨头都有联系。 在所有这些公司中,亚马逊一直是过去10年中最具创新力的公司-甚至比Google还要出色。 我是通过推荐来申请的,我在2013年的一次启动活动上遇到了这位推荐人,并且整个过程都在进行。

After so many months of non-stop effort, sacrifice, and worry, I’m pleased to announce that I finally made it!

经过这么多月的不懈努力,牺牲和担心,我很高兴地宣布我终于做到了!

Today I accepted an offer to be a Software Development Engineer at Amazon.com.

今天,我接受了成为Amazon.com软件开发工程师的邀请。

Working at Amazon is a dream come true, and I’ll be working on the Amazon Web Services Config team. I’ve wanted to work on AWS for years, but was never qualified, until now. I’ve been using AWS since 2012, when I got started using CloudFormation to automate infrastructure build-out and scaling.

在Amazon工作是梦想成真,我将在Amazon Web Services Config团队工作。 我想在AWS上工作多年,但直到现在一直没有资格。 自2012年开始使用CloudFormation自动化基础架构扩展和扩展以来,我一直在使用AWS。

AWS Config is a fully managed service that provides operations teams with AWS resource inventory, configuration history, and configuration change notifications to enable security and governance. Config Rules enables administrators to create rules that automatically check the configuration of AWS resources recorded by AWS Config, as well as define actions AWS can take to fix issues automatically.

AWS Config是一项完全托管的服务,可为运营团队提供AWS资源清单,配置历史记录和配置更改通知,以实现安全性和治理。 使用配置规则,管理员可以创建规则以自动检查由AWS Config记录的AWS资源的配置,以及定义AWS可以采取的自动修复问题的措施。

Here’s a video with some cool automation tricks you can do with AWS Config Rules, CloudTrail, and Lambda:

这是带有一些很酷的自动化技巧的视频,您可以使用AWS Config Rules,CloudTrail和Lambda进行操作:

Thanks to everyone for your support!

感谢大家的支持!

在哪里找到我 (Where to Find Me)

Since I won’t be posting on this “Googley” account any more, feel free to follow my adventures at Startup Next Door, LinkedIn, and Twitter.

由于我将不再在该“ Googley”帐户上发帖,所以请随时关注我在Startup Next Door , LinkedIn和Twitter上的冒险经历。

翻译自: https://www.freecodecamp.org/news/ive-been-hired-by-amazon-8b21f7c27de5/

亚马逊面试有几轮

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/395607.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

省选前的考试记录

日拱一卒功不唐捐 什么沙雕玩意儿 2018.12.24 T1 如果对 \(A\) 数组求出来高度递减的单调栈的话&#xff0c;会发现只有单调栈里的元素是有用的。因为如果有 \(A[i]<A[j] \And i<j\)&#xff0c;那电梯就可以在带 \(j\) 上楼的时候顺便把 \(i\) 带上并不会影响结果。所以…

软件工程课设-----日程管理系统

这学期进行了软件工程课设&#xff0c;题目是&#xff1a;日程管理系统&#xff08;JavaWeb&#xff09;&#xff0c;为期3周。这三周只有前两天是企业老师讲解是企业老师讲解相关的基础知识(老师讲的水平实在是不可恭维。。。。。。)。 多的不多说。直接进行对相关项目的介绍。…

matlab中的神经网络训练,MATLAB中的神经网络训练

我试图向前馈送反向传播&#xff0c;但是在网络训练之后&#xff0c;当模拟和打印模拟输出时&#xff0c;我看不到任何靠近目标的值&#xff0c;但它只是一个数字。代码如下。什么是错&#xff0c;什么是问题&#xff1f;前馈反向传播&#xff1a;>> load(E:/Inputdata.t…

Spring For All 顶级Spring综合社区服务平台

Spring For All 玩最纯粹的技术&#xff01;做最专业的 Spring 民间组织~ 欢迎加入&#xff1a;http://spring4all.com/ image.png

chromium 桌面_如何使用Chromium和PyInstaller将Web应用程序转换为桌面应用程序

chromium 桌面Packaging and distributing your app sounds simple in principle. It’s just software. But in practice, it’s quite challenging.打包和分发应用程序在原理上听起来很简单。 这只是软件。 但是在实践中&#xff0c;这非常具有挑战性。 I’ve been working …

PHP面向对象(三)

一、继承概念 继承性也是面向对象程序设计中的重要特性之一。它是指建立一个新的派生类&#xff0c;从一个先前定义的类中继承数据和函数&#xff0c;而且可以重新定义新的数据类型和函数&#xff0c;从而建立累的层次或等级关系。 格式&#xff1a;     [修饰符] class 子…

python数据结构的应用场景不包括,Python 数据结构学习

Python 数据结构学习列表list.append(x)在列表的末尾添加一个元素。相当于 a[len(a):] [x] 。list.extend(iterable)使用可迭代对象中的所有元素来扩展列表。相当于 a[len(a):] iterable 。list.insert(i, x)在给定的位置插入一个元素。第一个参数是要插入的元素的索引&#…

[Jinkey 原创]震惊!iOS 系统居然自带悬浮窗口调试工具

原文链接 : 震惊&#xff01;iOS 系统居然自带悬浮窗口调试工具 —— Jinkey 原创原文作者 : Jinkey1 背景 英文原文&#xff1a;http://ryanipete.com/blog/ios/swift/objective-c/uidebugginginformationoverlay/ 我写得这个并不是翻译而是用自己的理解重新表述这个功能&…

盲人编程_盲人如何编码

盲人编程About one out of every 200 software developers is blind. We know this because Stack Overflow asked 64,000 developers about this a few months ago.每200名软件开发人员中大约有1名是盲人。 我们之所以知道这一点&#xff0c;是因为几个月前 Stack Overflow 向…

hadoop环境搭建笔记

一、配置Linux &#xff08;1&#xff09;cat /etc/networks &#xff08;2&#xff09;cat /etc/sysconfig/network &#xff08;3&#xff09;vi /etc/udev/rules.d/70-persistent-net.rules eth1 改为eth0 &#xff08;4&#xff09;vi /etc/sysconfig/network-scripts/ifc…

边分治讲解

前言&#xff1a; 边分治和点分治一样属于树分治的一部分&#xff0c;相比于点分治&#xff0c;边分治对于与度数相关的问题有着很大的优势&#xff0c;同时边分治也是解决树上最优化问题的一种重要的算法。 分治过程&#xff1a; 边分治的分治过程与点分治类似&#xff0c;同样…

准确性 敏感性 特异性_如何掌握类型特异性的艺术

准确性 敏感性 特异性Do more specific definitions result in less flexibility?更具体的定义会导致灵活性降低吗&#xff1f; In this post I will try to avoid the debate about strong/static vs. weak/dynamic types (what more could possibly be said?), or even sc…

Pycharm社区版配置Django

Pycharm开发版(收费)自带Django模板&#xff0c;社区版(免费)需要通过命令行创建Django项目。 通过pip安装Django&#xff1a;pip install django2.0.2(版本号)&#xff0c;可通过以下命令检查是否安装成功 在命令行下创建Django项目(项目存放在D:\PyCharm) 1.创建项目 进入D:\…

家里也是不知不觉就电脑有不能开启了

一如既往的把电脑搬上去&#xff0c;我推测就是因为内存条金手指的接触不好了&#xff0c;然后多次的强制关机让我心疼&#xff0c;还有是花了30元装系统还是有些不服气&#xff0c;最后还是要回去弄好。 转载于:https://www.cnblogs.com/bkchengzheng/p/5662222.html

oracle model 分组,【已解决】关于Oracle分组函数高级用法(按照N条分组并生成唯一号)...

prompt PL/SQL Developer import fileprompt Created on 2018年3月30日 byset feedback offset define offprompt Creating T_TEST_GROUP...create table T_TEST_GROUP(code VARCHAR2(100),supplier VARCHAR2(100),item_id VARCHAR2(100),num NUMBER,lot VARCHA…

用Mesos分布式架构进行工作

引言&#xff1a;2010年&#xff0c;一个旨在解决扩容问题的项目诞生——Apache Mesos&#xff0c;它在某种程度上对CPU、内存、磁盘资源进行抽象&#xff0c;从而允许整个数据中心如同单台大服务器般运转。无需虚拟机和操作系统&#xff0c;Mesos创造了一个单独底层的集群为应…

angular和react_如何在Angular中验证默认和自定义React形式

angular和reactby Luuk GruijsLuuk Gruijs着 如何在Angular中验证默认和自定义React形式 (How to validate default and custom reactive forms in Angular) When presenting forms to your users, it’s considered very user-friendly to give them immediate feedback on w…

POJ 1502 MPI Maelstrom 最短路

最短路模板。 题意&#xff1a;从‘1’点发出一个信号到各个点&#xff0c;不同的点可以同时发出一个信号但到达目标的时间不同&#xff0c;问所有点接受到信号所耗费的最短时间为多少。 思路&#xff1a;迪杰斯特拉求出1点到各个点的最短路&#xff0c;遍历一遍找到其中的最大…

调试dump文件

调试dump文件 1、设置好pdb文件和源代码路径 为了能正确分析Dump文件&#xff0c;我们必须要指定和程序一起出来的PDB文件&#xff0c;如果程序重新被编译了一次&#xff0c;即使代码没有任何变化&#xff0c;之前的PDB文件我们不能再继续使用。posted on 2018-12-28 17:50 mao…