微软近期Open的职位:

Office China team is looking for experienced engineers to improve consumer experience in China. Office has great products and features that are loved by users worldwide. We are looking for self-motivated engineers that can work in a start-up environment. If you would like to contribute to the process to improve daily work/life experience for users in China, this is the team you should join!

We are developing features and solutions based on Office clients and Office365 technologies to build end-to-end solutions and features aiming on Chinese consumers. We are taking Mobile First and Mobile Only approach in our feature creating process.

Core job responsibilities include creating feature from concepts and ideas, creating telemetry infrastructure and probes, analyzing collected data and be able to improve features based on data. Experience in MVP fashion process, startup environment, mobile, or UI development is highly appreciated.

Qualification Requirements:

• &nbsp&nbsp&nbsp&nbsp B.S. degree from four years college majored in computer science/engineering or other technical/engineering disciplines are preferred.

• &nbsp&nbsp&nbsp&nbsp Strong logic, analyzing capability, creativity &nbsp

• &nbsp&nbsp&nbsp&nbsp Proven capabilities in software engineering

• &nbsp&nbsp&nbsp&nbsp Understand Chinese user scenarios

• &nbsp&nbsp&nbsp&nbsp Familiar with Office applications, server, services features and technology

• &nbsp&nbsp&nbsp&nbsp Skills in problem solving, strong ownership of customers and quality issues, skills in cross-group collaboration

• &nbsp&nbsp&nbsp&nbsp Programming language skills in high levelanguage such as VB, C, C++, or C#

• &nbsp&nbsp&nbsp&nbsp Cross-platform (Android, iOS, WP, desktop) development experiences

• &nbsp&nbsp&nbsp&nbsp Passion for customers, China, technology, and quality &nbsp

• &nbsp&nbsp&nbsp&nbsp Good command in English speaking, reading, and writing

• &nbsp&nbsp&nbsp&nbsp Excellent organizational, interpersonal, and written/verbacommunication skills.

• &nbsp&nbsp&nbsp&nbsp Can multi-task effectively & a fast learner

Microsoft is an equal opportunity employer and supports workforce diversity.

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

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

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

    微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...

  2. 微软职位内部推荐-Senior Software Engineer - Back End

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  3. 微软职位内部推荐-Senior Software Engineer - Front End

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

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

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

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

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

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

    微软近期Open的职位: Do you want to work on a fast-cycle, high visibility, hardcore search team with ambitio ...

  7. 微软职位内部推荐-Senior Software Engineer_Azure

    微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...

  8. 微软职位内部推荐-Senior Software Development Engineer

    微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...

  9. 微软职位内部推荐-Senior Development Engineer

    微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...

  10. 微软职位内部推荐-Senior Software Development En

    微软近期Open的职位: Job Title: Senior Development Engineer Division: Visual Studio China - Developer Divisi ...

随机推荐

  1. linux 下 jdk tar.gz 包安装方法

    JDK安装 tar.gz为解压后就可使用的版本,这里我们将jdk-7u3-linux-i586.tar.gz解压到/usr/local/下. 1.解压 解压到当前目录:$ tar -zxvf /opt ...

  2. 必须会的SQL语句(一) 创建数据库与删除数据库

    1.创建数据库   Create database 名称 on primary {    name ='名称',    filename ='c:\xx\名称.mdf',    size = 10mb ...

  3. 搭建高性能计算环境(八)、应用软件的安装之gromacs

    1,下载安装新版本的gcc(高版本的gcc只是推荐使用的,系统自带的gcc4.4照样能正常编译.运行) wget http://ftp.tsukuba.wide.ad.jp/software/gcc/ ...

  4. Apache与Nginx的优缺点

    http://weilei0528.blog.163.com/blog/static/206807046201321810834431 Apache与Nginx的优缺点比较 1.nginx相对于apa ...

  5. tomcat目录简介

    http://www.cnblogs.com/kerrycode/p/3588816.html 主目录下面有bin.lib等目录 bin 存放Tomcat启动.停止服务程序以及一些其他脚本程序 lib ...

  6. linux路由配置负载均衡

    负载平衡ip route add default scope global nexthop via XX.XX.XX.XX dev eth0 weight 1 nexthop via XX.XX.XX ...

  7. Winform登录、控制软件只运行一次、回车登录

    Winform登录对很多程序猿来说都有些困惑,登录进入主窗体后要销毁登录窗体,而不是隐藏哦,怎么实现呢? 先贴一段Program.cs的代码 static void Main() { Mutex mu ...

  8. MongoDB(1):常用操作命令大全

    MongoDB常用操作命令大全(转) http://www.jb51.net/article/48217.htm 成功启动MongoDB后,再打开一个命令行窗口输入mongo,就可以进行数据库的一些操 ...

  9. php常用函数集锦[备份用的]

    1.判断是否正确的日期格式 /** * 是否正确的日期 * * @access public */ private function _isdate($str,$format="Y-m-d ...

  10. C#通过WinAPI获取内存信息,32位64位可用

    using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runti ...