Tip 1 : Practice as many DSA questions as possible
Tip 2 : Always keep track of time while doing questions
Tip 1 : Keep at least 2 projects
Tip 2 : Be thorough of every topic mentioned because the pick the skills and ask questions on them
it was around 6. And there was a window to solve the questions



All the integers in the array appear only once except for precisely one integer which appears two or more times.
createdg a HashTable which stored each element as a key and a list of the element's indexes for the value



RECURSIVE+MEMOIZATION solution



I first gave recursion approach then he asked me to optimize it, so I used Memoization Technique
What is virtual memory, file structure and memory management techniques
What is SQLi and a query
He asked me about the project and about how I solved a situation where my team mates are not working. And have I faced any situation where I had a target so what were my steps.
Tip 1 : BE confident
Tip 2 : Don't lie

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?