微软近期Open的职位:

Job Title: Senior Engineering Lead
Division: Microsoft Business Solution
Work Location: Shanghai, China

The Opportunity:
Do you want to play a key part in building this multi-billion dollar revenue source for Microsoft? Are you passionate about building great technology that makes a fundamental difference in the way businesses are run around the world? Are you a customer/partner champion, interested in developing an end-to-end business solution for Service oriented businesses? Are you committed to improving the day-to-day work life of everyone in an organization from the CEO to the Business Information Worker?
If the answer is YES, Dynamics AX, Microsoft’s rapidly growing Enterprise Resource Planning (ERP) product for mid-market and enterprise customers, is the place for you. We offer an environment where you can channel your creativity towards software innovation, work with world-class software professionals and hone your professional skills to grow your career.
Dynamics AX APAC Team in China looking for a smart, self-motivated and experienced engineering lead who is responsible for managing and leading a team of passionate software engineers to add values to the product for global customers especially for customers in Asia Pacific countries.
Responsibilities:
As a unified Engineering Lead in the application domain of the Dynamics AX product group, you will be responsible for mentoring an engineer team with both development and testing capability to plan, design, implement, test and document new Dynamics AX financial features either global or specific to Asia Pacific countries. The role will also lead the engineer team to maintain and improve already existing code. All of the above will be done in close collaboration with multiple sister teams either local or remote. It is your responsibility to ensure features are designed and shipped with the highest quality on schedule. As a team leader you will have an opportunity to create something great: a fun working environment that people really cherish, contribute and grow.
Qualifications:
10+ years of hands on software development using any object oriented programming language.
4+ year experience in leading software development team
Outstanding analytical and problem solving skills
Strong skills in Database application design and development
Ability to handle ambiguities and collaborate across multiple groups
Clear and effective communication skills with good written and spoken English
A minimum of B.S. in Computer Science, Engineering or equivalent.
Big pluses, but not required:
M.S./Ph.D. in Computer Science, Engineering or equivalent
Experience in ERP software development
Finance accounting knowledge

Microsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN
MBD-Eng

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

微软职位内部推荐-Senior Engineering Lead的更多相关文章

  1. 微软职位内部推荐-Senior Development Lead

    微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...

  2. 微软职位内部推荐-Senior Dev Lead

    微软近期Open的职位: Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than ...

  3. 微软职位内部推荐-Senior Dev Lead - SharePoint

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  4. 微软职位内部推荐-Senior Development Lead – Sharepoint

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  5. 微软职位内部推荐-Senior Speech TTS

    微软近期Open的职位: Job Description: Responsibilities Do you want to change the way the world interacts wit ...

  6. 微软职位内部推荐-Senior SDE for Windows App Experience

    微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...

  7. 微软职位内部推荐-Senior SDE for Win Shell Exp

    微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...

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

    微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...

  9. 微软职位内部推荐-Sr DEV Lead, Bing Search Relevance

    微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Sr DEV Lead, Bing Search RelevanceLocat ...

随机推荐

  1. 关于Windows下mysql忘记root密码的解决方法

    原文链接: http://www.cnblogs.com/andy_tigger/archive/2012/04/12/2443652.html 1. 首先检查mysql服务是否启动,若已启动则先将其 ...

  2. 区间求mex的两种方法

    区间求mex的两种方法 1.莫队+分块/莫队+二分+树状数组 2.线段树 预处理1-i的sg值(用一个vis数组,一个cur指针) 预处理nxt数组(a[nxt[i]]=a[i]) 枚举左端点l, 考 ...

  3. BZOJ 2763

    2763: [JLOI2011]飞行路线 Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 2073  Solved: 790[Submit][Statu ...

  4. http状态代码含义表

    100 - 表示已收到请求的一部分,正在继续发送余下部分. 101 - 切换协议. 2xx - 成功.服务器成功地接受了客户端请求: 200 - 确定.客户端请求已成功. 201 - 已创建. 202 ...

  5. CSS之边框属性

    border-style 属性用于设置元素所有边框的样式,或者单独地为各边设置边框样式. border-style:dotted solid double dashed; border-style的属 ...

  6. SQL语句:SQLwhile(0=0)与while @@fetch_status=0.

    第一句是SQL循环用的,这个条件下,会读取所有的记录,因为会一直循环; 第二句是游标里的,@@fetch_status=0 等于0时,说明游标是成功的.

  7. SQL Server 错误行号

    https://msdn.microsoft.com/zh-cn/library/ms178600.aspx 返回发生错误的行号,该错误导致运行 TRY…CATCH 构造的 CATCH 块. 语法 E ...

  8. Objective-C 【@property和@synthesize关键字】

    ------------------------------------------- @property关键字的使用及注意事项 直接上代码和注释了! // //@property关键字的使用 //① ...

  9. OC12_自动释放池

    // // Dog.h // OC12_自动释放池 // // Created by zhangxueming on 15/6/18. // Copyright (c) 2015年 zhangxuem ...

  10. ASP.NET WEB API 初探

    本文初步介绍如何简单创建一个ASP.NET Web Api 程序. Web Api 顾名思义就是一个Api接口,客户端可调用此接口进行业务操作.此类应用与 ASP.NET  web服务(即使用扩展名. ...