You are given a list of strings . you need to find the anagram group them together Input - ["abc","cba","xyz","def"] Output - ["abc","cba"] ,["xyz"], ["def"]
Software Engineer 2 Interview Questions
2,531 software engineer 2 interview questions shared by candidates
You are given M number of sorted arrays each of size N, can you merge these arrays and create a final sorted array.
How can you call an external api from your current @Service logic?
How can you log all the requests and responses from multiple microservices? (You have to log the request, response as well as exceptions)
Suppose there are 1 Lac rows in your db and you have to display it to the user then how would you design it in such a way that there's less load on the data base?
What is the function of a load balancer?
Tell us about a difficult situation describing exceptional customer service.
Technical problem-solving followed by system design.
Multi threading, DSA problems, managing distributed systems
questions are from my background only
Viewing 981 - 990 interview questions