Did you read the book Clean Code from Robert C. Martin?
Developer Java Backend Interview Questions
517 developer java backend interview questions shared by candidates
when we overide equals method?
some basic questions about yourself. 1:tell me about yourself. 2: have you done any java?
A leetcode question to find two elements of an array of numbers that will combine into a given target number.
Given m tasks for n threads, and the position k of a thread within those n. Find maximum number of task that can be given to k-th thread, by respecting two rules: each thread has at least one task + adjacent threads differ by no more than one task count.
Most of the process was telling about my laboral experience.
You have an array with numbers 1-12, sorted, and no duplicates, a second array with a million parts from any number 1 to million, not sorted and with duplicates. Create code to find out which records in the first array are in the second array.
What is the difference between an interface and an abstract class?
1. Java Basics, Oops, multithreading, TDD.
Qustions 1. There are 2 robots who can run over the same code fragment, you can either move left or right, you need to make a decision such that both robots meets each other. 2. Singleton design pattern
Viewing 261 - 270 interview questions