1MG Interview Experience Recently, I was interviewed for the backend developer at 1Mg Gurgaon. There were one coding round on hackerearth and four face to face round interview. Company Details Company Name: 1MG Location: Gurgaon Experience: Fresher Designation: Software Developer (Backend) Website: 1MG 1MG Interview Experience Round 1 Reverse the given linked list Search an element in sorted array Search element in a sorted matrix Given an array of integer finds frequency of its elements. Quick Sort algorithm Hashing internal implementation Check weather a list is palindrome or not Round 2 Give a number N >= 1 you can do two operations with it. if N is even, You can divide it by 2 i.e N = N/2. if N is odd, You can either add or subtract 1 to the number. Find minimum numbers of operat...