Tip 1 : focus on basic problem solving
Tip 2 : focus on basic javascript behaviour
Tip 3 : focus on React features
Tip 1 : mention your live project link
Tip 2 : one page resume



‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Directly apply reverse logic



Input arrays/lists can contain duplicate elements.
The intersection elements printed would be in the order they appear in the first array/list(ARR1)
Asking gerneral questions of Hr round
Tell me about yourself.
What do you know about us?
Where do you see yourself in future?

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