An open API service indexing awesome lists of open source software.

https://github.com/infinityworks/nge-java-exercise


https://github.com/infinityworks/nge-java-exercise

Last synced: 5 months ago
JSON representation

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.

![Preview of Frontend](preview.png)

### 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.