微软职位内部推荐-ATG Engineer II
微软近期Open的职位:
ATG Engineer - Generalist
Ready to work on some of the most advanced hardware on the planet and solve mind-bending game development problems on a daily basis? The Advanced Technology Group (ATG) provides consulting services that range from deep performance analysis to advanced code samples and white papers that enable game developers around the world to create cutting edge titles for Microsoft platforms. We are seeking a Software Development Engineer with deep technical expertise in CPU and GPU performance as well as significant game development experience overall. You can be a key part of making Microsoft gaming platforms - including Xbox One, Xbox Live, Kinect, Xbox 360, Windows, and future offerings - a success.
Primary responsibilities include working directly with game developers to understand and address their technical problems, both in 1:1 settings and via our forums system; researching and developing incubations, samples, and white papers that illustrate advanced techniques; and collaborating with the Xbox, Xbox Live, and core OS software and services teams on both new features and optimizations. Other responsibilities include establishing strong engineering practices, driving technical issues raised by both Microsoft Studios and external game developers with the appropriate teams across Microsoft, working closely with the Developer Account Management (DAM) group, understanding the business needs of the platform, and speaking at game developer conferences.
Qualifications:
• 3+ yrs related work experience
• Experience in one or more of the following: CPU performance tuning on one or more platforms; C/C++ compiler architecture; assembly languages; GPU performance; advanced visual techniques; compute shader and other advanced GPGPU
• Experience in development role for games on Xbox One, Xbox 360, Windows PC, Windows Phone, and/or other consoles or mobile platforms
• Past accomplishments in areas of problem solving, presentation skills and effective one-on-one and one-to-many communication are key to success in this role
• The job entails some travel, typically four or five trips (typically of
• Experience in any the following areas is a plus: Networking and Xbox Live, Direct3D 11, game audio, Kinect, digital signal processing, and 3D graphics
Microsoft is an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, gender, sexual orientation, gender identity or expression, religion, national origin, marital status, age, disability, veteran status, genetic information, or any other protected status.
Microsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-ATG Engineer II的更多相关文章
- 微软职位内部推荐-SW Engineer II for Azure Network
微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...
- 微软职位内部推荐-SW Engineer II for Cloud Service
微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...
- 微软职位内部推荐-Service Engineer II for Azure Cloud Network
微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...
- 微软职位内部推荐-Software Engineer II
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
- 微软职位内部推荐-SW Engineer II for Skype
微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...
- 微软职位内部推荐-SW Engineer II for Cloud Servi
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
- 微软职位内部推荐-SW Engineer II for Embedded System
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
- 微软职位内部推荐-SW Engineer II for WinCE
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
- 微软职位内部推荐-SW Engineer II for Enterprise Platform
微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...
随机推荐
- 【转】使用Beaglebone Black的I2C (二)——使用C语言和i2c-dev驱动
在本博客的<使用Beaglebone Black的I2C(一)>中,介绍了BBB上无需编程对i2c总线进行读写操作的方法,本文将介绍如何在c语言程序中使用i2c-dev驱动来操作i2c设备 ...
- JS与OC交互--简单使用
直接上代码 .m文件 #import "ViewController.h" @interface ViewController () <UIWebViewDelegate&g ...
- Android(java)学习笔记135:Android中assets文件夹资源的访问
Android资源文件分类: Android资源文件大致可以分为两种: 第一种是res目录下存放的可编译的资源文件: 这种资源文件系统会在R.java里面自动生成该资源文件的ID,所以访问这种资源文件 ...
- React Editor 应用编辑器(1) - 拖拽功能剖析
这是可视化编辑器 Gaea-Editor 的第一篇连载分析文章,希望我能在有限的篇幅讲清楚制作这个网页编辑器的动机,以及可能带来的美好使用前景(画大饼).它会具有如下几个特征: 运行在网页 文档流布局 ...
- 深入理解计算机系统第二版习题解答CSAPP 2.10
对于任一位向量a,有a ^ a = 0.考虑下面的程序: void inplace_swap(int *x, int *y) { *y = *x ^ *y; *x = *x ^ *y; *y = *x ...
- UVA - 213 Message Decoding (输入字符串并对单个字符进行操作的输入输出)
POINT: 关于表示一个编码:利用code字符数组表示一个编码字符,其中code[len][val]表示长度为len,二进制值为val的字符: 主程序如下: #include <iostrea ...
- 2D几何
#include<cstdio> #include<cstring> #include<iostream> #include<algorithm> #i ...
- JavaScript检测实例属性, 原型属性
0.前提 JavaScript对象的属性分为两种存在形态. 一种是存在实例中, 另一是存在原型对象中. 根据上述, 检测属性的时候会出现4种情况 既不存在实例中, 也不存在原型对象中 存在实例中, 不 ...
- 【转】MyBatis学习总结(三)——优化MyBatis配置文件中的配置
[转]MyBatis学习总结(三)——优化MyBatis配置文件中的配置 一.连接数据库的配置单独放在一个properties文件中 之前,我们是直接将数据库的连接配置信息写在了MyBatis的con ...
- 4 WPF学习---系统的学习XAML语法
转载:http://blog.csdn.net/fwj380891124/article/details/8093001 1,XAML文档的树形结构: UI在用户眼里面是个平面结构.如下图所示,在用户 ...