微软近期Open的职位:

Job Title: Software Engineer II_HPC

Location: Shanghai, China

Are you passionate about the new world of cloud computing? Do you want to be a part of the effort to build the platform that embraces the most important trends in the industry from on-premise to cloud transformation of the enterprise? Are you passionate about making complex, enterprise class, and cloud-scale technologies easy to use for the end-users with the best user experience? Do you want to be part of a team that will build the bridge between on premise and cloud based high performance computing platforms for world-wide scientists, engineers and business analysts, software vendors and system integrators? If any or all of these sound fun and exciting then we have the perfect place for you.

The Enterprise Cloud HPC China team is located in one of the newest R&D facilities in the greater Shanghai. We have an excellent track record over the past three major releases of Windows HPC Pack during last 9 years. &nbsp We are working on providing solutions that to help organizations of all sizes realize full potential through pervasive, accurate and timely modeling of reality in the cloud, both public and private; windows or Linux/OSS .

As a Software engineer II, you will work on technical design, implementation, and quality & timely delivery of the tools & services owned by the team. &nbsp &nbsp You will also participate in strategic planning and innovation of the next generation engineering best practices for tomorrow’s dynamic IT environment. To be successful in this position, you must have strong passion for the customer as well as great problem solving skills, communication skills. &nbsp

Requirements:

• &nbsp&nbsp&nbsp&nbsp 3+ years of professional experience in designing, developing and shipping high quality commercial enterprise product (distributed computing system, operating system etc.).

• &nbsp&nbsp&nbsp&nbsp Strong technical background and problem solving skills, and solid foundation on software engineering

• &nbsp&nbsp&nbsp&nbsp Good oral and written communication skills in English, and the ability to collaborate effectively across teams.

• &nbsp&nbsp&nbsp&nbsp Fluent in one of the major programming languages: C, C++, C#, or Java

• &nbsp&nbsp&nbsp&nbsp Past experience with HPC and Linux, Background or knowledge in cloud computing, distributed systems or financial system is a big plus.

• &nbsp&nbsp&nbsp&nbsp BS/BA or MS in Computer Science, engineering or related disciplines

Microsoft is an equal opportunity employer and supports workforce diversity.

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

微软职位内部推荐-Software Engineer II_HPC的更多相关文章

  1. 微软职位内部推荐-Software Engineer

    微软近期Open的职位: Job Title: Software Engineer Work Location: Suzhou, China This is a once in a lifetime ...

  2. 微软职位内部推荐-Software Engineer II_VS

    微软近期Open的职位: Job Title: Software Engineer II Division: Visual Studio China – Developer Division Work ...

  3. 微软职位内部推荐-Software Engineer II-Web app

    微软近期Open的职位: The Office App Services team is working on the powerful Office Web Apps including Word ...

  4. 微软职位内部推荐-Software Engineer II-News

    微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...

  5. 微软职位内部推荐-Software Engineer II-Senior Software Engineer for Satori

    微软近期Open的职位: Title: Software Engineer II-Senior Software Engineer for Satori, STC Location: Beijing ...

  6. 微软职位内部推荐-Software Engineer II

    微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...

  7. 微软职位内部推荐-Software Engineer II-Data Mini

    微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...

  8. 微软职位内部推荐-Software Engineer II-SDP

    微软近期Open的职位: Position: SDE II The R&D of Shared Data Platform at Application and Services Group ...

  9. 微软职位内部推荐-Software Engineer II-Office Incubation

    微软近期Open的职位: Office China team is looking for experienced engineers to improve consumer experience i ...

随机推荐

  1. Navicat 12 连接 Mysql8.0 使用日志

    目前最新的Mysql8.0 + Navicat12,使用中常有一些棘手问题 解决了的都会贴出来,受益于小伙伴们 我们的目标是发现问题,解决问题,欢迎大家贴出自己使用时遇到的问题,集思广益 好了,上干货 ...

  2. WebGl 一个缓冲区传递颜色和坐标(矩形)

    效果: 代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="U ...

  3. 16JavaScript for循环

    1.JavaScript 循环 如果希望一遍又一遍地运行相同的代码,并且每次的值都不同,那么使用循环是很方便的. 我们可以这样输出数组的值: 一般写法: document.write(cars[0] ...

  4. docker 入门 (一)重要概念介绍

    序 之前一直想学一下docker,但是基本看完就忘记了,下次用还是要再翻一下教程. 最近项目要用,连续用了一段时间,就熟练了,基本的使用以及概念都记住了. 趁现在还刚入门,就把入门一些容易遇到的问题记 ...

  5. PHP程序员学Objective-C之后的变化

    趣味坎谈,不一定100%准确,以自己的实际情况为准; 如题,我2008年开始学PHP,PHP是我学的第二门编程语言,一直用到现在,2010年初开始做iOS开发,学习了Objective-C,学这2门语 ...

  6. java 加载并读取Properties 文件

    1 .系统自带的application.properties  (以下代码仅供参考,不能粘贴复制) 假设application.properties文件有下面两个值: come.test.name = ...

  7. BurpSuite系列(十)----Extender模块(扩展器)

    一.简介 Burp在软件中提供了支持第三方拓展插件的功能,方便使用者编写自己的自定义插件或从插件商店中安装拓展插件.Burp扩展程序可以以多种方式支持自定义Burp的行为,例如:修改HTTP请求和响应 ...

  8. PTA基础编程题目集6-4求自定类型元素的平均 (函数题)

    6-4 求自定类型元素的平均 (10 分)  本题要求实现一个函数,求N个集合元素S[]的平均值,其中集合元素的类型为自定义的ElementType. 函数接口定义: ElementType Aver ...

  9. 20155315 2016-2017-2 《Java程序设计》第二周学习总结

    教材学习内容总结 在教材中,有一句话叫做 伪代码是最好的注释. 一开始我不理解什么是伪代码,但在参考了百度和C语言的学习过程后,我发现伪代码的作用就相当于是解决问题前期的流程图设计,伪代码设计好了之后 ...

  10. 3809: Gty的二逼妹子序列

    3809: Gty的二逼妹子序列 链接 分析: 和这道AHOI2013 作业差不多.权值是1~n的,所以对权值进行分块.$O(1)$修改,$O(\sqrt n)$查询. 代码: #include< ...