Skip to content

molimomo/JeffKingsInterviewQuestion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jeff King's Interview Question

There are two parts to this coding exercise. The first part asks you to take on the role of a developer. The second part takes on the roll of QA. But, before you can get started you will have to download this repository. You can either download the zip of this repository or you can pull it down with Git.

Part One: Reverse Words

src/main/java/InterviewQuestion.java contains the reverseWords function. You will need to implement this function.

Part Two: QA Reverse Words

src/test/java/InterviewQuestionTest.java contains a single test case for the reverseWords function. Take the role of a QA tester. What additional tests would you add test reverseWords? Add those tests to this class.

Submission

Once you have completed the project zip up a cleaned version of the project. Email the zip file back to the person that asked you to complete this exercise.

Tools

TestNG

You can make the assumption that the tests will be executed using TestNG. Documentation on TestNG can be found here.

Maven

This project does include a pom.xml file that can be used to build and test this code. It is designed for use with Maven 2.x. You do not have to use Maven if you do not want to.

Thanks

Thank you for taking the time to complete this exercise.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%