I applied online. The process took 1 day. I interviewed at Greet Technologies (Bangalore Rural) in Oct 2017
Interview
First, of first they simply take a written test (outputs in C, quantitive, DB). The worst thing for me is that the number of candidates in 1400.
And they select 200 approx out of 1400 and then selected candidates faces another written test which was a totally technical test.
In this test there were only two questions, One of 10 marks and another is 50. guys these question is similar to hackerearth.com. one of the questions is this
Interview questions [1]
Question 1
1. One of the questions is that you have to input any decimal number and convert into Binary and then reverse binary after that, you have to eliminate Zero (In this part I am confusing) and convert it into decimal. Print the decimal number.
for example:-
Input:- 5 then(Decimal to binary) 0101
then(reverse and eliminate zero's) 0011 then(Binary to decimal) 3