Me postulé a través de otra fuente. El proceso tomó 1 día. Acudí a una entrevista en Zoho (Chennai) en feb 2017
Entrevista
1st round - pen and paper test
It consists of 3 sections(10+10+5=25questions)
Mostly on C, to find o/p or error of given program(even for 2+ years Java experienced candidates also)
out of 25 --> 3-aptitude, 3--> Basic Java, and remaining are all on C,C++,
2nd round they gave a laptop and a question paper with 5 questions. Out of 5 any 2 we need to write code, execute and to show the o/p with no errors within 1.5 hrs
I completed only 1 :(
Preguntas de entrevista [1]
Pregunta 1
aptitude are from number series and mixtures,
C,C++ are from pointers
Java from Threads,
In programming round they asked,
Program to print matrix in spiral form,
Program to reverse vowels alone in a given string
program to push all zeros to right side in an array and order should be maintained
program to print name in a list like below
if list contains 10-20 strings and if input is like c*i o/p should print all string in a list contains words starting with 'c' and ending with 'i'
eg:
list = [chennai, covai, madurai, delhi, dubai, mumbai]
then if i/p = c*i o/p-->> chennai, covai
if i/p = d*i o/p --->> dubai, delhi
Me postulé en persona. Acudí a una entrevista en Zoho (Chennai) en ene 2026
Entrevista
Round 1 : General Aptitude: Topics include Time & Work, Profit & Loss, Ratios, Percentages, and Logical Reasoning.
Round 2 : 8 DSA Questions
1. Longest Subarray With Limited Difference
2. Decode String
3. 3Sum
4. Valid Parentheses
5. Longest Substring Without Repeating Characters
6. Group Anagrams
7. Task Scheduler
8. Minimum Window Substring6. Group Anagrams
Round 3 : Build a Social media app with follow and comment feature in terminal output
Preguntas de entrevista [1]
Pregunta 1
1. Longest Subarray With Limited Difference
Problem
Given an integer array nums and an integer k, find the length of the longest contiguous subarray such that the absolute difference between the maximum and minimum elements in the subarray is less than or equal to k.
2. Decode String
Problem
Given an encoded string, return its decoded version.
The encoding rule is:
k[encoded_string]
The string inside the brackets must be repeated k times.
3. 3Sum
Problem
Given an integer array nums, return all unique triplets [nums[i], nums[j], nums[k]] such that:
i ≠ j ≠ k
nums[i] + nums[j] + nums[k] = 0
4. Valid Parentheses
Problem
Given a string containing only:
( ) { } [ ]
Determine if the string is valid.
A string is valid if:
Open brackets are closed by the same type
Open brackets are closed in the correct order
5. Longest Substring Without Repeating Characters
Problem
Given a string s, find the length of the longest substring without repeating characters.
6. Group Anagrams
Problem
Given an array of strings, group anagrams together.
Two strings are anagrams if they contain the same characters in a different order.
7. Task Scheduler
Problem
You are given CPU tasks represented by letters A–Z and a cooling period n.
The same task cannot run again until n intervals pass.
8. Minimum Window Substring
Problem
Given two strings s and t, find the smallest substring in s that contains all characters of t.
If no such substring exists, return empty string.
Return the minimum number of CPU intervals required to finish all tasks.
it consists of 5 rounds of interview. The first round is aptitude and the second round is debugging and the third round is problem solving. The interview is done in a clean manner.
Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Zoho (Nueva Delhi) en feb 2021
Entrevista
I am waiting for a 2k21 hiring process.
1st aptitude test is check for an a iq level
2nd technical round is check an a how I learn about programming
3rd HR round