微软近期Open的职位:

Job Title:Software Development EngineerII

Division: Server & Tools Business - Commerce Platform Group

Work Location: Shanghai, China

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# 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的更多相关文章

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

    微软近期Open的职位: Job Title: Software Development Engineer Work Location: Suzhou, China The Office 365 Co ...

  2. 微软职位内部推荐-Software Development Engineering II

    微软近期Open的职位: Job Title: Software Development Engineering II Work Location: Suzhou, China Enterprise ...

  3. 微软职位内部推荐-Software Development Engineer 2

    微软近期Open的职位: SDE II Organization Summary: Engineering, Customer interactions & Online (ECO) is l ...

  4. 微软职位内部推荐-Software Development Engineer II_Commerce

    微软近期Open的职位: Are you looking for a high impact project that involves processing of billions of dolla ...

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

    微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...

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

    微软近期Open的职位: Job Title: Software Engineer II Division: Visual Studio China – Developer Division Work ...

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

    微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...

  8. 微软职位内部推荐-Software Engineer II-Web app

    微软近期Open的职位: The Office App Services team is working on the powerful Office Web Apps including Word ...

  9. 微软职位内部推荐-Software Engineer II-News

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

随机推荐

  1. Android achartengine统计图

    最近在安卓2.2上写个实时的监控程序,要用到统计图.从网上搜了下 Java4Less (http://java4less.com/charts/chart.php?info=android)     ...

  2. 转: https 单向双向认证说明_数字证书, 数字签名, SSL(TLS) , SASL

    转自: http://www.cnblogs.com/mailingfeng/archive/2012/07/18/2597392.html 因为项目中要用到TLS + SASL 来做安全认证层. 所 ...

  3. 洛谷P1251 餐巾(网络流)

    P1251 餐巾 15通过 95提交 题目提供者该用户不存在 标签网络流贪心 难度提高+/省选- 提交该题 讨论 题解 记录 最新讨论 为什么我全部10个测试点都对… 题目描述 一个餐厅在相继的N天里 ...

  4. .NET下实现分布式缓存系统Memcached (转自网络)

    Memcached在.NET中的应用 一.Memcached服务器端的安装(此处将其作为系统服务安装) 下载文件:memcached 1.2.1 for Win32 binaries (Dec 23, ...

  5. window.open和window.showdialog区别

    open打开的窗口可以点击切换到其背后的父窗口,dialog的窗口无法点击切换到其背后的父窗口, 假如用window.opener或者parent等对象时,建议用open方法,不要用dialog,否则 ...

  6. 9 款赏心悦目的 HTML5/CSS3 特效

    1.HTML5 WebGL实验,超酷的HTML5 Canvas波浪墙 这是一款HTML5 Canvas实验项目,也是波浪特效,只是这不是真正的水波,而是利用柱体高度的变化实现的波浪墙效果. 在线演示 ...

  7. springMvc(三)session、HandlerInterceptorAdapter

    仅供参考 设置session值,根据自己的需求设置值 /** * 登入验证 * * @return */ @RequestMapping(value = "/loginCheck.htm&q ...

  8. Essential C++ 学习笔记02--Array/Vector 与指针

    Essential C++ 1.5-1.6节,3.1节笔记 Array/Vector/指针,难度偏大, 但若学习初期不熟悉基本用法,则难以写出有效代码. 1. 基本概念 Array 是一段连续内存,数 ...

  9. Selenium定位元素

    Commands (命令) Action对当前状态进行操作失败时,停止测试 Assertion校验是否有产生正确的值 Element Locators指定HTML中的某元素 Patterns用于模式匹 ...

  10. 如何解决win7系统访问共享服务器慢的问题

    最近重新装了win7系统,但发现当访问共享服务器的时候很慢,后来在网上搜索了相关解决办法,在此和大家分享下: 1. 通过“windows键”+“R键”快捷打开“运行”窗口,然后输入cmd命令敲回车,进 ...