Zoho Interview Experience (May 2021)
Round 1: In the first round, 10 C questions and 10 aptitude questions were asked. I almost solved 15 questions and made it to the second round.
Round 2: The second round was for 100 marks. You must score a minimum of 60 marks to make it to the third round. 2 programs – 30 marks. 2 programs. 15 marks and 1 program 10 marks.
Asked Programs are given below:
- Print numbers in words.
For ex: Input: 1234 Output: One thousand two hundred and thirty-four. (10 marks)
- Different times in a day will be given as input
For ex: 12:30:41 hh:mm:ss 10:15:20 24:01:05
You have to find the minimum difference between two times and display those times and the difference. (30 marks)
- Three strings will be given as
Input string 1: I walk everyday in the morning. 2: I run everyday in the evening. 3: I swim everyday in the night. Output: I everyday in the
i.e The common words in three strings must be printed (30 marks)
- Reverse words in a string ex: Dog barks output: god skrab.(15 marks)
- Check if two strings are a rotation of each other
Ex: str1: helloworld str2: ldhellowor Output: YES str1: vicky str2: cvkyi Output: NO (15 marks)
I couldn’t clear but the experience was good. Solve all the problems in Zoho archives GeeksforGeeks to clear this round.
Please Login to comment...