i
Rakuten
Filter interviews by
I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.
1 Hour coding round on leetcode or hackerearth
Coding round with Medium level questions
Loop in a linked list
Use Floyd's Cycle Detection Algorithm to detect a loop in a linked list
Maintain two pointers, one moving at double the speed of the other
If the two pointers meet at some point, there is a loop in the linked list
I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.
Top trending discussions
I applied via Naukri.com and was interviewed before Jan 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.
They will ask you simple programs to check your logical abilities.
posted on 16 Apr 2021
I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.
posted on 16 Apr 2021
Implement merge sort and find kth largest element in an array.
Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.
Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.
Merge sort has a time complexity of O(nlogn) and space complexity of O(n).
Quick select has a time comp...
I applied via LinkedIn and was interviewed before Jun 2021. There were 5 interview rounds.
Its a simple hackathon MCQ questions based on your skills.
I appeared for an interview in Aug 2020.
Remove duplicate entries from array of strings using JavaScript
Use Set to remove duplicates
Convert Set back to array
Use spread operator to convert Set to array
Determines if words in given array are anagram or not using JS
Create a function that takes an array of strings as input
Loop through the array and sort each string alphabetically
Compare the sorted strings to check if they are equal
Return true if all strings are anagrams, else false
based on 1 interview
Interview experience
based on 17 reviews
Rating in categories
Senior Software Engineer
230
salaries
| ₹11 L/yr - ₹35 L/yr |
Software Engineer
228
salaries
| ₹4.5 L/yr - ₹18 L/yr |
Technical Lead
200
salaries
| ₹18 L/yr - ₹44 L/yr |
Devops Engineer
138
salaries
| ₹5.7 L/yr - ₹20.6 L/yr |
Senior Software Engineer 2
136
salaries
| ₹15 L/yr - ₹39.5 L/yr |
Amazon
eBay
Netflix
Xoriant