Senior Java Engineer Interview Questions

636 senior java engineer interview questions shared by candidates

Write a procedure in MySQL to split a column into rows using a delimiter. CREATE TABLE sometbl ( ID INT, NAME VARCHAR(50) ); INSERT INTO sometbl VALUES (1, 'Smith'), (2, 'Julio|Jones|Falcons'), (3, 'White|Snow'), (4, 'Paint|It|Red'), (5, 'Green|Lantern'), (6, 'Brown|bag'); For (2), example rows would look like >> “3, white”, “3, Snow” …
avatar

Senior Java Engineer

Interviewed at Wallet Hub

4.2
Jan 27, 2017

Write a procedure in MySQL to split a column into rows using a delimiter. CREATE TABLE sometbl ( ID INT, NAME VARCHAR(50) ); INSERT INTO sometbl VALUES (1, 'Smith'), (2, 'Julio|Jones|Falcons'), (3, 'White|Snow'), (4, 'Paint|It|Red'), (5, 'Green|Lantern'), (6, 'Brown|bag'); For (2), example rows would look like >> “3, white”, “3, Snow” …

1. How many oops concept can you apply in single class, 2. How do you manage transactions in microservices, how will you configure 2 database in a single spring boot application 3. SOLID principal 4. stream 5. CRUD controller 6. Design patterns
avatar

Senior Software Engineer - Java

Interviewed at Monocept

4
Sep 12, 2025

1. How many oops concept can you apply in single class, 2. How do you manage transactions in microservices, how will you configure 2 database in a single spring boot application 3. SOLID principal 4. stream 5. CRUD controller 6. Design patterns

Viewing 171 - 180 interview questions

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