Tip 1 : practice previous questions
Tip 2 : attend mock interviews
Tip 3 : make your resume with good projects
Tip 1 : make it short and attractive
Tip 2 : mention only your top 2 or 3 projects
Timing 11 am to 12 pm
Enviornment - Home (Online)
Round 1 was a normal MCQ based exam, there were 50 MCQs in 35 mins based on DS, DBMS, OS, OOPS, Aptitude, CN, Html, Javascript. I was shortlisted for the next round.
Round 2 was a technical interview conducted on Google meet. The interviewer was so much friendly.
Introduce yourself.
Explain your project (as it was mentioned in my resume).
Asked a few questions about my projects, I answered all of them, and he appreciated that.
Questions on os cn dbms and oops followed by 2 data structures problem
Also questions about javascript, typescript, css and html.


For corner elements, we need to consider only one neighbour for comparison.
For the given array : 10 5 20 30 40 35 50

The red circle at index 1,5 are local minima because elements at index 1, and 5 both are smaller to its neighbours.
The green circle at index 0,4,6 are local maxima, because element at index 4 is greater than its neighbours, and element at 0, and 4 are corner elements and also greater than its one neighbour.



Consider the two strings 'P' = "abfyg" and 'Q' = "gabfy"
If we cyclically rotate String 'P' to the right once. The resulting string P becomes "gabfy" which is equal to String 'Q'.
Therefore it is possible to convert String 'P' to String 'Q'.
I was asked to explain my project and the difficulties I faced while implementing it followed by 2 coding questions.
Interviewer was very senior this time but helped me a lot during the process. Asked some sql queries like to find count of the books by their category had to use group by.



Asked me Tell me something about myself. She also described the way ZopSmart does business.
Tell me something about myself and basic behavioral questions. What are your hobbies? Are you a team player.
Tip 1 : Be calm and polite.
Tip 2 : Read about basic behavioral questions
Tip 3 : Read company overview

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?