My ZOHO Interview Fresher Experience -2020- Software Developer

Gopinath
Nov 6, 2020

Interview Pattern

  • L1 interview
  • L2 interview (technical)
  • L3 interview (technical)
  • L4 interview(optional)
  • HR interview

Level 1 interview (Online Test):

  • Aptitude Questions
  • Reasoning Questions
  • Pie Chart Questions
  • Pseudocode Questions (Test your logical mind )
  • Verbal Questions

Level 2 interview:

Due to lockdown, this happens in virtual. But on the other interviewer asks questions and you need solve on any online compiler. In the L2 questions asked are

  • Find a palindrome string
  • Find a Palindrome using linked list
  • Reverse only alphabets : I/P : “ABC12@ER2” O/p : “REC12@BA2”
  • Dynamic Programming related to cricket(little bit tough) : To find of scores of two player including wicket, dot ball.

Level 3 interview:

Programming questions 270 hrs — 5 Questions

Q1 . n =3 Print the Output (^ means Space)

^^A^^

^BCB^

DEFED

Q2. n=5 Print the Output

5 6 15 16 25

4 7 14 17 24

3 8 13 18 23

2 9 12 19 22

1 10 11 20 21

Q3. Print the occurrence of number in array ( If two numbers have same occurrence then arrange in ascending order)

I/p :

n = 5

[1 2 3 3 4 4]

O/p :

3 = 2

4 =2

2 =1

1 =1

Q4. Find the minimum and maximum sum of size m in an array of size n.

Q5. Sort diagonally in m*m matrix

Further round will update here. Stay connected. Be prepared.

Follow : Gopinath

Linkedin : www.linkedin.com/in/gopinath2018

Check out my other interview Experiences too :) Remember this is temporary phase.

--

--

Gopinath

Aspiring Engineer interested to work in cutting edge technology