Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.