Given a large file that does not fit in memory (say 10GB), find the top 100000 most frequent phrases.
Senior Software Developer Interview Questions
6,890 senior software developer interview questions shared by candidates
past experience with technologies and situations
Oops concepts and data structures
Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicates) is included in the window. If there is no such substring, return the empty string "".
What was the most challenging problem you've worked on?
employee list is given, print employee data as per requirement. Filter the data whose name start with A.
Explain Transaction management in hibernate.
Tell about config file in hibernate. How you will configure hibernate without using data jpa.
Case study to create a Restful Service
Tell us the sequence order execution of the SQL query. Select * from emp where emp_id = 123 order by ename;
Viewing 6471 - 6480 interview questions