i
Rakuten
Filter interviews by
I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.
There were 5 question MCQ, and one coding question to design an app.
Top trending discussions
posted on 15 Mar 2022
I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.
A cursor is a database object used to retrieve data from a result set one row at a time.
A cursor is used to iterate through a result set.
It can be used to update or delete rows in a table.
Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;
Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;
Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;
I was interviewed in Aug 2024.
4 coding question easy level questions based on arrays and strings
Code pairing round need to use oops to solve the problem
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses hashing to store and retrieve key-value pairs
It uses an array of linked lists to handle collisions
The key's hash code is used to determine the index in the array where the key-value pair is stored
HashMap allows one null key and multiple null values
Example: HashMap<String, Integer> map = new
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.
posted on 15 Mar 2022
I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.
A cursor is a database object used to retrieve data from a result set one row at a time.
A cursor is used to iterate through a result set.
It can be used to update or delete rows in a table.
Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;
Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;
Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;
I was interviewed in Jan 2025.
Coding plus aptitude
Code pairing round with one question and an hour to solve
2 leetcode medium level type problems were given. This was a cut-off test were majority will be cut-off.
Long coding round - Paired with another thoughtworker
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Coding test contains 4 coding question easy to medium, Topic Array, String but DSA questions are in image formate first you have to decode the image then code.
To add a 20% discount code and implement cashback in an application.
Create a discount code field in the application where users can enter the code to avail 20% off.
Calculate the discounted price by applying the 20% discount on the original price.
Implement a cashback feature where users receive a certain percentage of the purchase amount back as cashback.
Ensure that the cashback amount is credited to the user's account
Online hackerrank test
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
241
salaries
| ₹4 L/yr - ₹16 L/yr |
Senior Software Engineer
227
salaries
| ₹10 L/yr - ₹35 L/yr |
Technical Lead
193
salaries
| ₹15 L/yr - ₹50 L/yr |
Senior Software Engineer 2
136
salaries
| ₹13.5 L/yr - ₹40 L/yr |
Devops Engineer
133
salaries
| ₹5.6 L/yr - ₹20.8 L/yr |
Amazon
eBay
Netflix
Flipkart