I have a table for bugs from a bug tracking software; let’s call the table “bugs”. The table has four columns (id, open_date, close_date, severity). On any given day a bug is open if the open_date is on or before that day and close_date is after that day. For example, a bug is open on “2012-01-01”, if it’s created on or before “2012-01-01” and closed on or after “2012-01-02”. I want an SQL to show the number of bugs open each day for a range of dates. Hint: There are bugs that were never closed.
Senior Java Engineer Interview Questions
607 senior java engineer interview questions shared by candidates
Given a large file that does not fit in memory (say 10GB), find the top 100000 most frequent phrases.
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.
1)Tell about your self. 2)Tell about oops concept.
What all conditions are there to use an ArrayList and LinkedList?
Since my domain was telecom OSS, they asked me to design a Device sync module with a certain conditions.
Parse the album details which are in the form of list of strings and find out top ranking songs. Use java 8 lambdas.
Design patterns in java, design REST API module, etc.
Viewing 551 - 560 interview questions