微软职位内部推荐-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 ...
随机推荐
- Oracle 截取字符串(截取固定分隔符中间的字符
#### Oracle 截取字符串(截取固定分隔符中间的字符) #### #### oracle 取固定分隔符之间的字符--方法一 substr+ instrSELECT substr('12JP ...
- Servlet 核心接口
在Servlet体系结构中,除了用于实现Servlet的Servlet接口.GenericServlet类和HttpServlet类外,还有一些辅助Servlet获取相关资源信息的重要接口,了解这些接 ...
- Java多线程学习笔记之三内存屏障与Java内存模型
基本内存屏障 处理器支持那种内存重排序,就会提供能够禁止相应内存重排序的的指令,这些指令就被成为基本内存屏障:StroeLoad屏障.StroeLoad屏障.LoadLoad屏障.LoadStore屏 ...
- 使用Base64格式的图片制作ICON
使用Base64格式的图片制作ICON的优势是Base64图片可以减少请求次数:加快首屏数据的显示速度:使用这种方式不会对图片压缩 使用base64工具将图片转成字符串 使用站长工具可以将图片转成字符 ...
- 难度并不NOIP的NOIP模拟赛
今天老师请了前几届的学长来讲课,可是讲课为什么要考试呢... 学长说难度是NOIP,于是我就naive的跟着参加了,然而T3难度并不友好,感觉确实不是很适合我们现在做......不过课本来也不是给我们 ...
- 在 Laravel 5 中集成七牛云存储实现云存储功能
本扩展包基于https://github.com/qiniu/php-sdk开发,是七牛云储存 Laravel 5 Storage版,通过本扩展包可以在Laravel 5中集成七牛云存储功能. 1 ...
- php api接口安全设计 sign理论
一. url请求的参数包括:timestamp,token, username,sign 1. timestamp: 时间戮 2. token: 登陆验证时,验证成功后,生成唯一的token(可以为u ...
- Hive学习之路 (二十一)Hive 优化策略
一.Hadoop 框架计算特性 1.数据量大不是问题,数据倾斜是个问题 2.jobs 数比较多的作业运行效率相对比较低,比如即使有几百行的表,如果多次关联多次 汇总,产生十几个 jobs,耗时很长.原 ...
- Spring framework3.2整合hibernate4.1报错:No Session found for current thread
<bean id="txManager" class="org.springframework.jdbc.datasource.DataSourceTransact ...
- WorldWind源码剖析系列:插件列表视图类PluginListView和插件列表视图项类PluginListItem
WorldWind中的插件类是个庞大的类,可以说从软件设计层面上统筹可扩展的插件体系的设计思想是WorldWind中的精华,值得学习和借鉴.插件体系中的所用到的类可以分为两大类,一类是插件类Plugi ...