微软职位内部推荐-Software Development Engineer II_Commerce
微软近期Open的职位:
Are you looking for a high impact project that involves processing of billions of dollars, hundreds of millions of transactions, and tens of millions of users worldwide, and has tremendous upside potential? Do you want to create the next-generation commerce platform that powers all consumer and business online services in Microsoft? Are you interested in engineering a large-scale, distributed, and highly available platform for monetizing cloud services? Do you have a passion for delivering the world’s best commerce experience for buyers? Are you ready to take your career to the next level while gaining valuable work experience in China? If you are interested, this is the position for you.
Commerce Shanghai, part of the Cloud & Enterprise Engineering Group China organization, is responsible for delivering the commerce platform for many core and strategic services in Microsoft, including Windows Azure, Office 365, Windows Store, Windows Phone Marketplace, Bing, AdCenter, Xbox Live, MSN, and Windows Live, and the list is growing. The team is in charge of the entire development cycle from planning to production. Our platform uses cutting edge technologies in both frontend and backend. It supports a broad range of payment methods worldwide, covering credit cards, electronic payment, mobile payment, prepaid cards, bank transfer, direct debit, and so on.
You will be challenged with complex business logic, scalability, performance, reliability, operability, supportability, security, fraud prevention, data redundancy, business intelligence, developer experience, and integration with third-party services. Our team maintains an entrepreneurial spirit and has a face-paced environment. People are very motivated and have a bias for action. Working in Commerce Shanghai, you will grow with the team and make a significant impact to our global business. Equally important, you will contribute to our efforts to scale up in China. It will be a highly exciting and rewarding experience.
We are looking for a highly motivated, technical, detail-oriented, self-driven, experienced Software Development Engineer with the following Responsibilities and Qualifications.
Responsibilities:
You will be a key contributor of a dev team building a long lived online transaction platform. You will be deeply involved in each stage of the life cycle of transaction platform feature. You will work with Commerce Operation and PMs for business requirement and functional design, with Technical Operation on operating the production system, with external providers for new payment provider capability integration, with internal platform tenants such as xbox live/adCenter/skyMarket for platform capability consumption.
Specific focus areas include:
Developing highly scalable, reliable, high performing and secure online transaction platform
Owning components from end-to-end and start-to-finish, from design à implement à deployment à operate and life site
Ensure new features are developed meeting compliance requirement and not destabilizing existing (legacy) system.
Qualifications/Skills
At least 5 years of professional C#/C/C++ and database development experience
Strong communication skill and analytical problem solving skill, Passionate about customer and quality
Strong debugging and optimization skills in multi-threading and distributed environment
Solid computer science background including Operating System, Networking, Performance and Security
Proven track record of shipping multiple product releases.
Experience in developing cloud scale online service with 24x7 availability.
Experience in billing/payment application development is a plus.
Microsoft is an equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-Software Development Engineer II_Commerce的更多相关文章
- 微软职位内部推荐-Software Development Engineer
微软近期Open的职位: Job Title: Software Development Engineer Work Location: Suzhou, China The Office 365 Co ...
- 微软职位内部推荐-Software Development Engineer 2
微软近期Open的职位: SDE II Organization Summary: Engineering, Customer interactions & Online (ECO) is l ...
- 微软职位内部推荐-Software Development Engineer II
微软近期Open的职位: Job Title:Software Development EngineerII Division: Server & Tools Business - Comme ...
- 微软职位内部推荐-Software Development Engineering II
微软近期Open的职位: Job Title: Software Development Engineering II Work Location: Suzhou, China Enterprise ...
- 微软职位内部推荐-Senior Development Engineer
微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...
- 微软职位内部推荐-Software Engineer II_VS
微软近期Open的职位: Job Title: Software Engineer II Division: Visual Studio China – Developer Division Work ...
- 微软职位内部推荐-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
微软近期Open的职位: Job Title: Software Engineer Work Location: Suzhou, China This is a once in a lifetime ...
随机推荐
- 51nod 1625 夹克爷发红包
题目链接戳这里 题意是有一个赋有非负数的矩阵,每次可以将某一行or某一列替换成某个数值,可以替换<=k次,问如何替换能使得矩阵总和最大,输出最大值. 一开始想的是简单的贪心:比如找当前收益最大的 ...
- PAT乙级真题及训练题 1025. 反转链表 (25)
PAT乙级真题及训练题 1025. 反转链表 (25) 感觉几个世纪没打代码了,真是坏习惯,调了两小时把反转链表调出来了,心情舒畅. 这道题的步骤 数据输入,数组纪录下一结点及储存值 创建链表并储存上 ...
- Integer、String、StringBuffer、StringBuilder
Integer Interger 是int基本数据类型的包装类,在Integer内部封装了一个final int value的属性. 构造方法: Integer类提供了两种构造方法:它们都会返回一个I ...
- WorldWind源码剖析系列:星球类World
星球类World代表通用的星球类,因为可能需要绘制除地球之外的其它星球,如月球.火星等.该类的类图如下. 需要说明的是,在WorldWind中星球球体的渲染和经纬网格的渲染时分别绘制的.经纬网格的渲染 ...
- Docker学习3-CentOS安装Docker
CentOS安装:Docker-ce ( Docker Community Edition ) 第一步:$ sudo yum install -y yum-utils device-mapper-pe ...
- Underscore.js 入门
Underscore封装了常用的JavaScript对象操作方法,用于提高开发效率.将它单独运用到任何一个页面.(另外,Underscore还可以被使用在Node.js运行环境.) 在学习Unders ...
- H.264从SPS中提取视频宽高
H.264有两种封装模式: (1)annexb模式:传统模式,使用start code来分隔NAL, SPS和PPS是在ES流的头部: (2)mp4模式:没有start code,使用NALU长度(固 ...
- day66
今日内容: 1 orm介绍 1 tools--->Run manage.py Task python3 manage.py makemigrations 只需要敲命令:makem ...
- C# 含转义符的字符串处理
如果一个字符串中含有特殊字符,比如"号,如何将一个含有引号"的字符串赋值给一个变量. string a = @"sfsfsf"""; str ...
- 几个简单易懂的排序算法php
几个简单易懂的排序算法.排序算法,在应用到解决实际问题的时候(由于不一定总是数字排序),重点要分析出什么时候该交换位置. <?php // 冒泡排序 function bubble_sort(a ...