Tip 1 : Take mock interviews with friends
Tip 2 : Be strong with implemention
Tip 3 : Practice aptitue as well
Tip 1 : Don't make resume too lengthy.
Tip 2 : Only put those skills in your resume on which you are confident
Guess the output and aptitude questions (2 hours)
Pattern programming round (30 minutes)
After coding, we have to create a GitHub repository and share the code link to Zoho before the time runs out. And I know that this looks new and not a lot of people get this additional round.
Given some pattern problems to solve
C++/Java on any code editor with screen share and video call for rounds 3 and 4.
1. All the elements are in the range 0 to N - 1.
2. The elements may not be in sorted order.
3. You can return the duplicate elements in any order.
4. If there are no duplicates present then return an empty array.
1. The length of each array is greater than zero.
2. The first index of each array is the most significant digit of the number. For example, if the array A[] = {4, 5, 1}, then the integer represented by this array is 451 and array B[] = {3, 4, 5} so the sum will be 451 + 345 = 796. So you need to return {7, 9, 6}.
3. Both numbers do not have any leading zeros in them. And subsequently, the sum should not contain any leading zeros.
This was the final round for me
Explain the difference between group and team. Are you a team player?
What is your ideal company or workplace?
Tip 1 : Prepare some answers to all hr questions so that you don't have to think on the spot
Tip 2 : Be confident while answerring
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?