Question about how hashsets are working in java? role of hashCode and equals methods,....
Java Software Engineer Interview Questions
3,079 java software engineer interview questions shared by candidates
Data Structures, Stream API and basic Core Java questions.
design rest api using spring Boot (pseudo code)
Which languages did i use ? Familiarty of data structures and algorithms
insertion sort Java basics programs related to array
What are @interfaces?
what is hash map?
First round of telephonic interview . question on java, design pattern etc. Interviewer was junior level . Asked about salary and other stuff . i guess this is non of his business . HR should take care of it. sometime they ask just to check someone should not recieve more then him. He said he was happy with interview but i never received feedback or call again
3. Write a method that takes two collections of characters as a parameters and returns a new Set of distinct elements common between the two collections. // Give me the intersection of common elements between two data sets. // ['a', 'a', 'c', 'd'], ['a', 'c'] // -> ['a', 'c'] // ['a', 'a', 'c', 'd'], ['a', 'a', 'c'] // -> ['a','c']
Implement pagination in the database layer.
Viewing 1541 - 1550 interview questions