About core Java ,spring,Springboot, Microservices,hibernate
Senior Java Developer Interviews
Senior Java Developer Interview Questions
"Senior developers have years of experience in Java and have the knowledge and communication skills to mentor other developers. Companies prioritize strong technical skills and questions will focus on problem solving and critical thinking. A bachelor's degree in computer science or a related field, along with years of industry experience are standard."
5,296 senior java developer interview questions shared by candidates
Are you ready to work in a competitive and challenging startup environment?
What deployment strategies do you know? Do you have hands-on experience with a canary deployment?
Homework to write a basic ETL project.
How you filter POST http method based request.
SQL questions which I don't remember anymore.
File stream,Upload/download concepts ,data structures in-depth questions
Written test is conducted based on core java and java 8 new features lamda expression. Also for whatever technology you’re going with , be prepared with struts 2 as they may ask some questions in written test
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.
basic Algrithms
Viewing 2141 - 2150 interview questions