微软近期Open的职位:

SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part of the Office 365 service today. Over the last several years, the SharePoint team has invested heavily in making our service a world class offering that customers can depend on. Yet, we still have a customer base on premises that make up the bulk of our revenue base. This team is challenged with re-enrolling our on-premises customers, while supporting their journey to the cloud at their speed. We will reaffirm IT pros that they can bet their businesses and their careers on SharePoint. We will use SharePoint’s strong on-premises position to bring our customers to our cloud. We will differentiate our offerings by continuing to be the go-to solution for collaboration, content management, and portals, while we transform these experiences to meet our customers emerging needs in today’s mobile-first and cloud-first world. &nbsp

We are seeking strong software engineers to build system and engineering expertise for a new SharePoint center of excellence in Suzhou, China. As a key technical member of the team you will:

• &nbsp&nbsp&nbsp&nbsp Help to define the technical direction of the team and drive the actual implementations with special emphasis on engineering velocity and on ensuring quality through sound engineering processes

• &nbsp&nbsp&nbsp&nbsp Instill quality and excellence into the team culture by leading design and implementation efforts, actively mentoring the results, and make necessary adjustments

• &nbsp&nbsp&nbsp&nbsp Support recruiting efforts, ensure we are bringing top talents to the team

The ideal candidate must have:

• &nbsp&nbsp&nbsp&nbsp MS degree in Computer Science or related field

• &nbsp&nbsp&nbsp&nbsp 5+ years of experience building, deploying, and supporting large scale applications and services

• &nbsp&nbsp&nbsp&nbsp Excellent problem solving, design, coding, and debugging skills

• &nbsp&nbsp&nbsp&nbsp Strong C/C++ and C# coding skills

• &nbsp&nbsp&nbsp&nbsp Development experience in SQL and/or cloud storage and related technologies

• &nbsp&nbsp&nbsp&nbsp Experience with system level programming and native/managed code interoperation

• &nbsp&nbsp&nbsp&nbsp Strong cross-group collaboration skills

• &nbsp&nbsp&nbsp&nbsp Experience with SharePoint development is highly desired

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.

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

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

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

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

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

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

  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 II-Search

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

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

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

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

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

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

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

  9. 微软职位内部推荐-Senior Software Engineer_HPC

    微软近期Open的职位: Job Title: Senior Software Engineer_HPC Location: Shanghai, China Are you passionate ab ...

随机推荐

  1. Qt: QSqlRecord字段值为null时注意事项

    QSqlRecord在对应字段值为null时,QSqlRecord::value返回的QVariant是有效但为null(相当于使用QVariant(Type type)构造的),所以此时做对应类型的 ...

  2. Hadoop HBase概念学习系列之HBase里的Zookeeper(二十一)

    这个,很简单,但凡是略懂大数据的,就很清楚,不多说,直接上图.

  3. 服务器安装安装Office2007以上版本注意事项

    1.安装Office2007以上版本.(如安装的是Office2007需安装SaveAsPDFandXPS.exe组件) 2.确认网站在IIS内使用的登录用户.(如图所示用户为IUSR,下面操作以此用 ...

  4. H.__mro__) MRO- C3算法

  5. mnist手写数字检测

    # -*- coding: utf-8 -*- """ Created on Tue Apr 23 06:16:04 2019 @author: 92958 " ...

  6. 为什么ConcurrentHashMap的读操作不需要加锁?

    我们知道,ConcurrentHashmap(1.8)这个并发集合框架是线程安全的,当你看到源码的get操作时,会发现get操作全程是没有加任何锁的,这也是这篇博文讨论的问题--为什么它不需要加锁呢? ...

  7. HTML页面打印分页标签样式

    <html> <head>     <meta name="vs_targetSchema" content="http://schemas ...

  8. swift和oc的protocol的成员变量

    都需要协议实现者提供具体变量: 否则认为不符合协议. @protocol edddd <NSObject> @property(nonatomic, strong) NSObject *e ...

  9. C#实现之(自动更新)

    做开发的人,尤其是做客户端(C/S)系统开发的人都会遇到一个头疼的问题,就是软件的自动更新:系统发布后怎样自动的更新程序,在下有幸开发过一个自动更新程序,更新程序与任何宿主程序是完全独立的:只要在主程 ...

  10. curl_init 接口

    <?php// +----------------------------------------------------------------------// | ThinkPHP [ WE ...