Riverbed Technology, Bangalore visited our college for campus hiring. The selection process included One Online MCQ test , One Coding round and three technical interviews.
Online MCQ Test
Online MCQ test which mainly includes Computer Networks, Operating System, C ,C++ and some questions on mathematical aptitude. There were around 45 questions you have to do in 60 min.
Coding Round
After that round they shortlist around 20 students, next day Who selected in written test , they went for coding round. Coding round was offline . You have to code on the system and compile those code and show the execution to the examiner(Company's person). There were two code .They were clearly mention that you have to do code in c or c++.
- First code was you have to find out intersecting point of two linked lists ,if exits otherwise return -1. The code was easy but the thing was you have to create both the linked lists ,insert nodes and also like proper memory allocation(if something wrong then it give segmentation fault error) and then find the intersecting point. In this question they (Company's person) check for false cases as well .
- The second question was Create a program to instantiate a bitmap with 800,000 bits and provide setter method to set the nth bit in the bitmap. It was little tricky question. you have to apply some little logic.