https://github.com/matrixorigin/talent-challenge
Programming challenges for MO candidates
https://github.com/matrixorigin/talent-challenge
Last synced: about 1 year ago
JSON representation
Programming challenges for MO candidates
- Host: GitHub
- URL: https://github.com/matrixorigin/talent-challenge
- Owner: matrixorigin
- Created: 2021-01-28T09:08:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T07:06:16.000Z (about 4 years ago)
- Last Synced: 2025-04-24T00:12:21.087Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 10 MB
- Stars: 31
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MatrixOrigin Talent Challenges

This repository contains coding challenges used for candidates who are willing to join MatrixOrigin. The aim for these challenges is to find out those who are willing to learn with strong persistence as well as engineering skills. It's only a naive proof and has nothing to do with what we are working on, please do not push your solutions publicly.
### Table of Contents
1. [Programming tests for elementary candidates](https://github.com/matrixorigin/talent-challenge/tree/master/matrixone/elementary)
2. [Programming tests for medium candidates](https://github.com/matrixorigin/talent-challenge/tree/master/matrixone/medium)
3. [Programming tests for advanced candidates](https://github.com/matrixorigin/talent-challenge/tree/master/matrixone/advanced)
4. [Fundamental programming tests for guys who are interested in distributed systems](https://github.com/matrixorigin/talent-challenge/tree/master/matrixone/distributed)
- [Consensus](https://github.com/matrixorigin/talent-challenge/tree/master/matrixone/distributed/consensus)
- [Transaction](https://github.com/matrixorigin/talent-challenge/tree/master/matrixone/distributed/transaction)
5. [Fundamental programming tests for general backend candidates](https://github.com/matrixorigin/talent-challenge/tree/master/matrixone/backend)
6. [Fundamental programming tests for sql execution candidates](https://github.com/matrixorigin/talent-challenge/tree/master/matrixone/execution)