微软职位内部推荐-Senior Engineering Lead
微软近期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的更多相关文章
- 微软职位内部推荐-Senior Development Lead
微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...
- 微软职位内部推荐-Senior Dev Lead
微软近期Open的职位: Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than ...
- 微软职位内部推荐-Senior Dev Lead - SharePoint
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Development Lead – Sharepoint
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Speech TTS
微软近期Open的职位: Job Description: Responsibilities Do you want to change the way the world interacts wit ...
- 微软职位内部推荐-Senior SDE for Windows App Experience
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior SDE for Win Shell Exp
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior Software Development Engineer
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Sr DEV Lead, Bing Search Relevance
微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Sr DEV Lead, Bing Search RelevanceLocat ...
随机推荐
- [改善Java代码]异常只为异常服务
异常原本是正常逻辑的补充,但是有时候会被当做主逻辑使用.看如下代码: public class Client { enum Color { Red, Blue; } public static voi ...
- poj 2728 最优比率生成树
思路:设sum(cost[i])/sum(dis[i])=r;那么要使r最小,也就是minsum(cost[i]-r*dis[i]);那么就以cost[i]-r*dis[i]为边权重新建边.当求和使得 ...
- PE制作实录 —— 补充说明
上一篇博文中我提到了定制 PE 合盘的方法,可能还有一些朋友不是很懂,这里补充几点. 要点1: 菜单的排布 U盘启动时的界面,这里叫做主界面,而主界面下有时还会用到子界面,下面是我制作的PE的菜单目录 ...
- ACM进阶
ACM队不是为了一场比赛而存在的,为的是队员的整体提高. 大学期间,ACM队队员必须要学好的课程有: l C/C++两种语言 l 高等数学 l 线性代数 l 数据结构 l 离散数学 l 数据库原理 l ...
- [原创] CSS总结!! 有关HTML第二篇 !!
同样是拿xMind写的 明天上传 CSS+DIV 总结 今天只有CSS了 但是首先涉及一下浏览器原理: 还有好多不知道的模块 但是页面的核心模块就这些了:(些许 需要补充 请关照 ) / ...
- New MVC World
Note: /Controllers:controllers respond to input from the browser,decide what to do with it,and retur ...
- ActiveMQ(5.10.0) - Configuring the Simple Authentication Plug-in
The easiest way to secure the broker is through the use of authentication credentials placed directl ...
- 常用的sql标准建表语句
使用指定数据库 use v4base 建一张表 /*************************************************************************** ...
- CSS之边框属性
border-style 属性用于设置元素所有边框的样式,或者单独地为各边设置边框样式. border-style:dotted solid double dashed; border-style的属 ...
- sql中的触发器、视图、事务
·触发器(trigger) [触发器本质上还是一个存储过程,只不过不是用exe来调用执行,而是通过增删改数据库的操作] [触发器只对增.删.改有效] 触发器的格式 (instead of与for的区别 ...