Skip to content

Instantly share code, notes, and snippets.

@kthakore
Created January 10, 2021 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kthakore/5b93d1ce7b3863ca06ca1a1728fd58e8 to your computer and use it in GitHub Desktop.
Save kthakore/5b93d1ce7b3863ca06ca1a1728fd58e8 to your computer and use it in GitHub Desktop.
C/C++/Rust Task

Task

Design a simple system that allows HR to track jobs, applications and candidates.

  1. Candiates can register themselves and apply for a job
  2. All applications go through state: applied, interviewed, rejected, accepted
  3. When an application is accepted the job can no longer be applied to

Use C++/C/Rust

Stretch

Make this system class a singleton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment