微软近期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. WPF和WINFORM的互操作

    在WPF中使用Winform控件 <Window x:Class="WPFApplication.Window1" xmlns="http://schemas.mi ...

  2. IE 不兼容的几个js问题及解决方法

    IE 不兼容的几个js问题及解决方法 1 Table的问题   在动态新增tr或者td时,createElecment() 一般用appendChild();都不生效,解决办法是用新增tbody, 如 ...

  3. spring整合freemarker 自定义标签

    1.自定义标签实现 TemplateDirectiveModel 接口 2.spring 配置,注意标红的两行 <bean id="freemarkerConfig" cla ...

  4. if [-f build/core/envsetup.mk -a -f Makefile ]; then

    这个语法是什么意思?

  5. 浅谈JavaScript中的string拥有方法的原因

    我们都知道,JavaScript数据类型分两大类,基本类型(或者称原始类型)和引用类型. 基本类型的值是保存在栈内存中的简单数据段,它们是按值访问的.JS中有五种基本类型:Undefined.Null ...

  6. ADO.NET中ExcuteReader读取存储过程获取的多行数据

    DLL层调用: List<BookInfo> tupleList = new List<BookInfo>(); using (IDataReader reader = thi ...

  7. luigi学习9--执行模型

    luigi的执行和触发模型非常简单. 一.luigi的执行模型 当你执行一个luigi的工作流的时候,worker调度所有的task,并且执行task在一个单独的进程中. 这种scheme最大的好处是 ...

  8. GoldenGate中使用FILTER,COMPUTE 和SQLEXEC命令

    本文主要介绍OGG中一些过滤或计算函数的用法,以及sqlexec的基本用法 SQLPREDICATE 在使用OGG初始化时,可以添加此参数到extract中,用于选择符合条件的记录,下面是OGG官方文 ...

  9. js 获取当天23点59分59秒 时间戳 (最简单的方法)

    js 获取当天23点59分59秒 时间戳 (最简单的方法) new Date(new Date(new Date().toLocaleDateString()).getTime()+24*60*60* ...

  10. phpQuery采集微信公众号文章乱码

    终于找到解决方案了,这是一个值得庆祝的事情.... 原来是因为微信在源码中加入了防采集代码<!--headTrap<body></body><head>< ...