Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Zoho Interview Questions
Questions Answers Views Company eMail

There are 3 societies A, B, C. A lent cars to B and C as many as they had already. After some time B gave as many tractors to A and C as many as they have. After sometime c did the same thing. At the end of this transaction each one of them had 24. Find the cars each orginally had.

4 35024

#include int main() { char *ptr; char string[] = "How are you?"; ptr = string; ptr += 4; printf("%s",ptr); return 0; }

5 21169

main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 22953

Wall of 88 m. Man climb 12 and falls by 8, when he will reach at top?

13 26163

There is a school with 100 students and correspondingly 100 lockers, all of which start off closed. The first student opens every locker and the second students closes every other locker starting with the second (2,4,6...etc..) . The 3rd student changes the state of the lockers numbered (3,6,9.. etc.). The fourth student changes the state of the lockers numbered (4,8,12.. etc..).. This continues until all the 100 students passes along the lockers.. when all the 100 student is done which locker is closed and which locker is in open condition?

6 16992

Least of number which when divided by 35,45,55 and leaves remainder 18,28,38,is?

7 11840

It is a ten digit number. The first digit of this num is the number of 0's in it.The second digit is number of 1's and so on.Hence the last digit is number of 9's in it.Find the num.

5 4962

There were 100members who are standing in circle form with numbered on them like 1, 2,3 upto 100. If number 1 has a knife and killed the next one right behind him and give it number 3 likewise it contines upto 100.Then who will be left if this process repeated?

5 6512

There are 20 bottles, one is poisoned. If a person take a sip of that poisoned bottle, he will die in next 10 hrs. A doctor is ready to check which is poisoned among 20 with the help of mice in 16 hrs. How many minimum number of mice he needed?

5 8510

Raja was studying for his examinations and the lights went off. It was around 1:00 AM. He lighted two uniform candles of equal length but one thicker than the other. The thick candle is supposed to last six hours and the thin one two hours less. When he finally went to sleep, the thick candle was twice as long as the thin one. For how long did Raja study in candle light?

4 5802

main() printf("%d",-1<<4);

4 4959

#include int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 5816

There are two lights one is green another one is red. green blinks 2 times per a minute, red blinks 3 times per 2 minutes. If two lights are start at same time how many time they blink together in 1 hours.

7 7579

P pages read in d mins after day p+1 pages read in d+1 mins last day 379 pages done in 317 mins find p+4

1984

Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1086

Post New Zoho Interview Questions




Un-Answered Questions

What is the boiler bank position?

1947


how to test load test and block box testing an a web based application pls give ans briefly

1329


What are the Problems with watermarking?

1308


What is an application group and why would I want to use it ?

448


What are the most important google ranking factors?

475






What is the size of Get method and how much data it can store?

549


What are the different types of control structures?

558


How can you use technology to solve problem?

1581


Which System variable is used to read the data from your CSV/ Text File?

33


Why do we need spring batch?

154


Can you put javascript in html?

446


How can we find database related issues?

606


How to recover a dropped table in oracle?

584


Explain @synchronized ,@dynamic

1278


What is the difference between decimal and integer?

495