Tip 1 : Data structures is important no matter what role you're applying for
Tip 2 : other than DS you should know the core working of the language you code in, in my case it was javascript
Tip 3 : In resume mention those tech only in which you're fluent
Tip 1 : mention only those tech that you're familiar with
Tip 2 : if you're a fresher the work on projects and deploy it somewhere and include the links in resume.
It was in the morning as they planned to close the interview process within a day itself



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.
There were many questions asked about HTML, CSS and JavaScript
What is new in HTML5
Flexbox
Settimeout
Promises
Async
It was managerial round



The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?
What was my role in my college project
What was my role during my internship
What new i learnt during internship

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: