Tip 1 : Have a good Resume
Tip 2 : Be confident while attending interview
Tip 1 : have a good project
Tip 2 : Mention only what you know


day1 = {5, 6, 2}
day2 = {2, 4, 1}
In this case, the ideal order will be to perform work 3 on the first day, work 1 on the second day and work 2 on the fourth day. The order with respect to Day1 in which the work is done will be {2, 5, 6} which is non-decreasing. Hence the number of days needed to finish all work will be 4.
The Burning Candles
Given two candles. Each of them burns for one hour. They burn unevenly in different parts though. In addition, let’s have a box of matches. Measure 45 minutes and 15 minutes.
Basics
1.what is inheritance?
2. What is poly morphism?
3. What is dynamic memory allocation?
4. What is class and object?

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?