微软近期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 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

• &nbsp&nbsp&nbsp&nbsp Help to create a supportive work environment to foster career and personal developments for team members

Your success will be measured by the engineering staff’s ability to own and ship the SharePoint on-premises codebase. While we expect this to be a multi-year journey, we’re challenging ourselves to have a fully operational engineering practice within a single calendar year. In order to do so, the ideal candidate must have:

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

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

• &nbsp&nbsp&nbsp&nbsp Excellent hands-on problem solving, design, coding, debugging, and data analysis skills

• &nbsp&nbsp&nbsp&nbsp Demonstrated experience managing and mentor an exceptional team of engineers

• &nbsp&nbsp&nbsp&nbsp Track record of self-motivation and drive for results

• &nbsp&nbsp&nbsp&nbsp Strong cross-group collaboration skills, especially with remote groups many time zones removed

• &nbsp&nbsp&nbsp&nbsp Fluent in English

• &nbsp&nbsp&nbsp&nbsp Strong C/C++ or C# coding 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 Dev Lead - SharePoint的更多相关文章

  1. 微软职位内部推荐-Senior Dev Lead

    微软近期Open的职位: Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than ...

  2. 微软职位内部推荐-Senior Development Lead – Sharepoint

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

  3. 微软职位内部推荐-Senior Development Lead

    微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...

  4. 微软职位内部推荐-Senior Engineering Lead

    微软近期Open的职位: Job Title: Senior Engineering LeadDivision: Microsoft Business SolutionWork Location: S ...

  5. 微软职位内部推荐-Sr DEV Lead, Bing Search Relevance

    微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Sr DEV Lead, Bing Search RelevanceLocat ...

  6. 微软职位内部推荐-Principal Development Lead - SharePoint

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

  7. 微软职位内部推荐-Sr. Dev Lead

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

  8. 微软职位内部推荐-SENIOR PRODUCER

    微软近期Open的职位: Role Based in Shanghai, ChinaTitle: ProducerWe are seeking a Senior Producer to lead Pr ...

  9. 微软职位内部推荐-Senior SDE for Windows App Experience

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

随机推荐

  1. 一段刚刚出炉的CSV文件转换为DataTable对象的代码

    CSV是以文本形式保存的表格数据,具体是每列数据使用逗号分割,每行数据使用CRLF(\r\n)来结尾,如果数据值包含逗号或CRLF则使用双引号将数值包裹,如果数据值包含双引号则使用两个双引号做为转义. ...

  2. MySQL 在各种程序语音的连接字符串(转)

    一.MySQL Connector/ODBC 2.50 (MyODBC 2.50)连接方式 1.本地数据库连接Driver={MySQL};Server=localhost;Option=16834; ...

  3. 如何弹出QQ临时对话框实现不添加好友在线交谈效果

    如何不添加好友弹出QQ临时对话框实现在线交谈效果,这样的一个需求,我们真的是太需要了,实现起来也很简单,一行代码即可搞定,需要的朋友可以参考下 其实这个很简单,在img我们加入一个a标签,然后 < ...

  4. Swift 实践篇之链式 UI 代码

    https://blog.nswebfrog.com/2017/10/20/swift-practice-ui-chaining-code/

  5. Python os.walk() 方法

    #coding=utf-8 import os #(dirpath, dirnames, filenames)[文件夹路径, 文件夹名字, 文件名] def file_name(file_dir): ...

  6. MP实战系列(十七)之乐观锁插件

    声明,目前只是仅仅针对3.0以下版本,2.0以上版本. 意图: 当要更新一条记录的时候,希望这条记录没有被别人更新 乐观锁实现方式: 取出记录时,获取当前version 更新时,带上这个version ...

  7. Loopback接口用途---用作管理地址。

    Loopback接口的优点是永远不会down点,不管是链路断开还是网卡损坏.因而loopback接口有很高健壮性. 但是loopback并非实际网口,外部设备要与该口通信,必须经过实际口的路由实现. ...

  8. EF Core中如何取消跟踪DbContext中所有被跟踪的实体

    首先定义一个DbContext的扩展类DbContextDetachAllExtension,其中包含一个DbContext的扩展方法DetachAll,用来取消跟踪DbContext中所有被跟踪的实 ...

  9. 对寄存器ESP和EBP的一些理解

    PS:EBP是当前函数的存取指针.即存储或者读取数时的指针基地址:ESP就是当前函数的栈顶指针. 每一次发生函数的调用(主函数调用子函数)时,在被调用函数初始时,都会把当前函数(主函数)的EBP压栈, ...

  10. Java是如何读到hbase-site.xml 的内容的

    Java是如何读到hbase-site.xml 的内容的 Java客户端使用的配置信息是被映射在一个HBaseConfiguration 实例中. HBaseConfiguration有一个工厂方法, ...