https://github.com/agencypmg/programmingchallenges
Programming challenges for interviewees.
https://github.com/agencypmg/programmingchallenges
Last synced: about 2 months ago
JSON representation
Programming challenges for interviewees.
- Host: GitHub
- URL: https://github.com/agencypmg/programmingchallenges
- Owner: AgencyPMG
- Created: 2016-01-08T20:37:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T17:43:16.000Z (about 1 year ago)
- Last Synced: 2025-03-31T09:05:12.345Z (2 months ago)
- Language: CSS
- Size: 956 KB
- Stars: 12
- Watchers: 23
- Forks: 314
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PMG Programming Challenges
A few small programming challenges that let us see how job candidates work.
## What Languages Can I Use?
Just about anything you like, but we work mostly with...
- PHP
- JavaScript (node & in browser)
- Python
- Go## How do I ask questions?
[Open an issue](https://github.com/AgencyPMG/ProgrammingChallenges/issues).
## How long should I spend on this?
Take your time and do your best work. The code you produce here should be a very
good indicator of how you would code in a production environment.
If you find a problem is taking a long time, let us know!
Chances are it's probably too big for this set of challenges.## Can I use third-party libraries?
Sure! We're interested in seeing how you work, treat this challenge like any
other project.## How do I submit my answer?
Follow the instructions you recieved for how to submit.