微软近期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. [转]如何烧录tizen镜像文件?(图文教程)

    http://blog.csdn.net/flydream0/article/details/9179143 上一篇文章我已讲过如何制作镜像文件(http://blog.csdn.net/flydre ...

  2. 【转】ASP.NET 高效分页存储过程

    代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- ...

  3. 获取屏幕中某个点的RGB值与CAD屏幕像素值

    '获取CAD屏幕像素的比值 Function ViewScreen() As Double Dim ScreenSize As Variant ScreenSize = ThisDrawing.Get ...

  4. “System.Exception: System.Data.OracleClient 需要 Oracle 客户端软件 8.1.7 或更高版本” 的解决方案

    在项目部署过程中ORACLE客户端多次会遇"System.Exception: System.Data.OracleClient 需要 Oracle 客户端软件 8.1.7 或更高版本&qu ...

  5. c# 读取远程主机性能计数器

    PerformanceCounter pc = new PerformanceCounter("Web Service", "Current Connections&qu ...

  6. linux 内核和应用程序区别

    应用程序存在于虚拟内存中, 有一个非常大的堆栈区. 堆栈, 当然, 是用来保存函数调用历史以及所有的由当前活跃的函数创建的自动变量. 内核, 相反, 有一个非常小的堆栈; 它可能小到一个, 4096 ...

  7. 正确的安装和使用nvm

    前言 目前主流的node版本管理工具有两种,nvm和n.两者差异挺大的,具体分析可以参考一下淘宝FED团队的一篇文章: 管理 node 版本,选择 nvm 还是 n? 总的来说,nvm有点类似于 Py ...

  8. POJ 2499 Binary Tree

    题意:二叉树的根节点为(1,1),对每个结点(a,b)其左结点为 (a + b, b) ,其右结点为 (a, a + b),已知某结点坐标,求根节点到该节点向左和向右走的次数. 分析:往回一步一步走肯 ...

  9. 利用Nutch和Tomcat构建搜索引擎

    利用Nutch和Tomcat构建搜索引擎 1.安装环境及软件版本介绍 本教程是在Linux Ubuntu 12.04 desktop i386操作系统上搭建,结合使用了Nutch-1.2和Apache ...

  10. Standford CoreNLP

    Stanford CoreNLP Stanford CoreNLP提供一组自然语言处理的工具.这些工具可以把原始英语文本作为输入,输出词的基本形式,词的词性标记,判断词是否是公司名.人名等,规格化日期 ...