Tip 1 : Practice to write good optimized code
Tip 2 : Practice well
Tip 3 : Be thorough about your projects
Tip 1 : Don't put false projects or achievements on resume. They will ask and know about it.
Tip 2 : Be thorough with whatever you have mentioned in your resume




1
1 1
1 2 1
1 3 3 1
Here for the third row, you will see that the second element is the summation of the above two-row elements i.e. 2=1+1, and similarly for row three 3 = 1+2 and 3 = 1+2.


You should also not use the increment "++" operator too.
You are given A = 4, B = 6, their sum = 10, you need to return 10.
It was a round held on Microsoft teams with a number of other candidates. We were given to design a meal planning software to improve customer experience and cost management in airport.
Meal planning software for airlines to optimise customer experience and cost management.
Please include:
1.Problem Statement
2. Solution in bullets (no essays)
3. Flowchart representing your solution ideas.
4. summary Notes
A technical round .They asked about binary trees , diff between stacks queues , basic Coding qsns ,qsn on projects, java oops qsns , node js (since I wrote web development)


Pattern for 'N' = 4
1111
000
11
0
Tip 1 : Be calm
Tip 2 : Don't get stressed

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the best case time complexity of Bubble Sort?