Tip 1: Practice at least 250 Questions
Tip 2: Do at least two projects
Tip 1: Have some projects on your resume.
Tip 2: Do not put false things on your resume.




Let’s say you have a grid [[1,0],[1,1]]. We can say the computer ‘ARR[0][0]’ is a connected computer because there is a computer in its column other than itself. We can say the computer ‘arr[1][0]’ is a connected computer because there is a computer in its row and column other than itself. We can say the computer ‘arr[1][1]’ is a connected computer because there is a computer in its row other than itself. Therefore the number of connected computers is 3.






Tip 1 : Don't lie in your resume
Tip 2 : You should be prepared about the projects that you have mentioned in your resume, they will ask technical questions about it
Tip 3 : prepare basic OS.
Given n servers, we need to store blobs in those servers and we should make K replicas of each blob. I was supposed to discuss HLD of this, make LLD and also write some code for APIs (i wasn't asked to run the code though)
Tip 1 : You will be given a vague problem statement, you'll have to discuss with interviewer to make it more clear
Tip 2 : In each LLD/HLD question, there would be some part of it in which you will be more confident, try to focus on that and tell the interviewer your different approaches to build that particular component.
Tip 3 : There is not right answer to these type of questions, whatever choices you make, you should be able to justify and you should be fine

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?