Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naxa777/java-interview-puzzles
Interview questions with code snippets
https://github.com/naxa777/java-interview-puzzles
interview-practice interview-test-task java upwork
Last synced: 10 days ago
JSON representation
Interview questions with code snippets
- Host: GitHub
- URL: https://github.com/naxa777/java-interview-puzzles
- Owner: naXa777
- Created: 2018-10-09T13:31:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T00:11:27.000Z (about 6 years ago)
- Last Synced: 2024-10-06T20:41:09.164Z (about 1 month ago)
- Topics: interview-practice, interview-test-task, java, upwork
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Interview Puzzles
[![Build Status](https://travis-ci.com/naXa777/java-interview-puzzles.svg?branch=master&style=flat)](https://travis-ci.com/naXa777/java-interview-puzzles)
The project includes code snippets similar to the ones in [UpWork Java test](https://www.upwork.com/ab/tests/test/980).
## Usage
[Clone](https://help.github.com/articles/cloning-a-repository/) this repo or download as zip.
### Build
```shell
./gradlew build
```### Learn
Go through classes in [by.naxa.learning package](/src/main/java/by/naxa/learning) and check your Java knowledge.
Import project in IntelliJ IDEA and run code by yourself to see the correct answer.