4 Round 1: (Written Round)
4 Round 1: (Written Round)
Zoho is a relatively small company mainly focusing online app development. They pay around
4.5 lpa. In my college there were no eligibility criteria constraint on number of arrears, history
marks etc. Zoho has 4 rounds two written and two interview.
Round 1:(written round)
This round is all about solving problems using a computer programs, in other words designing
programs in such a way as to solve the problem. An important thing here is that importance is
given to logical flow, not to program syntax or correctness. Here are the rules given by them:
They want people who can visualize a program in there head logical developers or in other
words syntax can be looked out of a book.These are the questions:
find the number of times a given pattern of string appears in a given string
display the elements from two arrays which do not belong to both the arrays
to display a pascal triangle pattern
sql query to do some basic operations on database
to transfer contents of a file to another file
The technical interview was hard and deep enough to know the programming strength of the
candidate. The duration of interview varied from minimum 3 hours to even 6 hours for some
candidates. The topics covered are the very basics of programming – data types, arrays,
pointers, data structures, OOPS concepts, file handling, DBMS etc. For most of the student they
started out by asking the very basics – right from tokens then they slowly go step by step up
to the advanced concepts. Also they focused a lot of pointers (I was questioned for 45 mins in
pointers and also data structures). There were also some puzzles asked in a few interviews
, basically fillers between programming questions
juice filled in a 24 litre bottle to be split equally into three parts using an 8 litre, 5 litre, 11 litre
bottles.
Don’t say empty everything and we have split into 3 equal volumes on 0L each.
Ans 1: split into 8L
fill 8L bottle from 24L bottle
pour contents on 8L bottle into 11L bottle
fill 8L bottle
now we have 8L in 24L,8L and 11L bottles
profit or loss if a horse is bought for 60 rs, sold for 70, again bought for 80, then sold for 90.