微软近期Open的职位:

Position: Senior Software Development Lead

Bing Index Generation team is hiring! As one of the core teams in Bing, our mission is to deliver a world-class rock solid, scalable platform able to handle hundred billions of documents with extremely high-performance and quality. &nbsp As one of the core team member, the candidate will face big technical challenges like design/implementation/performance improvement of large-scale systems that process millions of documents in terms of seconds! &nbsp &nbsp

The Index Generation team in STCA is part of a bigger Index Generation team based in both U.S. and China. &nbsp

We are looking for a top-notch development lead to help advance the state of the art in index generation. The candidate will be responsible for

• &nbsp&nbsp&nbsp&nbsp design/develop new feature of index generation framework

• &nbsp&nbsp&nbsp&nbsp improve performance/stability of the current system

• &nbsp&nbsp&nbsp&nbsp get deeply involved in design/implementation of next generation system

• &nbsp&nbsp&nbsp&nbsp Help resolve production issues

• &nbsp&nbsp&nbsp&nbsp Help coaching junior team members

The candidate is expected to have following qualification.

• &nbsp&nbsp&nbsp&nbsp Love to design and write great code

• &nbsp&nbsp&nbsp&nbsp With great technical passion, &nbsp terrific problem-solving skills, drive for results, and ability to work independently

• &nbsp&nbsp&nbsp&nbsp Good &nbsp communication and collaboration skills

• &nbsp&nbsp&nbsp&nbsp Experiences leading, motivating and coaching people

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

• &nbsp&nbsp&nbsp&nbsp Significant experiences in one of the following areas: Crawler, Index Selection, Document Understanding, Index Build, Index Serve, Relevance, Map/Reduce, and large scale distributed systems.

• &nbsp&nbsp&nbsp&nbsp Minimum 5 year software development experiences. Bachelor degree in computer science or a related field is required. &nbsp Master or Ph.D. is preferred.

Microsoft is an equal opportunity employer and supports workforce diversity.

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

微软职位内部推荐-Senior Software Lead-Index Gen的更多相关文章

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

随机推荐

  1. TXT文件转换成DataSet数据集

    /// <summary> /// TXT文件转换成DataSet数据集 /// </summary> /// <param name="FilePath&qu ...

  2. Web开发生存工具使用指南

    这里安利两款我认为开发中能够极大的提高生产力的工具,Charles 和 Postman. P.S. Charles(查尔斯)..不要再读查理斯了,金刚狼中被老铁扎心的博士就叫 CharlesP.P.S ...

  3. linux静态IP最简配置

    vi /etc/sysconfig/network-scripts/ifcfg-xxx TYPE="Ethernet"BOOTPROTO="static"ONB ...

  4. iframe 框架 父页面与子界面之间的变量、函数、元素获取

    1.获取页面上的iframe 1-1. document.getElementById('iframeId'): 1-2. window.frames[0].window.frames['frameN ...

  5. vue 创建项目的命令

    1 cmd   创建项目 找到指定目录 vue create test   或   vue ui  (可视化创建)推荐 ---------------------------------------- ...

  6. 解决 Cydia 源显示空白的问题

    打开 Cydia 所有源都显示空白,没有任何插件,已安装的列表也显示空白,解决方法是下载 var.lib_tar 包 下载链接: https://pan.baidu.com/s/1jzJ8KehoBo ...

  7. 使用CURL实现GET和POST方式请求

    /** 使用curl方式实现get或post请求@param $url 请求的url地址@param $data 发送的post数据 如果为空则为get方式请求return 请求后获取到的数据 */f ...

  8. 07.centos7构建 IntelliJ IDEA(简称IDEA)开发环境

    一.安装IDEA 进入官网下载linux版的社区便,IDEA分为社区版和旗舰版,社区版免费,并且基本满足spark开发需求. 解压安装 目录为/opt/idea 注意:centos命令行界面下是无法安 ...

  9. Go语言中的字符串处理

    1 概述 字符串,string,一串固定长度的字符连接起来的字符集合.Go语言的字符串是使用UTF-8编码的.UTF-8是Unicode的实现方式之一. Go语言原生支持字符串.使用双引号(“”)或反 ...

  10. Gulp的安装配置过程和一些小坑

    谈谈gulp. 项目尾声,老师叫我去熟悉一下grunt前端自动化工具,第一次知道这种东西,我就查各种资料啊,发现grunt已经‘过时’了,大家都用gulp和webpack.我当然选择了配置最简单的gu ...