微软职位内部推荐-Software Engineer II_VS
微软近期Open的职位:
Job Title: Software Engineer II
Division: Visual Studio China – Developer Division
Working Location: Shanghai, China
Do you enjoy the challenges of rapid development and deployment of world class software services? Do you like being in the hub of a team of high-caliber engineers working on projects utilizing new and emerging technologies? Would you enjoy working across the company to own an end-to-end charter solving the content publishing process for all of Microsoft, and then beyond? If you enjoy tough technical challenges and like building products from ground up, this is the place for you.
           
The Team
The Visual Studio China team is looking for an outstanding software development engineer to be part of next generation content management system which will leverage the power of cloud technologies, and used by teams across the company to create and deliver content to key Microsoft products and web sites such as MSDN and TechNet.
We are a young and dynamic team, passionate about software development and willing to take on big challenges. We are expecting to grow the team and the business rapidly, leading the way to many new opportunities. To make this happen, we need experienced people like you.
The Job
As a member of the team you will have many opportunities to have a significant impact on the product, you will design and implement highly dependable high-performance solutions for next generation of content management platform. As a member of this team you will need to interact with partner teams. Therefore, a successful candidate must be an effective communicator.
The ideal candidate would have the following qualifications:
- 5+ years of experience working as a professional software developer,
- Solid CS foundation skills in data structures, algorithms and software design patterns,
- Experience with on-premises or cloud online services,
- Strong object oriented coding, design and debugging skills,
- Proven ability to ship products from design, implementation and shipping,
- Excellence at critical thinking and problem solving,
- Passion for quality, attention to detail and willingness to take ownership of issues and drive them to completion,
- BS in Computer Science or equivalent degree.
The City
This position is based in Shanghai (China), one of the most vibrant cities in the world. Come to experience the Chinese culture, explosive growth, great shopping and amazing food. The city is very international and easy to live in. Because of its location, Shanghai is also a great hub to many Asian and European countries.
Come join us and accelerate your career while living in a great environment. This is truly a once in a lifetime opportunity!
Microsoft is an Equal Opportunity Employer (EOE) and strongly supports diversity in the work place.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-Software Engineer II_VS的更多相关文章
- 微软职位内部推荐-Software Engineer
微软近期Open的职位: Job Title: Software Engineer Work Location: Suzhou, China This is a once in a lifetime ...
- 微软职位内部推荐-Software Engineer II_HPC
微软近期Open的职位: Job Title: Software Engineer II_HPC Location: Shanghai, China Are you passionate about ...
- 微软职位内部推荐-Software Engineer II-Web app
微软近期Open的职位: The Office App Services team is working on the powerful Office Web Apps including Word ...
- 微软职位内部推荐-Software Engineer II-News
微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...
- 微软职位内部推荐-Software Engineer II-Senior Software Engineer for Satori
微软近期Open的职位: Title: Software Engineer II-Senior Software Engineer for Satori, STC Location: Beijing ...
- 微软职位内部推荐-Software Engineer II
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
- 微软职位内部推荐-Software Engineer II-Data Mini
微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...
- 微软职位内部推荐-Software Engineer II-SDP
微软近期Open的职位: Position: SDE II The R&D of Shared Data Platform at Application and Services Group ...
- 微软职位内部推荐-Software Engineer II-Office Incubation
微软近期Open的职位: Office China team is looking for experienced engineers to improve consumer experience i ...
随机推荐
- Opencv——摄像头设置
VideoCapture capture(0);/*设置摄像头参数 不要随意修改capture.set(CV_CAP_PROP_FRAME_WIDTH, 1080);//宽度 capture.set( ...
- java 接口的概念
一:概念 接口是功能的集合.同样可以看做一种数据类型,是比抽象类更为抽象的“类”. 接口描述应该具备的方法,并没有具体的实现.具体实现由接口的实现类(相当于接口的子类来完成). 好处: 使功能和实现分 ...
- [整理记录备忘]oracle数据库相关问题与解决
检查死锁方式 用dba用户执行以下语句,可以查看到被死锁的语句. select sql_text from v$sql where hash_value in (select sql_hash_val ...
- (转)Python学习笔记系列——Python是一种纯粹的语言
此文出自知乎灵剑,原文传送门:https://zhuanlan.zhihu.com/p/23926957. 在摸索适合自己的语言学习方法,看到一篇好文章,转之,侵删. Python的语法范式相当多.知 ...
- MapReduce操作Hbase --table2file
官方手册:http://hbase.apache.org/book.html#mapreduce.example 简单的操作,将hbase表中的数据写入到文件中. RunJob 源码: import ...
- JQuery中的事件委托
JQuery 中的事件委托 定义 事件委托就是利用冒泡的原理,把事件加到父级上,通过判断事件来源的子集,执行相应的操作,事件委托首先可以极大减少事件绑定次数,提高性能:其次可以让新元素的子元素也可以拥 ...
- golang 杂思
正文 这里给大家总结一些 Go player 开发小技巧. 欢迎批评和交流, 望大家喜欢. 1. 配置管理 推荐一种简单粗暴的配置管理方式 [配置 映射 内部结构]. 例如有个配置文件 config. ...
- go语言实战笔记(二)
码代码之前一定要安装go,哈哈哈哈,反正我只装goland然后写不了代码报错,卡在第一段代码哈哈哈哈哈哈 新建项目goproject 新建src文件夹 新建main文件夹 新建第一个go文件 开始写 ...
- 2017-2018-1 20155232 《信息安全系统设计基础》第十周课堂测试(ch06)补交
# 2017-2018-1 20155232 <信息安全系统设计基础>第十周课堂测试(ch06)补交 上课时完成测试后在提交的时候,没有提交成功,进行补交. 1.下面代码中,对数组x填充后 ...
- P4211 [LNOI2014]LCA
P4211 [LNOI2014]LCA 链接 分析: 首先一种比较有趣的转化是,将所有点到1的路径上都+1,然后z到1的路径上的和,就是所有答案的deep的和. 对于多次询问,要么考虑有把询问离线,省 ...