Rakuten - Java Lead Developer (Springboot)

rakuten logo
rakuten
Java Lead Developer (Springboot)virtually
July 2, 20253 reads

Summary

My first round virtual interview for a Java Lead Developer role at Rakuten was a rapid-fire session covering SOLID principles, multithreading, data structures, Java streams, and exception handling. I rated the difficulty as Easy to Medium. Despite my lack of Spring Boot knowledge, I found the experience positive and valuable.

Full Experience

It was the first round held virtually.

It started with a basic introduction and little about current project, understanding the tech stacks

The interview lasted for about an hour and felt like a rapid-fire session, with questions coming one after another. It served as a quick recap of everything I’ve studied so far. In terms of difficulty, I would rate it as Easy to Medium.

Although I wasn't familiar with Spring Boot, which might be a deciding factor for rejection, overall, it was still a positive and valuable experience.

Interview Questions (12)

Q1
Explain SOLID Principles
Other

Explain what the SOLID principles are.

Q2
Implement Thread-Safe Singleton Class
Data Structures & AlgorithmsMedium

Write a code snippet for a Singleton class and ensure it is thread-safe.

Q3
Explain Volatile Keyword in Multithreading
Other

Explain what the volatile keyword is in multithreading.

Q4
Modularize Monolithic Application using SOLID Principles
System DesignHard

How would you make a tightly coupled Monolithic application modular using SOLID principles?

Q5
Implement Binary Search
Data Structures & AlgorithmsEasy

Write the code to perform binary search in a sorted array.

Q6
Demonstrate and Correct Single Responsibility Principle Violation
OtherMedium

Write code to show how the Single Responsibility Principle is violated and provide the corrected code.

Q7
Explain CountDownLatch
Other

Have you heard about CountDownLatch? Explain it.

Q8
Time Complexity of Data Structures Operations
Data Structures & AlgorithmsEasy

Give the time complexity for insertion, deletion, and search in HashMap, Binary Search Tree, and Linked List.

Q9
Compare Sorting Algorithms
Data Structures & AlgorithmsEasy

Give the difference between Bubble sort, Insertion sort, Merge sort, and Quick sort.

Q10
Java File Reading with Custom Exception Handling
Data Structures & AlgorithmsMedium

Write a Java function to read a file where if the file is not read, you throw IOException, if you don't find the file while reading throw FileNotFoundException, and also try to add one custom Exception for any other issue you face.

Q11
Filter and Sort Objects using Java Stream API
Data Structures & AlgorithmsMedium

If you have a class Person having age and name as data members, please write the code snippet to fetch all the persons with age > 25 and in a sorted manner using Java Stream API.

Q12
Exception Handling in Java Stream API
OtherMedium

How would you handle exceptions in the Java Stream API?

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!