Skip to content

Initial concept for java-interview-tasks project

Latest

Choose a tag to compare

@mperor mperor released this 18 Sep 08:36
· 15 commits to master since this release

This project contains a collection of tasks sourced from various online platforms under the name "job interview questions" or "coding challenges for Java developers". The task descriptions are provided within the test folder as Javadoc comments above the test classes. Smaller tasks are organized within composite test classes. The solutions to the tasks are illustrative in nature, often in the form of experimenting with a given concept, and they are not the only possible solutions to these cases.

Tasks

  1. Phone Number Validation 📞
  2. Coin Machine 🏦
  3. Wall 🧱
  4. Calculator 🧮
  5. Max Car 🚗
  6. Challenges 💪
  7. Quiz Questions ❔

Sources