微软职位内部推荐-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 ...
随机推荐
- Android_CntextMenu_example_textSize
menu.xml <menu xmlns:android="http://schemas.android.com/apk/res/android" > <item ...
- IPC with pipes, also dup2 redirect stream handle
#include <stdio.h> #include <sys/types.h> #include <sys/wait.h> #include <unist ...
- RESTful HTTP实践
http://www.infoq.com/cn/articles/designing-restful-http-apps-roth 摘要: 本文对RESTful HTTP的基础原理做了一个概览,探讨了 ...
- (转)sql 时间转换格式 convert(varchar(10),字段名,转换格式)
convert(varchar(10),字段名,转换格式) CONVERT(nvarchar(10),count_time,121) CONVERT为日期转换函数,一般就是在时间类型(datetime ...
- Python 文件操作模块 shutil 详解
1.导入模块 shutil import shutil 2.shutil方法 2.1 shutil.copy(src,dst) //将 src 复制到 dst 保留文件权限 例:将Alan复制到 ...
- 线程本地变量ThreadLocal
一.本地线程变量使用场景 并发应用的一个关键地方就是共享数据.如果你创建一个类对象,实现Runnable接口,然后多个Thread对象使用同样的Runnable对象,全部的线程都共享同样的属性.这意味 ...
- 用fiddler工具做接口测试
接口测试的原理我理解很简单,是你发送数据,看返回数据是否正确,返回值类型是否正常,主要点是多种数据的,返回结果正常 和其他应用程序相同,java中需要知道你的参数,字段有哪些,我们就去给他造数据,而先 ...
- this 函数内部属性
前言:在javascript中我们会经常碰到this,然后this经常出现在function方法里面,有时候可能因为代码很多,无法判断this指向的是谁,其实很简单,一句话总结:谁点出这个this,这 ...
- Opencv——播放视频(带滚动条)
#include"highgui.h" #include"cv.h" ; CvCapture* g_capture = NULL; void onTrackba ...
- -exec和|xargs
注意xargs会被空格割裂,所以遇到带有空格的文件名就不好办了,解决方法是使用-print0 例如:删除.目录下30天之前的.png文件 -type f -name rm 或者使用-exec:删除.目 ...