Open In App

Zillious Interview Experience | Set 1 (On-Campus)

Improve
Improve
Like Article
Like
Save
Share
Report

Recently Zillious Company visited to our Campus…

First round–
there was an online coding on codechef…there were 3 question…type on google–

1) Pour1 codechef (open first link..)

2) Valid parenthesis codechef(open first link…)

3) I don’t remember third question… but this was something related to stack question…

I made two codes…and i was selected for the further rounds…they shortlisted 17 peoples…

2nd round–
I went to room and gave my resume to the interviewer..and after that the interviewer asked me directly question…

1) given an array of words u have to tell all the anagrams of the word...

example-- A[] = {"dog","hear","earh","god"};
        
         output--- dog-god
                  hear-earh

I gave 3 solution to the problem. The discussion went on for 1:30 hour on this question. The interviewer wanted me to optimized solution.

After this round only three people were there for the third round..

3rd round—
I went to the room and the interviewer directly asked me one question without knowing about me…

1) you are given the two strings and you have to check that these two strings are interleaved with the third string…(this is dp problem check on geeksforgeeks)

I gave first recursion solution and after that he told me to code and explained the code… after that he told me to optimize the solution… and after that i gave him dp solution.. he was satisfied with that….

2) he asked me another dp problem.. u are given a string u have to break a string into meaningful words..and u are also given dictionary against that u have to check that…(check on geeksforgeeks)

I gave recursion solution and dp as well…

4th round—
1) in this round i was asked one puzzle. dont remember fully.. but something related with men and horse and u have to correct the time of the watch which is on hill… something like that…i asked for the hint … he gave me some hint … after that i came to the solution..

there was no HR round…

all the recruiter were helpful… the interview went good….

To get into this company you should have good coding and good understanding for the puzzles as well…

hope this would help you people…


Last Updated : 15 Oct, 2015
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads