Senior Software Engineer Java Interview Questions

377 senior software engineer java interview questions shared by candidates

Game: Initially starting with 1 Two Steps 1.Increment the number by 1, x = x + 1 2.Double the number , x = x * 2 Step 2 can be used atmost maxStepTwoTimes Find the minimum number of steps to reach a number N Example N=19 maxStepTwoTimes=2 Increment 1 ,3 times ,result into 4 Double 4 ,becomes 8 Increment by 1, becomes 9 Double 9 ,becomes 18 Increment by 1 , becomes 19 total Steps 7 NOTE: This is almost same as "Number Line Jumps" in hanckerrank. I wrote code , initially it has some bugs. I modified it .But he is not satisified with my code.
avatar

Senior Software Engineer - Java

Interviewed at Ezetap

4.2
Mar 7, 2022

Game: Initially starting with 1 Two Steps 1.Increment the number by 1, x = x + 1 2.Double the number , x = x * 2 Step 2 can be used atmost maxStepTwoTimes Find the minimum number of steps to reach a number N Example N=19 maxStepTwoTimes=2 Increment 1 ,3 times ,result into 4 Double 4 ,becomes 8 Increment by 1, becomes 9 Double 9 ,becomes 18 Increment by 1 , becomes 19 total Steps 7 NOTE: This is almost same as "Number Line Jumps" in hanckerrank. I wrote code , initially it has some bugs. I modified it .But he is not satisified with my code.

Mostly core Java and SQL. Collections Hierarchy Collections.synchronizedCollection(Collection ) HashMap versus Hashtable Equals and hashCode ArrayList versus vector ArrayList verus LinkedList Treemap versus treeset Iterators Concurrent Hashmap Executor Pool Thread framework. Hashmap internals. Why doesn't hashtable allowe null key? BlockingQueue Reentrant lock Read write lock Deadlock program. How to avoid deadlock Wait, notify program Wait versus sleep,Wait versus yield InteruptedException Illegal monitor exception Exceptions thrown by threads. Why are strings immutable Abstract class versus interace OOPS Overriding versus overloading Exception hierarchy User defined exception Class.forname Reflection Garbage collection. When is it called. PermGen EdenSpace Static Final Comparator, comparable. Array.sort Colelctions.sort Joins SQL functions, like date, char String builder versus String buffer Singleton Factory Abstract factory Observer Composite JSP architecture
avatar

Senior Software Engineer Java

Interviewed at Xoriant

3.8
May 11, 2018

Mostly core Java and SQL. Collections Hierarchy Collections.synchronizedCollection(Collection ) HashMap versus Hashtable Equals and hashCode ArrayList versus vector ArrayList verus LinkedList Treemap versus treeset Iterators Concurrent Hashmap Executor Pool Thread framework. Hashmap internals. Why doesn't hashtable allowe null key? BlockingQueue Reentrant lock Read write lock Deadlock program. How to avoid deadlock Wait, notify program Wait versus sleep,Wait versus yield InteruptedException Illegal monitor exception Exceptions thrown by threads. Why are strings immutable Abstract class versus interace OOPS Overriding versus overloading Exception hierarchy User defined exception Class.forname Reflection Garbage collection. When is it called. PermGen EdenSpace Static Final Comparator, comparable. Array.sort Colelctions.sort Joins SQL functions, like date, char String builder versus String buffer Singleton Factory Abstract factory Observer Composite JSP architecture

Viewing 41 - 50 interview questions

Glassdoor has 377 interview questions and reports from Senior software engineer java interviews. Prepare for your interview. Get hired. Love your job.