https://github.com/onebeyond/interview-code-challenges
A set of code challenges for One Beyond interviews
https://github.com/onebeyond/interview-code-challenges
Last synced: 9 months ago
JSON representation
A set of code challenges for One Beyond interviews
- Host: GitHub
- URL: https://github.com/onebeyond/interview-code-challenges
- Owner: onebeyond
- License: cc0-1.0
- Created: 2018-06-19T09:11:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T09:00:58.000Z (9 months ago)
- Last Synced: 2025-04-12T01:15:06.409Z (9 months ago)
- Language: C#
- Homepage:
- Size: 4.88 MB
- Stars: 14
- Watchers: 12
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interview Code Challenges
Here you will find some different code challenges options for interviewing at One Beyond.
## .NET code tests
1. [.net Engineer - Library API functionality](/.NET/library/README.md#net-engineer-challenge)
2. [Mobile Engineer - Mobile Library Application](/.NET/library/README.md#mobile-engineer-challenge)
## PHP code tests
1. [PHP Engineer - Library API functionality](/PHP/library-api-php/README.md)
## Node tests
1. [Implement the martian robots game](/node/martian-robots/instructions.md)
2. [Implement the tennis score game](/node/tennis-score/instructions.md)
## React code tests
1. [Build a phone catalogue](/react/phone-catalogue/instructions.md)
2. [Build an app around a mysterious API](/react/mysterious-api/instructions.md)
## Java tests
1. [Implement the martian robots game](/java/martian-robots/instructions.md)
2. [Implement the tennis score game](/java/tennis-score/instructions.md)
## Data Visualization tests
1. [Implement a COVID-19 dashboard](/data/covid/instructions.md)