Tip 1 : Be good in Data-structure
Tip 2 : Explain what all the out of box development you can contribute
Tip 3 : If you are interested in innovation, express that
Tip 1 : Create a 2 page resume with everything on it
Tip 2 : Add all the skill set and Rank
Design a distributed system
Was more into techno managerial questions
• Start Time, denoting the start time of the job.
• End Time, denoting the end time of the job.
• Profit associated with the job.
Let there be three jobs ‘A’, ‘B’, and ‘C’-
• Start time, End time and profit associated with job ‘A’ being 1, 1 and 30.
• Start time, End time and profit associated with job ‘B’ being 1, 2 and 40.
• Start time, End time and profit associated with job ‘C’ being 3, 4 and 30.
We will perform job ‘B’ at time t = 1 and job ‘C’ at time t = 3. The total profit will be 70. There is no other sequence of jobs which can fetch us a better overall profit.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you select an element by class name in CSS?