A Simple Password Checker in Java Coding task from a recent job interview Password Prerequisites The password is not empty The password has 8 characters minimum The password consists of at least one letter AND one digit Tech Stack Test-driven development with JUnit and Maven