Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

java-technical-test

Core Java programming questions. Primarily usage of the Java Collections API.

Summary

Implement the method stubs in the com.chenery.test.JavaTest.java class, and write JUnit test methods to prove your implementation. The first test is already written to get you started.

Note: This test should be setup, completed and returned within 1.5hrs. The quicker you can return it, the more credit you will receive.

Note: Please do not push your test answers back onto Github.

Instructions if using Git and Maven:

  • Clone this git repository and ensure tests execute.

Commands:

$ git clone https://github.com/chenery/java-technical-test.git
$ cd java-technical-test/
$ mvn test
  • Complete the test class (You can use whatever IDE/editor you like). See further instructions/comments inline.
  • Return to paul@solidstategroup.com with the allowed time period.

Instructions if NOT using Git and Maven:

About

Core Java programming questions. Primarily usage of Collections API.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors