字节跳动高级后端开发工程师/架构师-互联网信贷
社招全职5年以上A120652地点:北京状态:招聘
任职要求
1、本科及以上学历,5年以上工作经验,熟悉Java/PHP/C++/Go/Python中的至少一种技术语言; 2、深刻理解计算机原理,有良好的数据结构和算法基础; 3、有优秀的系统设计能力,熟练掌握数据库、缓存、消息队列的原理及应用; 4、学习能力强,对产品有强烈的责任心,具备良好的沟通能力和优秀的团队协作能力; 5、有服务治理,稳定性提升,容量规划等高可用、高并发、分布式系统的实际经验为加分项; 6、有大数据量下数据处理、系统/服务稳定性建设或优化的实际经验为加分项; 7、有金融业、银行业、信用卡、消费金融、信贷等核心系统研发经验为加分项。
工作职责
1、参与并负责互联网信贷核心系统的设计、开发及维护; 2、参与并负责公司级别的618、双十一等重要活动,解决高并发场景高可用问题; 3、参与并负责互联网信贷业务系统的稳定性建设,报警,监控,容灾,降级等; 4、参与设计并实现具备可扩展性和可维护性的系统方案; 5、充分理解互联网信贷业务,抽象领域模型,推进中台型系统建设; 6、沉淀技术能力和行业经验,与平台和业务一起成长和发展。
包括英文材料
学历+
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
PHP+
https://www.learn-php.org/
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.
https://www.youtube.com/watch?v=l4_Vn-sTBL8
This PHP full course for beginners will teach you everything from scratch—from PHP basics to advanced concepts!
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的完整演示。没有多余的内容,只有你需要知道的知识。
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
数据结构+
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/
系统设计+
https://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
缓存+
https://hackernoon.com/the-system-design-cheat-sheet-cache
The cache is a layer that stores a subset of data, typically the most frequently accessed or essential information, in a location quicker to access than its primary storage location.
https://www.youtube.com/watch?v=bP4BeUjNkXc
Caching strategies, Distributed Caching, Eviction Policies, Write-Through Cache and Least Recently Used (LRU) cache are all important terms when it comes to designing an efficient system with a caching layer.
https://www.youtube.com/watch?v=dGAgxozNWFE
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
服务治理+
https://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
高可用+
https://redis.io/blog/high-availability-architecture/
A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads.
https://www.ibm.com/think/topics/high-availability
High availability (HA) is a term that refers to a system’s ability to be accessible and reliable close to 100% of the time.
高并发+
https://www.baeldung.com/concurrency-principles-patterns
In this tutorial, we’ll discuss some of the design principles and patterns that have been established over time to build highly concurrent applications.
https://www.baeldung.com/java-concurrency
Handling concurrency in an application can be a tricky process with many potential pitfalls. A solid grasp of the fundamentals will go a long way to help minimize these issues.
https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/
You’ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.
https://www.oreilly.com/library/view/modern-concurrency-in/9781098165406/
With this book, you'll explore the transformative world of Java 21's key feature: virtual threads.
https://www.youtube.com/watch?v=qyM8Pi1KiiM
https://www.youtube.com/watch?v=wEsPL50Uiyo
分布式系统+
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
相关职位
社招5年以上A246696
1、参与并负责互联网信贷核心系统的设计、开发及维护; 2、参与并负责公司级别的618、双十一等重要活动,解决高并发场景高可用问题; 3、参与并负责互联网信贷业务系统的稳定性建设,报警,监控,容灾,降级等; 4、参与设计并实现具备可扩展性和可维护性的系统方案; 5、充分理解互联网信贷业务,抽象领域模型,推进中台型系统建设; 6、沉淀技术能力和行业经验,与平台和业务一起成长和发展。
更新于 2023-07-18
社招A121874
1、参与并负责金融风控核心系统的设计、开发及维护; 2、与相关相关业务一起完成风控场景接入、维护、性能优化等; 3、参与并负责风控系统的稳定性建设,报警,监控,容灾,降级等; 4、参与设计并实现具备可扩展性和可维护性的系统方案。
更新于 2023-07-18
社招A19869A
1、参与并负责金融风控核心系统的设计、开发及维护; 2、与相关相关业务一起完成风控场景接入、维护、性能优化等; 3、参与并负责风控系统的稳定性建设,报警,监控,容灾,降级等; 4、参与设计并实现具备可扩展性和可维护性的系统方案。
更新于 2025-02-28