微软近期Open的职位:

Enterprise Architect

Cloud, HTML5, Big Data and Mobile are technology trends driving profound architecture change within enterprises. Enterprises are using these technologies, and others, to build incredibly innovative new applications that could not have even been conceived a mere decade ago.

As an Enterprise Architect you will work with enterprise customers to conceive, design and implement “epic” applications, innovative, perhaps even world-changing applications on our platform. You will partner with senior business and technology leaders at Microsoft and with our customers to help them pick the best technical architecture to solve their business needs, build business solutions with them, from design to coding and delivery, then share these experiences through reusable code frameworks, white papers, case studies, blog posts, social media and speaking at conferences.

You are a strong software developer, with deep hands-on technical skills, who is considered world class in your area of expertise. You have 10-20 years of experience building Enterprise applications. You may have been in an Enterprise Architect role at some point in your career.

You are comfortable having conversations at many different levels: with a business leader about how technology can enable reaching their goals or pursue new opportunities, with a CIO about technology costs and benefits, with an architect about building applications out of services, application security models, role based access control, or messaging patterns, with an IT Pro about application monitoring and continuous deployment, and with a developer about the code you’re going to write together to make the app work. In short you can rally various constituencies to realize a visionary new use of technology.

You have deep experience building or transforming business applications to emerging modern application architectures involving mobile, big data and cloud services.

You also have deep hands-on coding expertise in .NET, OSS, and/or Java-based Enterprise server software.

In summary: you are an experienced hands-on software developer who can communicate well at any level in an organization and has built and delivered sophisticated enterprise solutions spanning heterogeneous systems platforms and enterprise applications.


QUALIFICATIONS:
Coding experience with .NET or Java. Coding experience using AWS or Azure preferred.
Enterprise architecture concepts, issues and trends.
Mobile, data and cloud architecture.
Developer life cycle and enterprise developer tools.
Microsoft architectural roadmap.
Experience integrating Microsoft enterprise products, technologies, and solutions into heterogeneous environments preferred.
Knowledge of enterprise technologies from Amazon, VMware, Salesforce, Oracle, and Google
10+ Years of experience with Bachelor’s Degree (B.S./B.A.) required, 15 preferred, Masters or Ph.D. preferred.

Micrsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN

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

微软职位内部推荐-Enterprise Architect - BDE - BJ的更多相关文章

  1. 微软职位内部推荐-Principal Architect for Windows Security

    微软近期Open的职位: Location: China, BeijingDivision: Operations System Group Engineering Group OverviewOSG ...

  2. 微软职位内部推荐-SW Engineer II for Enterprise Platform

    微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...

  3. 微软职位内部推荐-SDEII_ ECO

    微软近期Open的职位: SDE II SDE II Organization Summary: Engineering, Customer interactions & Online (EC ...

  4. 微软职位内部推荐-Service Engineer II for Azure Cloud Network

    微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...

  5. 微软职位内部推荐-Software Development Engineering II

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

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

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

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

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

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

    微软近期Open的职位: SDE II Organization Summary: Engineering, Customer interactions & Online (ECO) is l ...

  9. 微软职位内部推荐-SW Engineer II for Cloud Servi

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

随机推荐

  1. html+css--水平居中总结(不定宽块状元素方法)(一)

    来源:http://www.imooc.com/code/6363 在实际工作中我们会遇到需要为“不定宽度的块状元素”设置居中,比如网页上的分页导航,因为分页的数量是不确定的,所以我们不能通过设置宽度 ...

  2. Linux vi入门必备

    一.vi.vim介绍   文本编辑器分为: (1)基于图形界面,如gedit.geany等: (2)基于命令行,如nano.vi.joe等: 每个命令行界面的文本编辑器都有各自不同的快捷键,比如nan ...

  3. Part 13 Cast and Convert functions in SQL Server

    Part 28 Cast and Convert functions in SQL Server

  4. hexo资源--theme等

    Hexo (https://github.com/hexojs/hexo) [3]hexo你的博客(http://ibruce.info/2013/11/22/hexo-your-blog/) [4] ...

  5. ASP.NET MVC3 301永久重定向实现程序

    使用 ASP.NET 又喜欢跟进新技术的朋友可能已经知道,在 ASP.NET 4.0 中增加了 Response.RedirectPermanent() 方法来实现永久重定向,方法的作用在注释中解释的 ...

  6. C语言知识总结(4)

    变量的作用域 C语言根据变量作用域的不同,将变量分为局部变量和全局变量 1.局部变量 1> 定义:在函数内部定义的变量,称为局部变量.形式参数也属于局部变量. 2> 作用域:局部变量只在定 ...

  7. mysql快速上手3

    上一章给大家说的是数据库的视图,存储过程等等操作,这章主要讲索引,以及索引注意事项,如果想看前面的文章,url如下: mysql快速上手1 mysql快速上手2 索引简介 索引是对数据库表中一个或多个 ...

  8. js 求前n项的 fibnaci 数列和

    function f(n) { var num1 = 1, num2 = 1; if (n == 1) document.write(num1);//n=1,输出1 else if (n > 1 ...

  9. 可以支持jQuery1.10.1 的 fancybox 1.3.4, 並現在type為Ajax時,也可以定義窗口的大小。

    官網上的 fancybox 1.3.4 太老了,不支持jQuery1.10.1,改動了一下源碼,現在可以支持了. type為Ajax時,也可以定義窗口的大小. $("#ajaxlink&qu ...

  10. 使用winform来递归实现资源管理器

    这里主要是对TreeView控件的学习 所使用到的方法: string path=@"E:\歌词"; //获得指定文件夹下所有文件夹的名称,这是带路径的,如:E:\歌词\11111 ...