Skip to content

Tag Archives: Zoho

I applied for Zoho Corp Chennai for an On-Campus drive. There were a total of 3 rounds. Round 1 (Aptitude and coding output ): It… Read More
Hello Everyone, I would like to share my Zoho Grad studies Interview experience which was held in December 2022. The interview process consists of 3… Read More
I applied for the Zoho Off-Campus Drive for the Software Developer role in July 2022. A week later I got the mail for the first… Read More
First Round: It was an online round of 20 MCQ questions in which 10 questions were based on aptitude and 10 questions on C programming… Read More
Hello everyone, I applied for the Zoho off-campus drive (Software developer role), the interview process had 5 rounds with questions getting difficult as you progress… Read More
I am a Software Engineer with 2+ yr of experience. I had an off-campus round of Zoho. I got rejected in the third round of… Read More
Given a square matrix, turn it by 90 degrees in anti-clockwise direction without using any extra space.Examples :   Input: Matrix: 1 2 3 4 5… Read More
Given a sorted array of positive integers, rearrange the array alternately i.e first element should be the maximum value, second minimum value, third-second max, fourth-second… Read More
Given a matrix, clockwise rotate elements in it. Examples: Input 1 2 3 4 5 6 7 8 9 Output: 4 1 2 7 5… Read More
Given a matrix, clockwise rotate elements in it. Examples: Input 1 2 3 4 5 6 7 8 9 Output: 4 1 2 7 5… Read More
Given a matrix, clockwise rotate elements in it. Examples: Input 1 2 3 4 5 6 7 8 9 Output: 4 1 2 7 5… Read More
Given a matrix, clockwise rotate elements in it. Examples: Input 1 2 3 4 5 6 7 8 9 Output: 4 1 2 7 5… Read More
You are given an array of 0s and 1s in random order. Segregate 0s on left side and 1s on right side of the array.… Read More
You are given an array of 0s and 1s in random order. Segregate 0s on left side and 1s on right side of the array.… Read More
Given an unsorted array of integers, sort the array into a wave like array. An array ‘arr[0..n-1]’ is sorted in wave form if arr[0] >=… Read More