Tip 1 : Learn how to optimize the program. This will really help you during RSL interview.
Tip 2 : Study all previously asked question by this company and try to find out best solution for it.
Tip 3 : Keep resume simple and authenticated.
Tip 4 : Practice how to handrun the program.
Tip 1 : Resume should be authenticated. You should be able to answer all things on resume.
Tip 2 : Keep it simple.
Tip 3 : Having internship experience will help.
It will consist of simple MCQ / Programming questions.
They share doc file link which consist of 5 programming questions



If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.






Given 'ARR' = [1, 10, 5, 2, 8, 1 ] , answer is "ODD".
Here the maximum difference is between 10 and 1, 10 - 1 = 9



Number N may be very large.
First interviewer asked me basic introduction question. Then he asked me to code all the coding questions asked in the previous round
In this round interviewer asked me to solve 3 programming questions.



Selection Sort implementation for the given array: {29,72,98,13,87,66,52,51,36} is shown below :-



A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.
The expected output for this example will print, 'true'.




As taught in the video, you just have to modify the code so that instead of printing numbers, it should output stars ('*').
This was the HR round. They asked me simple HR questions and 1 coding question.
What experience do you have that would be relevant to this role?
What do you know about our company’s product/services?
Tip 1 : Stick to your first answer and that will show the confidence.
Tip 2 : Give genuine answers and be confident.




Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?