微软近期Open的职位:

We are the Skype Beijing team. Skype division drives the communications strategy for Microsoft and has a vision is to “be the global communications provider that billions of people depend on every day for sharing experiences from the living room to the boardroom.”

Skype division has a wealth of capabilities and talents in the communication space which no other company in the world can match. Skype has been rapidly growing its user base and it has more than 300 million actives users around the globe now. One third of international calls were made on Skype. Not long ago, Skype has reached a huge milestone of two billions call minutes per day. Skype for Business, formerly known as Lync, is one of the fastest growing businesses in Microsoft and is “probably the most important things to happen for the office worker since the PC came along (Bill Gates).” 90% of the Fortune 100 companies and 70% of the Fortune 500 companies are Lync customers and the recent Lync 2013 release was a huge success with great service offering and cross platform support.

We are an experienced service management and big data team that helps engineers, Ops, and custom support in Skype organization to service and improve Skype for Business cloud services. &nbsp We use various public and internal big data technologies to expose information and insights to enable Skype organization to adopt a data-driven culture at building, running, and selling the services efficiently with the best return of investment.

We are looking for talented and passionate software developer to join us to work on these exciting and challenging missions. You will be working in Skype organization which is engineering-led and truly global. &nbsp You will be working with an agile development process that includes team members who are self-organized, self-driven so ideas are converted to products quickly; and measurements and learnings are accomplished at a very small interval. You will be working with a highly motivated and engaged team. The team proudly holds a culture of “pursuing of excellence”, “perseverance”, “enjoying the fun of technology” and “treasuring talent and people”.

Technical qualification:

BS or MS in computer science, related degree or equivalent work experience

Strong problem solving skill

Good software engineering experience

Good knowledge of SQL and Web programming

Good understanding of distributed system and service

Experience of Cosmos, Hadoop or Azure is a plus

We are looking forward to hearing from you!

Microsoft is an equal opportunity employer and supports workforce diversity.

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

微软职位内部推荐-SW Engineer for Skype的更多相关文章

  1. 微软职位内部推荐-SW Engineer II for Skype

    微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...

  2. 微软职位内部推荐-SW Engineer II for Cloud Service

    微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...

  3. 微软职位内部推荐-SW Engineer II for Cloud Servi

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

  4. 微软职位内部推荐-SW Engineer II for Azure Network

    微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...

  5. 微软职位内部推荐-SW Engineer II for Embedded System

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

  6. 微软职位内部推荐-SW Engineer II for WinCE

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

  7. 微软职位内部推荐-SW Engineer II for Enterprise Platform

    微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...

  8. 微软职位内部推荐-SW Engineer II for Windows System

    微软近期Open的职位: Microsoft's Operating Systems Group delivers the operating system and core user experie ...

  9. 微软职位内部推荐-Service Engineer II for Azure Cloud Network

    微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...

随机推荐

  1. 终端环境之tmux

    今天继续介绍我的终端环境,tmux. why tmux? 用一个工具的第一问自然还是为什么要用.其实当时使用tmux的原因很简单.工作中经常需要长时间的编译.总想要下班后要关机的情况下,(肯定有人问我 ...

  2. IOS之UI -- 按钮UIButton的细节

    *:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; } ...

  3. 给你的Mr.Right画张择偶地图像

    爱一个人就算做不到爱他的全部,至少也应该尊重他的真实,而不是苛求他变成你想要的样子. 娶妻当娶郭芙蓉,经典语录.我是郭芙蓉,我不会武功,我来自江湖,我与众不同.再苦再累,就当自己是二百五,再难再险,就 ...

  4. Effective Java 27 Favor generic methods

    Static utility methods are particularly good candidates for generification. The type parameter list, ...

  5. Javascript中replace()的一些用法总结

    关于定义 replace() 方法用于在字符串中用一些字符替换另一些字符,或替换一个与正则表达式匹配的子串. 关于语法 stringObject.replace(regexp/substr,repla ...

  6. HTML5客户端数据存储

    HTML5 使在不影响网站性能的情况下存储大量数据成为可能.之前,这些都是由 cookie 完成的,cookie不适合大量数据的存储,因为会影响速度. 举个例子: var obj = {x:1}; / ...

  7. windows7+eclipse+hadoop2.5.2环境配置

    windows7+eclipse+hadoop2.5.2环境配置    一.hadoop集群环境配置 参考我的前一篇文章(ubuntu + hadoop2.5.2分布式环境配置 http://www. ...

  8. SVN同步大坑

    遇到的问题 这两天一直在搞svn的主从备份,使用的方法是svnsync做的主从同步,同步大部分的仓库都没有什么问题很顺利的就同步完成了,不了解svnsync同步的可以看我这篇,但是在在同步2个仓库的时 ...

  9. gnuplot Python API

    源文件 #!/usr/bin/env python from os import popen class gnuplot_leon: # Author : Leon Email: yangli0534 ...

  10. Mysql如何清空数据库的所有表数据

    1.先查询出库中的所有表,“db”是数据库名称 SELECT CONCAT('truncate table ',TABLE_NAME,';') AS a FROM INFORMATION_SCHEMA ...