微软职位内部推荐-SDEII_ ECO

简介: 微软近期Open的职位:SDE IISDE IIOrganization Summary:Engineering, Customer interactions & Online (ECO) is looking for a great "Software Development Engineer" to join our team.

微软近期Open的职位:

SDE II

SDE II


Organization Summary:


Engineering, Customer interactions & Online (ECO) is looking for a great "Software Development Engineer" to join our team. Customer support is a strategic differentiator for Microsoft and we are investing deeply to provide differentiated software-driven solutions to Enterprise Customers, Consumers and Business Partners (OEM, Hosters, ISVs, etc.). We are focused on building the next generation support experiences that enable seamless collaboration and self-help through automated diagnostics, community forums, chat, knowledge syndication, troubleshooting and escalations. We are driving to transform software support services with the goal of being the industry leader.


Qualifications:


• &nbsp &nbsp &nbsp Bachelor’s degree in Computer Science or equivalent is required. Master Degree is a plus.

• &nbsp &nbsp &nbsp 5+ industry experience with solid software design, development, and shipping experience with C/C++, C# or other programming languages.

• &nbsp &nbsp &nbsp Working knowledge of .NET technology stack and web service.

• &nbsp &nbsp &nbsp Good understanding on data structure, and algorithm analysis.

• &nbsp &nbsp &nbsp Strong debugging, coding, and problem solving skills. Passion for quality.

• &nbsp &nbsp &nbsp Possess good communication skills in both Chinese and English

• &nbsp &nbsp &nbsp Good team player. (For the internal candidate, a track record of high performance is required.)


The following development skills are a plus:

• &nbsp &nbsp &nbsp Web development technologies (MVC, ASP.NET, XML, XSLT, HTML, CSS, JavaScript, jQuery, AJAX, IIS)

• &nbsp &nbsp &nbsp Cloud Computing (Azure)

• &nbsp &nbsp &nbsp Database-related application development work (MSSQL/TSQL)

• &nbsp &nbsp &nbsp Windows Workflow Foundation



Microsoft is an equal opportunity employer and supports workforce diversity.

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

相关文章
|
10月前
|
索引 API
鸿蒙开发:ForEach中为什么键值生成函数很重要
在列表组件使用的时候,如List、Grid、WaterFlow等,循环渲染时都会使用到ForEach或者LazyForEach,当然了,也有单独使用的场景,如下,一个很简单的列表组件使用,这种使用方式,在官方的很多案例中也多次出现,相信在实际的开发中多多少少也会存在。
205 8
鸿蒙开发:ForEach中为什么键值生成函数很重要
|
存储 缓存 NoSQL
MongoDB内部的存储原理
这篇文章详细介绍了MongoDB的内部存储原理,包括存储引擎WiredTiger的架构、btree与b+tree的比较、cache机制、page结构、写操作流程、checkpoint和WAL日志,以及分布式存储的架构。
816 1
MongoDB内部的存储原理
|
10月前
|
机器学习/深度学习 存储 缓存
ORCA:基于持续批处理的LLM推理性能优化技术详解
大语言模型(LLMs)的批处理优化面临诸多挑战,尤其是由于推理过程的迭代性导致的资源利用不均问题。ORCA系统通过引入迭代级调度和选择性批处理技术,有效解决了这些问题,大幅提高了GPU资源利用率和系统吞吐量,相比FasterTransformer实现了最高37倍的性能提升。
621 26
|
11月前
|
存储 监控 安全
邮件告警通知
【10月更文挑战第20天】
|
Kubernetes 应用服务中间件 nginx
在K8S中,deploy的yaml如何编写?
在K8S中,deploy的yaml如何编写?
|
存储 SQL 分布式计算
Java连接阿里云MaxCompute例
要使用Java连接阿里云MaxCompute数据库,首先需在项目中添加MaxCompute JDBC驱动依赖,推荐通过Maven管理。避免在代码中直接写入AccessKey,应使用环境变量或配置文件安全存储。示例代码展示了如何注册驱动、建立连接及执行SQL查询。建议使用RAM用户提升安全性,并根据需要配置时区和公网访问权限。具体步骤和注意事项请参考阿里云官方文档。
918 10
|
Java 前端开发 Spring
技术融合新潮流!Vaadin携手Spring Boot、React、Angular,引领Web开发变革,你准备好了吗?
【8月更文挑战第31天】本文探讨了Vaadin与Spring Boot、React及Angular等主流技术栈的最佳融合实践。Vaadin作为现代Java Web框架,与其他技术栈结合能更好地满足复杂应用需求。文中通过示例代码展示了如何在Spring Boot项目中集成Vaadin,以及如何在Vaadin项目中使用React和Angular组件,充分发挥各技术栈的优势,提升开发效率和用户体验。开发者可根据具体需求选择合适的技术组合。
251 0
|
安全 测试技术 虚拟化
Docker实战案例研究:深入行业应用与最佳实践
Docker作为一种轻量级、可移植、可扩展的容器化技术,在各行各业都得到了广泛应用。本文将通过深入实际案例,介绍Docker在不同行业的应用以及相应的最佳实践,提供更加丰富的示例代码,以帮助大家更全面地理解和运用Docker的强大功能。
用八爪鱼RPA提升企业人员招聘效率,快速找到理想人才!
八爪鱼rpa的使用非常简单,无需编程,即可实现招聘流程的自动化。企业只需根据自己的需求,配置八爪鱼rpa的应用流程,即可通过八爪鱼rpa自动执行招聘任务。这样,企业可以快速找到合适的人才,提高招聘效率,节省人力成本。
|
消息中间件 前端开发 JavaScript
CompletableFuture真香,可以替代CountDownLatch!
CompletableFuture真香,可以替代CountDownLatch!