WheelsEye Interview Experience SDE Profile
Round 1
The first round was a pen paper coding test of 1 hour.
3 programming questions were given.
1. https://www.geeksforgeeks.org/search-an-element-in-a-sorted-and-pivoted-array/
2. https://www.geeksforgeeks.org/maximum-sum-such-that-no-two-elements-are-adjacent/3. Given a matrix return true if no two adjacent elements are 1 in all ways like up, down, left, right.
Round 2
Round 2 was a face to face technical interview. he simply asked about my self. Then we discussed my projects. I told him that I do competitive coding so he asked coding questions. like
1. https://www.hackerrank.com/challenges/candies/problem
2. you are given a tree. you need to return true if in the there exists an edge which divides the tree into two equal parts. left and the right tree must have same no. of nodes.
3.https://www.geeksforgeeks.org/queue-using-stacks/
Round 3
Round 3 was also a technical round.
1. He told me to implement Map. and all its functions.
2. Sort a stack by only using push pop operations. Then he told me to write the code for it.
3. https://www.geeksforgeeks.org/largest-sum-contiguous-subarray/
4. Difference b/w Linked list and array and which one is better.
Round 4
Round 4 was also a technical round.
1. https://www.geeksforgeeks.org/sliding-window-maximum-maximum-of-all-subarrays-of-size-k/
2. He asked me egg dropping puzzle with variations like restricting the no of edges and attempts.
3. A puzzle of jail and psycho prisoner.
and there was a more coding question which I don’t remember actually.
After 4 rounds interviewer told me that now HR will contact you later. we are done for today.
it was a long process but I enjoyed b/c interviewer was very good and we interact with each other very much.
which helps me to found the solutions.
Next day HR called and luckily he told me that you are selected.
tips:- you don’t need to give all the answers just interact with interviewer and make him believe that you can do it. He will automatically help you to reach the solution. just be confident and do not give up.
Recommended Posts:
- WheelsEye Interview Experience for SDE-2
- Arcesium Interview Experience | Set 5 (3+ years experience - Developer profile)
- Hike Interview Experience | QA Profile
- D E Shaw Interview Experience | Set 20 (For Q&A Profile)
- Adobe Interview Experience | Set 18 (For WBT Profile)
- Wipro Interview experience for Star profile
- OYO Rooms Interview Experience | Set 4 (For Backend Profile)
- Wipro Turbo Interview Experience | Set 12 (For CSP Profile)
- Wipro Turbo Interview Experience | Set 11 (For MNT Profile)
- Infosys Interview Experience for Specialist Profile
- Microsoft-IDC Interview Experience-SDE profile (on-campus for FTE)
- Samsung R&D Interview Experience | Set 37 (For developer profile)
- CarWale Interview Experience for SDE profile on Campus
- Cisco Interview Experience | Set 19 (For IT Engineer Profile)
- Sophos Technologies Interview Experience | SDE Profile | On Campus
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.