There were 4 Rounds Of interviews Tech 1, Tech 2, Founders Round 1 (This Will be Tech + Mang) , Founders Round 2 (This Will be Discussion Round With CEO)
Junior Java Developer Interviews
Junior Java Developer Interview Questions
"Junior developers are often responsible for writing the more monotonous and simple code required by senior members of the development team. Because of this, interviews will be designed to test your knowledge of the fundamentals of Java so be prepared to answer technical questions that you likely came across in college. Data structures and algorithms will be heavily emphasised. A bachelor's degree or equivalent work experience is required. "
3,798 junior java developer interview questions shared by candidates
Pourquoi notre entreprise ?
Remove Duplicates You are passed a list of elements, return the same list BUT if an element if present more than once, then only include the LAST copy i.e earlier copes are skipped. For example [a, b, a, b, c, d, d, e, a, d] -> [b, c, e, a, d] NOTE: a comes 2nd last because although it is first, it’s last copy is just before d. Hint: Using arrays is very difficult, try using java.util.ArrayList or java.util.LinkedHashSet
coding questions related to string manipulation
what do you know about AQS in java
about java 8 feature ,stream api
Abstraction encapsulation polymorphism DBMS Spring boot JDBC connectivity Ooops
explain about OOP's concept with examples
Same things as mentioned in other reviews - basic Java questions.
Behaviour questions, multi threading experience in Java, exceptions
Viewing 3531 - 3540 interview questions