Tip 1 : Practice at least 200+ medium level questions
Tip 2 : Be prepared with pointers in C/C++
Tip 1 : Have at least one project on your resume which relates to the job profile.
Tip 2 : Mention all tech stacks you have used or implemented in your projects.
Interview time - 3 pm (IST)
The interview started with the introduction of both, then asked about my internship experience and my projects I have done.
Then asked some question based on string and pointers.
The interviewer was meri humble and supportive.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
It was technical +hr round.






1. The input string may contain the same characters, so there will also be the same permutations.
2. The order of permutation does not matter.
How to check if a port is opened of a server?
How to reduce network traffic?
Why should we hire you?
What are your hobbies?
Are you a team player?

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