/interview-test-2

Primary LanguageJavaApache License 2.0Apache-2.0

Requirements

  • All the following tasks can be done without adding any other dependencies
  • Do not add any new dependencies
  • Do not change the Unit tests. Fix the code only

Step 1

  • All unit tests should pass

Step 2

both tasks will break the unit tests, so fix them accordingly

  • InternetServiceProvider should be able to have multiple internet speeds, ie : 10, 100, 1000
  • Towns should be able to have multiple internet service providers
  • Add Pagination to the getInternetServiceProviders and getTowns