Tip 1 : Strong in fundamentals
Tip 2 : Be strong in one language (I was very good in C++)
Tip 3 : Be Bold
Tip 1 : Make it professional, with no colors and design
Tip 2 : Only put skills, which you are confident in.
Online test started at 12:15 pm.
It contained a puzzle along with some OS Questions and one coding problem.
In a certain code 'MISSIONS' is written as 'MSIISNOS'. How is 'ONLINE' written in that code?
Tip 1 : Be relax and manage your time accordingly
Tip 2 : Don't be stressed, it will be easy if you listen to the question well
Tip 3 : Answer all, as no negative questions




Input: ‘N’= 4 ‘DISHES’ =[2, 4, 6, 8] ‘INGREDIENTS’=[1, 4, 5, 3]
Output: 7
First dish can be made using 2 ingredients of type 1.
Second using 1 ingredient of type 2.
Third using 2 ingredients of type 4.
Fourth using 2 ingredients of type 2.
So total 7 ingredients.






class graphNode
{
public:
int data;
vector<graphNode*> neighbours;
}
1. Nodes are numbered from 1 to N.
2. Your solution will run on multiple test cases. If you are using global variables make sure to clear them.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: