My experience with the Zoho interview felt intense from the start. The written test demanded quick thinking, and the programming challenges pushed problem-solving skills far beyond basic DSA.But the interview experience was helpful
I applied online. The process took 3 days. I interviewed at Zoho (Chennai) in May 2025
Interview
Aptitude was very difficult it was a game changer for all candidates.Scoring in aptitude will only lead to success of receiving mail for interview.So freshers need to prepare for both aptitude and coding questions.
I attended the Zoho interview last month, and it was a good learning experience. The first round was focused on coding, where I had to solve a set of programming problems within a given time. I cleared that round and moved on to the second round, which also involved more in-depth coding challenges. Although I gave my best, I got rejected after the second round. Even though I didn’t make it through, the experience helped me understand where I need to improve and boosted my confidence for future interviews.
Interview questions [1]
Question 1
Reverse a String or Number
Example: Write a program to reverse a given string without using built-in functions.
Find the Missing Number in an Array
Example: Given an array of size n-1 containing numbers from 1 to n, find the missing number.
Check for Palindrome
Example: Write a function to check if a given string or number is a palindrome.
Pattern Printing
Example: Print a pyramid, diamond, or number pattern using loops.
Find the First Non-Repeating Character
Example: Given a string, return the first character that does not repeat.