【Nvidia自动驾驶校招】错过9月16号笔试的可以试试

We are now looking for a Web Full-Stack Engineer!

NVIDIA is searching for extraordinary full stack engineers to work on our AI Infra team. Our team is enabling NVIDIA and our customers to more easily scale up machine learning workflows - machine learning at scale require a new vocabulary for organizing and managing data, jobs and users. We are building and optimizing human in the loop pipelines which enable massive state of the art systems in Artificial Intelligence / Machine Learning at Nvidia and for our customers in many application spaces including medical imagery and autonomous driving.

What you will be doing:

  • You will be collaborating with a diverse team of front and back-end engineers as well as machine learning, deep learning experts.
  • You will be creating human in the loop and management interfaces at the frontier of what is possible in machine learning today and getting front seat view of the action in this very hot space from a team and a company driving the progress at the cutting edge.

What we need to see:

  • Golang, Spring Cloud, Python, Node
  • Knowledge of REST APIs
  • Web stack backend: Postgres, SQL, MongoDB, redis,
  • Knowledge of AWS / Aliyun tools and capabilities
  • Comfortable with a customer focused, high paced environment.
  • Well versed in agile methodology.
  • Experience in software shipping cycles (dev, deploy, release, CI) and open-source software dev.
  • You are highly motivated, passionate and curious about new technologies. You take pride in your work and strive to achieve incredible results and possess excellent communication and planning skills.
  • Ability to work successfully with multi-functional teams, principals and architects. Coordinates effectively across organizational boundaries and geographies.

Ways to stand out from the crowd:

  • Understanding of JavaScript/CSS/HTML5, working knowledge of Angular.
  • Team player, loves to work in a team environment
  • Native Mandarin, Fluent English

NVIDIA is widely considered to be one of the technology world’s most desirable employers. We have some of the most brilliant and talented people in the world working for us. Are you a creative and autonomous software engineer with a genuine passion for advancing the state of AI and machine learning across a variety of verticals? Do you love a challenge? If so, we want to hear from you.


#校招##内推##英伟达##秋招#
全部评论
大家投简历请尽快哈,谢谢大家!
点赞 回复 分享
发布于 2019-09-19 11:27
我昨晚做的贵部门笔试,大概什么时候有结果通知,或者在哪看进度
点赞 回复 分享
发布于 2019-09-17 14:42
妮维雅太难了
点赞 回复 分享
发布于 2019-09-17 14:42
点赞 回复 分享
发布于 2019-09-17 14:37
我们组新加的校招hc,刚好晚了一天笔试。所以,错过的小伙伴们可以试试
点赞 回复 分享
发布于 2019-09-17 14:30

相关推荐

------------------------------------第一题题目大意:年初有 n (1 <= n <= 10^6) 本书需要整理。平时每个月能整理 m (1 <= m <= n) 本。每年从第 p (1 <= p <= 12) 个月开始,有连续 q (1 <= q <= 13-p) 个月的忙碌期,忙碌期内每月能整理 2*m 本。请问整理完所有图书需要多少个月?解法思路:这是一个直接的模拟题。可以设置一个循环,按月推进。在循环中,维护当前是几月份,并根据月份判断是否处于忙碌期 [p, p+q-1] 内。根据是否忙碌,从总任务量 n 中减去 m 或 2*m,同时月份计数器加一。当月份超过12时,重置为1,直到任务量小于等于0为止。------------------------------------第二题题目大意:一个城市有 n (2 <= n <= 2e5) 个节点,由 n-1 条边连接成一棵树。每个节点有一个初始安全标识:'s'(安全), 'd'(危险), 或 '?'(未分类)。一个安全的网络要求任意相连的两个节点标识必须不同(只能是's'或'd')。问最少需要修改多少个节点的标识才能使整个网络变得安全。解法思路:核心是树的二分染色。因为树是二分图,我们可以将所有节点分成两个集合,使得集合内部没有边相连。通过一次图的遍历(BFS或DFS),确定每个节点的层次(奇数层或偶数层)。这样会产生两种合法的染色方案:方案A(偶数层为's',奇数层为'd')和方案B(偶数层为'd',奇数层为's')。分别计算原标识要变成这两种方案需要修改的次数,取其中的较小值即可。------------------------------------第三题题目大意:给定 n (1 <= n <= 1e5) 个道具,每个道具有一个属性值 ai (1 <= ai <= 1e9)。你需要找到一个最短的连续前缀序列(从第一个道具开始),使得这个前缀序列中所有道具属性值的最小公倍数(LCM),恰好等于全部 n 个道具属性值的最小公倍数。输出这个最短序列的长度。(共有 T 组数据, 1 <= T <= 1e4)解法思路:直接计算LCM会超出整数范围,需要转换思路。一个数的LCM由其所有质因子的最高次幂决定。首先,遍历整个数组,对每个数进行质因数分解,用一个哈希表记录下全局LCM所需要的所有质因子及其最高次幂。然后,从头开始遍历数组,同样对每个数分解质因数,用另一个哈希表维护当前前缀的质因子最高次幂。每当一个质因子在前缀中的最高次幂达到了全局要求的最高次幂时,就标记这个质因子已满足。当所有全局需要的质因子都满足时,当前的位置就是最短序列的长度。
投递科大讯飞等公司10个岗位
点赞 评论 收藏
分享
bg双九,已投英伟达到目前为止一周了没动静这啥情况呢
伊柳沙:在别的地方双九就是✌️,在英伟达双九也得卧着
投递英伟达等公司10个岗位
点赞 评论 收藏
分享
评论
点赞
6
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务