Kink of java related and DSA questions
Jr Java Developer Interview Questions
3,796 jr java developer interview questions shared by candidates
Asked mostly on real time examples. Sql queries as well. I think asked more conepts on core java as well including collections , data structures and algorithms.
About Spring boot mostly and servelets and opps concepts.
write java program to interactive with user and withdraw amount
Java,oops,dsa,machine learning, framework , computer networks
Spring Boot what is and explain
They asked me to implement a linked list with the possibility to sort it and also the ability to delete a node of this linked list.
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)
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
Viewing 3521 - 3530 interview questions