微软近期Open的职位:

MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing)

Are you interested in shaping the future vision of how we implement Dynamics CRM across various businesses scenarios and evolve the platform strategy? &nbsp Is it your passion to glue various technologies together across the Microsoft stack to tell the market ready story of how we provide private and public cloud solutions? &nbsp Do you have a passion for leading and mentoring a team of CRM and integration services developers? If so, MSIT CCRM China has an outstanding opportunity for you in Microsoft China. &nbsp

We are looking for a Senior Dev Lead who will work on various Microsoft Dynamics CRM solutions. &nbsp It is our charter to create and implement the roadmap that will design and implement solutions with Microsoft Dynamics CRM Online and on premise to integrate the various complementary products like PowerBI, Azure, O365, System Center, and more. The Senior Dev Lead will create technical architecture documents and be responsible for the technical direction and implementation of our solutions. As a Senior Dev Lead of the CRM team, you will lead a team of talented and highly motivated engineers to implement scalable, flexible and robust CRM solutions.

The ideal candidate should have a deep passion for engineering excellence, have the ability to discuss and understand business scenarios and requirements with Solution Delivery and end users, and apply CRM design and implementation accordingly. The candidate should quickly learn new technologies and apply to real world scenarios, works well in a fast paced and agile environment, and can stitch together solution architecture quickly based on requirements in an agile development environment.

The primary role includes:

• &nbsp&nbsp&nbsp&nbsp Understand Dynamics CRM technology and implement solutions leveraging and extending the product stack

• &nbsp&nbsp&nbsp&nbsp Integrate operational soundness and reuse into the design practices to achieve RealTime IT

• &nbsp&nbsp&nbsp&nbsp Lead and mentor a team of highly skilled engineers with early adoption and innovative approaches

• &nbsp&nbsp&nbsp&nbsp Produce technical architecture documents to the team that will deliver solutions

• &nbsp&nbsp&nbsp&nbsp Deliver solutions that integrates data security and privacy into our engineering practices

The position requires:

• &nbsp&nbsp&nbsp&nbsp BS in Computer Science or related technical discipline. MS is preferred

• &nbsp&nbsp&nbsp&nbsp Minimum 12 years of experience in delivering enterprise platform solution

• &nbsp&nbsp&nbsp&nbsp Minimum 5 years of experience in leading a team of developers to implement solution

• &nbsp&nbsp&nbsp&nbsp Excellent architectural, analytical and troubleshooting skills

• &nbsp&nbsp&nbsp&nbsp Outstanding communication skills, fluent in English, preferably fluent in Chinese(Mandarin)

• &nbsp&nbsp&nbsp&nbsp Proven skills with Windows Server, SOA, SQL and SQL Server, HTML, C#, IIS and .NET technology, ASPX, System Center, SCOM, WCF, Networking Protocols and Infrastructure Topology

• &nbsp&nbsp&nbsp&nbsp Good understanding of cloud computing concepts and platforms (i.e. SQL Azure, Azure AppFabric, Windows Azure, SharePoint Online etc.)

• &nbsp&nbsp&nbsp&nbsp Working knowledge of data security, access security, role security, provisioning services, networking, performance and privacy methods

• &nbsp&nbsp&nbsp&nbsp Experience in developing solutions in a global delivery model, working effectively within a team and across groups

• &nbsp&nbsp&nbsp&nbsp Minimum 2 years of Dynamics CRM expertise is preferred

Microsoft is an equal opportunity employer and supports workforce diversity.

GCR:CN:DEV:EN

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

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

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

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

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

    微软近期Open的职位: Job Title: Senior Engineering LeadDivision: Microsoft Business SolutionWork Location: S ...

  3. 微软职位内部推荐-Principal Development Lead

    微软近期Open的职位: Job Title: Principal Development Lead Work Location: Suzhou, China This is a once in a ...

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

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

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

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

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

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

  7. 微软职位内部推荐-Principal Development Lead - SharePoint

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

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

    微软近期Open的职位: Job Title: Senior Development Engineer Division: Visual Studio China - Developer Divisi ...

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

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

随机推荐

  1. IEF could not decode Chinese character in IE history well

    My friend is working on some case, and she looks not in the mood. I ask her what's going on. She wan ...

  2. ping 以及 traceroute 用法

    目的:学习linux命令ping,traceroute的用法 1:ping的用法: man ping ping:判断某个主机是否有响应 linux-8o9i:~ # 119.29.29.29 PING ...

  3. slf4j+log4j配置

    下载三个包: 三个包分别是:log4j的API包,slf4j的API包,slf4j对log4j的适配包. 选择使用slf4j一个重要的原因是支持占位符{},不用频繁操作字符串对象. 实现代码如下: i ...

  4. Ubuntu下fcitx安装。(ibus不会用)

    1 安装命令: sudo apt-get install fcitx-table-wbpy 2 然后将语言支持中的键盘输入方式系统选项,选为fcitx. 3 注销系统后即可使用.

  5. JQuery.tmpl()的用法

    动态请求数据来更新页面是现在非常常用的方法,现在通过Ajax请求返回的数据更多的是json对象, 为了解决js动态拼接数据这方面的问题,JavaScript 也可以利用模版来解决这些问题,比如基于 j ...

  6. ansible的playbook组件

    playbook的核心元素: tasks: 任务 variables: 变量 templates: 模板 handlers: 处理器 roles: 角色 组织格式:YAML(被称为另外一种标记语言) ...

  7. php对mysql简单读取的实例

    读取mysql数据库 例. <?php    $link=mysql_connect("localhost","root","之前的管理员密码& ...

  8. C++多态性的浅析

    多态性是C++的一个重要特性,[不扯淡直接进入正题] 灵活运用多态,首先得知道类之间的继承.  当B继承了A类后,一般都是公有继承.  B的实例化对象的内存空间结构若是了解 就可以合理利用多态了. A ...

  9. Laravel 5 基础(十一)- Eloquent 关系

    一个用户可能有多个文章,一个文章是某个用户书写的,这就是关系.同样文章中可能包含多个 TAG,而一个 TAG 可能关联多个文章. 在项目中,我们已经有了 User.php,也就是用户模型,查看一下,相 ...

  10. Laravel 5 基础(九)- 表单

    首先让我们修改路由,能够增加一个文章的发布. Route::get('articles/create', 'ArticlesController@create'); 然后修改控制器 public fu ...