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.
Ingeniero De Software De Java Junior Interview Questions
3,910 ingeniero de software de java junior interview questions shared by candidates
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 ?
coding questions related to string manipulation
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
what do you know about AQS in java
Abstraction encapsulation polymorphism DBMS Spring boot JDBC connectivity Ooops
What is the hierarchy of exceptions? What is try, catch, finally? Explaining code.
explain about OOP's concept with examples
about java 8 feature ,stream api
Viewing 3631 - 3640 interview questions