Round 1:
- A variant of rod cutting problem. Find the locations at which the cuts are to be done for maximum profit
- Design a project similar to Microsoft project. A Project has dependencies on sub tasks each of which can have further dependencies on other tasks.
If time taken for each individual task is given, then find how much time willl the project will take to execute
- if we change the time taken for one of the tasks then how to estimate the new time taken for the project.
Round 2:
Design an object oriented variant of the Mancala game. Write the classes and the move function (with both the offensive strategy and the defensive strategy).
Result : Reject in round 2