Samsung Interview Experience | Set 9 (On-Campus for Samsung Research Institute, Noida)
First Round : Coding Round Second Round : Tech + HR interview First Round : it was quite simple, the question was similar to , given a level K , you have to find out the sum of data of all the nodes at level K in a binary tree. it was bit tricky the input is in the form (P(C()())(C()())) P is for Parent, C is for child. if parent has one child : (P