1 hr, first 15 minutes was regarding resume and related projects + 3 coding questions were present. The coding questions were done on coderpad. 1 questions related to find no of set bits in a number
Questions d'entretien [1]
Question 1
Find a unique element in a list where all the other integers are present in pairs. Implement a linked list in C. All questions had to be implemented completely and the required output needs to be displayed on the console
For the one-hour coding round, practice problems that are slightly more challenging than standard LeetCode Easy/Medium. Expect questions involving:
Bit manipulation (set/clear/toggle bits, masks, extracting fields, endianness issues, bitwise tricks)
Pointers and memory
Linked list manipulation