微软近期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. 关于Linux的总结(三)

    1.man_page.txt 1.内部命令:echo 查看内部命令帮助:help echo 或者 man echo 2.外部命令:ls 查看外部命令帮助:ls --help 或者 man ls 或者 ...

  2. 转: 基于nginx的hls直播系统

    转自:http://blog.csdn.net/cjsafty/article/details/9108587 看点: 1. 详细解解答了 nginx rtmp配置过程. 前写了一篇基于nginx的h ...

  3. OSI七层模型:TCP/IP && HTTP && WebSocket && MQTT

    OSI七层模型分为 物理层:  建立.维护.断开物理连接 处理bit流 数据链路层,将比特组合成字节进而组合成帧,用MAC地址访问介质,错误发现但不能纠正 处理数据帧 Frame 网络层,进行逻辑地址 ...

  4. Ehcache(2.9.x) - API Developer Guide, Transaction Support

    About Transaction Support Transactions are supported in versions of Ehcache 2.0 and higher. The 2.3. ...

  5. winform 渐变(非API)

    public FrmMain() { InitializeComponent(); //窗体显示特效 Opacity = 0.0; //窗体透明度为0 fadeTimer.Start(); //计时开 ...

  6. Android中android-async-http开源网络框架的简单使用

    android-async-http开源网络框架是专门针对Android在Apache的基础上构建的异步且基于回调的http client.所有的请求全在UI线程之外发生,而callback发生在创建 ...

  7. 自定义实现简单的Android颜色选择器(附带源码)

    在写Android App过程中需要一个简单的颜色选择器,Android自带的ColorPicker和网上的一些ColorPicker都太高端了,都实现了颜色渐变功能,我要的不需要那么复杂,只想提供几 ...

  8. Servlet之创建与配置

    上篇已将介绍完了,下面来实践操作走一个: 首先在名为"com.caiduping"的包中创一个MyFilter的对象: 1 package com.caiduping; 2 3 i ...

  9. SQL ser 跨实例访问数据库

    SqlServer如何跨实例访问数据库 Exec sp_droplinkedsrvlogin LinkName,NullExec sp_dropserver LinkName go EXEC sp_a ...

  10. sql server 2008 查询语句的红色波浪线

    在 Microsoft sql server management studio 里点击“编辑”——“IntelliSense”——“刷新本地缓存” 就会发现红色波浪线没了(前提是你的代码没错)