Tip 1 : Make sure that your code runs (you cab prefer whatever language you’re best at)
Tip 2 : If you don’t have projects do some courses
Tip 1 : Everything should be crisp and clear
Tip 2 : You can elaborate your projects
It was an online coding test having with some Technical MCQ's



Do not allocate extra space for another array. You need to do this by modifying the given input array in place with O(1) extra memory.
'n' = 5, 'arr' = [1 2 2 2 3].
The new array will be [1 2 3].
So our answer is 3.
• It started with tell me about yourself
• Which language i’m comfortable with
• I was given a question on Reverse
• Basic Computer Science theoretical questions
• DBMS
• SQL
• TESTING
Asked about basic Joins and Indexes in SQL
It was pure Data Structure Round. You have to be very Strong in your DS Concepts




Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?