Check our public questions below
Solve questions to get feedback or
take a practice test and get a free certificate.
Check our public questions below
Solve questions to get feedback or
take a practice test and get a free certificate.
Screen with work-sample questions
Work-samples are the best predictor of work performance. 8,000+ companies use TestDome premium questions.
The Java and Spring Framework online test assesses candidates' knowledge of the Java and the Spring Framework.
It's ideal for pre-employment screening. A good Java and Spring framework developer should be familiar with the most commonly used aspects of the Framework and be able to leverage those to create enterprise grade applications.
This online test requires candidates to answer multiple-choice questions about the Spring Framework and solve live coding problems using Java.
A company is designing the class hierarchy for various cache implementations:
public class Cache {}
public class DiskCache extends Cache {}
public class MemoryCache extends Cache {}
public class OptimizedDiskCache extends DiskCache {}
Select all the answers that will result in a runtime exception.
Consider the following Spring bean:
@Component
public class TaskExecutor {
@Value("${thread.count:10}")
private int threadCount;
@Value("worker.thread.name")
private String threadNameTemplate;
private AtomicInteger counter = new AtomicInteger();
private ExecutorService executorService;
@PostConstruct
public void init() {
ThreadFactory threadFactory = (runnable) -> new Thread(threadNameTemplate + counter.incrementAndGet());
executorService = Executors.newFixedThreadPool(threadCount, threadFactory);
}
}
Select the statements that are correct.
Earn a free certificate by achieving top 25% on the Java and Spring Framework test with public questions.
Take a Certification TestSunshine Caprio
Java and SQL
TestDome
Certificate
Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.
Document Store, Driver Exam, Shipping, Password Advice, Appointments, Chain Link, Document Counter, Hobbies, Node, Paragraph, Product, Snapshot, Snow Storm, Test Results, Username, Utilities, Weighted Average, Language Teacher, Shining Star, Mock Library, Kilometer Converter, Crop Ratio, Integer Utilities, Procedural Generator, Config Element, Stack to List, Fire Dragon, Log Parser, String Occurrence, Worker, Racer, Data Test, Book Search, Mock Log Repository, Service AOP, Services Config, Question Properties, Auto Configuration, Health Check, Segment, Ceramic Store, Patient Class, Shelf Test, Read Write Execute, Read First Line, Max Sum, Veterinarian, Platformer, Unique Numbers, Book Sale, Friend, Stories, Moving Total, Car Rental, Paper Strip, Internal Nodes, Unique Product, Wheel Defects, Flight Connections, Date Transform.
From web development and database administration to project management and customer support. See all pre-made tests.
From JavaScript and SQL to English and customer support. See all questions to filter by skill.
Mix questions for different skills or even custom questions in one test. See an example.
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports
Related Java and Spring Framework Programming Tests: