阿里巴巴AI Infra工程师-存储方向
实习兼职阿里巴巴2027届实习生地点:北京 | 成都 | 杭州 | 上海 | 深圳状态:招聘
工作描述
任职要求 1. 基础条件: ● 计算机、软件工程及相关专业。 ● 热衷于数据结构和算法,在 ACM/ICPC 等大赛中成绩优异者优先。 ● 在分布式系统、存储或操作系统领域顶会(如 FAST, OSDI, SOSP, SIGCOMM, NSDI 等)发表过一作论文,或在核心开源存储项目中有重大贡献(Maintainer/Committer)者优先考虑。 2. 专业能力(系统工程与分布式底座): ● 系统编程功底:精通 C/C++ 或 Go/Rust,具备扎实的系统级编程能力。熟悉 Linux 内核(VFS, Block Layer, Memory Management)及高性能网络开发(Socket, RDMA, DPDK/SPDK),具备极强的底层工程实现与缺陷排查能力。 ● 分布式系统:深刻理解分布式系统理论(如 Paxos/Raft 一致性协议、分布式锁、纠删码 EC、数据分片与副本管理、分布式事务)。具备大规模分布式存储(如 HDFS, Pangu)的研发或深度调优经验。 3. AI 存储领域专业知识(满足其一即可): ● 深入理解 AI 训练与推理的 I/O 模式,熟练掌握底层数据加载机制(如 PyTorch Dataloader),熟悉 Megatron-LM, DeepSpeed, Ray, vLLM 等主流分布式训练/推理框架的存储诉求。 ● 熟悉高性能存储协议及硬件架构,有 NVMe-oF, PCIe, CXL, GPUDirect Storage (GDS) 相关驱动开发与性能压测经验。 ● 深刻理解云原生架构,有大规模 Kubernetes…
登录查看完整工作描述
微信扫码,1秒登录
包括英文材料
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
ICPC+
https://icpc.global/
The International Collegiate Programming Contest is an algorithmic programming contest for college students.
分布式系统+
https://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
Rust+
https://www.youtube.com/watch?v=BpPEoZW5IiY
In this comprehensive Rust course for beginners, you will learn about the core concepts of the language and underlying mechanisms in theory.
https://www.youtube.com/watch?v=lzKeecy4OmQ
Full Rust 101 Crash Course for beginners.
https://www.youtube.com/watch?v=rQ_J9WH6CGk
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
内核+
https://www.youtube.com/watch?v=C43VxGZ_ugU
I rummage around the Linux kernel source and try to understand what makes computers do what they do.
https://www.youtube.com/watch?v=HNIg3TXfdX8&list=PLrGN1Qi7t67V-9uXzj4VSQCffntfvn42v
Learn how to develop your very own kernel from scratch in this programming series!
https://www.youtube.com/watch?v=JDfo2Lc7iLU
Denshi goes over a simple explanation of what computer kernels are and how they work, alonside what makes the Linux kernel any special.
Paxos+
https://lamport.azurewebsites.net/pubs/paxos-simple.pdf
The Paxos algorithm for implementing a fault-tolerant distributed system has been regarded as difficult to understand, perhaps because the original presentation was Greek to many readers.
https://paxos.systems/
Paxos algorithms are a family of consensus algorithms (or protocols) that are used in distributed systems to achieve consensus in the presence of crash failures.
https://www.scylladb.com/glossary/paxos-consensus-algorithm/
Paxos is a family of protocols for solving the problem of consensus in distributed networks.
Raft+
https://raft.github.io/
Raft is a consensus algorithm that is designed to be easy to understand.
https://thesecretlivesofdata.com/raft/
Understandable Distributed Consensus
https://www.youtube.com/watch?v=ZyqAbQkpeUo
Sail into the world of distributed systems with our in-depth, Raft consensus algorithm tutorial.
还有更多 •••
相关职位
实习阿里巴巴2027
1. 核心技术栈能力 • 具备 AI 全栈测试经验:熟悉 GPU 驱动、编译器、算子库、深度学习框架及容器化调度工具链的质量保障流程。 • 具备云产品、分布式系统测试经验优先,举例如: - 例1:深入
更新于 2026-04-01成都|杭州|上海
社招3年以上技术类-开发
1. 计算机相关专业本科及以上学历,熟悉C++、Golang,具备良好的算法与数据结构基础,有分布式存储、分布式缓存相关经验优先; 2. 熟悉RDMA等高性能网络编程技术,DPDK/SPDK等用户态开
更新于 2026-06-25北京|杭州
社招3年以上技术类-开发
1. 计算机相关专业本科及以上学历,熟悉C++、Golang,具备良好的算法与数据结构基础,有分布式存储、分布式缓存相关经验优先; 2. 熟悉RDMA等高性能网络编程技术,DPDK/SPDK等用户态开
更新于 2026-05-22北京|杭州