https://github.com/infinityworks/nge-java-exercise
https://github.com/infinityworks/nge-java-exercise
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinityworks/nge-java-exercise
- Owner: infinityworks
- Created: 2023-11-10T13:09:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:36:38.000Z (over 1 year ago)
- Last Synced: 2025-02-24T17:43:27.145Z (over 1 year ago)
- Language: Java
- Size: 2.17 MB
- Stars: 2
- Watchers: 40
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accenture Next Gen Engineering
## Java Paired Programming Exercise
### _Introduction:_
The Java Paired Programming Exercise is designed to assess a candidate's problem-solving skills and their comfort level with the Java programming language. Paired programming is a collaborative coding approach where two individuals work together to solve a problem or complete a programming task. This exercise provides a valuable opportunity for both the candidate and the interviewer to interact, exchange ideas, and assess the candidate's technical abilities in a real-time setting.
### _Objective:_
The primary objective of this exercise is to evaluate the candidate's proficiency in Java programming, problem-solving skills, and their ability to work effectively in a team. By pairing up with the candidate, the interviewer can gain insights into the candidate's thought process, coding techniques, and their ability to communicate and collaborate on a technical project.

### Prerequisites
- JDK 21
- Gradle (we've included the wrapper just in case)
- Access to the internet
- Suitable development environment
### Getting Started
- Build it: `gradle clean build` (or `./gradlew clean build`)
- Run it: `java -jar build/libs/ange-tech-test-0.0.1-SNAPSHOT.jar`
- View it: http://localhost:8080 and http://localhost:8080/api
### Candidate Notes
- Please do not commit your code to GitHub.
- User Story will be shared with you when you start the exercise.
- This is not a test, you may ask questions and use any reference material during the exercise.