Open In App

Zoho Interview Experience (Feb 2021)

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1: In first round a program was given to solve. 

  1. Pattern printing problem.

    They will give any word as input for ex: WATER. This should be printed as

            T
           TE
          TER
         TERW
        TERWA

I cleared the first program and moved to the second round.

Round 2: In second round the interviewer gave two programs to solve.

  1. Alternate Sort
    Ex : 
    
    INPUT : 
    1,2,3,4,5,6,7 (will be in any order)
    
    OUTPUT: 
    7,1,6,2,5,3,4
  2. Problem based on merge sort(Time complexity & space complexity important)

I was rejected in second round. I solved 1st problem, but the interview expected me to solve the problems in less amount of time.


Last Updated : 08 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads