Skip to content

Java 17

Java 17 online coding tests & interview questions

Java
JUNIOR
Tested skills
Duration
68 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java

Programming task - Level: Easy

Java | Find duplicates - Implement findDuplicates method that returns a new list containing duplicates which occured N-times.

Choice questions

assessing knowledge of ES6, JavaScript, Typescript

Programming task - Level: Easy

JavaScript | Node.JS | Websocket server - Complete the server.js file in order to finish the WebSocket server.

Java
MIDDLE
Tested skills
Duration
69 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java

Programming task - Level: Medium

Java 11+ | Spring Cloud | Microstore | Microservices with RESTful and asynchronous communication - Implement REST and Asynchronous communication

Java
MIDDLE
Tested skills
Duration
61 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java, JPA, Spring, Spring - Dependency Injection

Programming task - Level: Medium

Java | Spring Boot, JPA, REST API | Blog app - Add a comments feature to a simple Spring Boot REST blog application.

Java
SENIOR
Tested skills
Duration
42 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java, Spring, Spring - Dependency Injection

Programming task - Level: Hard

Java | Spring Boot, MongoDB, REST API | Blog app - Add a comments feature to a simple Spring Boot REST blog application.

Java
JUNIOR
Tested skills
Duration
35 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java

Programming task - Level: Easy

Java | Orders Analyzer | Find a total ordered quantity of a product for every weekday - Implement a method that will analyze orders dataset and return a map with total ordered quantity of a product for every weekday

Java
JUNIOR
Tested skills
Duration
35 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java

Programming task - Level: Easy

Java | Movies analyzer | Find top favorite movies among friends - Implement a method that will analyze movies dataset and return array of most favourited movies

Java
MIDDLE
Tested skills
Duration
65 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java

Programming task - Level: Medium

Java | Orders Analyzer | Find an average order value for every weekday - Implement OrdersAnalyzer#averageDailySales method that returns a map of days of a week and rounds the average value to the nearest integer.

Spring Security
MIDDLE
Tested skills
Duration
66 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java, CleanCode

Programming task - Level: Medium

Spring Security - Secure methods to allow only the article author to create and read an article with his name, using method annotations.

Java
JUNIOR
Tested skills
Duration
44 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java, CleanCode, Spring, Hibernate, JPA

Programming task - Level: Easy

Java | Movies Analyzer | Find top watchlisted movies among friends - Implement a method that will return an array of top four movie titles, that have been most watchlisted by friends of a given user.

Spring Security
MIDDLE
Tested skills
Duration
66 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java, CleanCode

Programming task - Level: Medium

Spring Security - Secure ArticleService so that it returns only those articles in locale that are equal to the one currenntly used.

Java
MIDDLE
Tested skills
Duration
66 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java, CleanCode

Programming task - Level: Medium

Java | Logs Analyzer | Count matching log file entries - Complete a method which counts the lines within a ZIP file matching search strings.

Java
JUNIOR
Tested skills
Duration
48 minutes max.
Evaluation
Automatic
Test overview

Choice questions

assessing knowledge of Java: General Terminology, General Knowledge, DriverManager, Input Variables, and String Handling

Programming task - Level: Easy

Java | Race Coordinator - Implement methods in Leg class, and implement methods in Race class following javadoc and unit tests.

Java
SENIOR
Tested skills
Duration
107 minutes max.
Evaluation
Automatic
Test overview

Choice Questions

Verify knowledge of Java: Primitive Data Types, Logging, Reserved Words, interface defaults, concurrency, and **Environment Variables

Programming task

Write code to pass unit tests in a Java distributed configuration store

Java
MIDDLE
Tested skills
Duration
42 minutes max.
Evaluation
Automatic
Test overview

Choice Questions

Verify knowledge of Spring: Context, Dependency Injection, context hierarchy, and constructor-based injection

Choice Questions

Verify knowledge of Java: Command Prompt, Singletons, and Concurrent Maps

Programming task

Implement all methods in the ItemRepository class

Spring framework
MIDDLE
Tested skills
Duration
56 minutes max.
Evaluation
Automatic
Test overview

Choice Questions

Verify knowledge of Spring: constructor-based injection, context hierarchy, and Context, Dependency Injection

Choice Questions

Verify knowledge of Java: Collections, Concurrent Maps, and File Handling

Programming task

Implement the ParserService#parseString method in a Spring application