Tip 1 : Be consistent in solving problems
Tip 2 : Practice different types of questions
Tip 3 : Learn System Design
Tip 1 : Be concise and mention those things which you are really confident about
Tip 2 : Always go through the Job Description and take out the important keywords and use it win your resume
It was during the afternoon from 3 to 4:15pm
Design a File Directory system.
You are given a file name and there can be multiple files with the same name present in different directories. You have to search and print all the paths from root to that location where the file was being found.
Design properly the classes. Here you have to identify the classes and the member variables that will be present there, then to search either you can do recursive search or backtarcking.

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?