Tip 1 : Prepare your Core Subject
Tip 2 : A little bit DSA,
Tip 3 : Good communication skills
Tip 1 : Mention your workable Project
Tip 2 : Don't mention things you don't know
The MCQ +Coding round is in afternoon and Interview round is in evening



For the given binary tree

The maximum width will be at the third level with the length of 3, i.e. {4, 5, 6}.



If the given linked list is 1 -> 2 -> 3 -> 4 -> 5 -> NULL.
Then rearrange it into 1 -> 5 -> 2 -> 4 -> 3 -> NULL.



Consider if ‘N’ = 4, the Factorial of 4 will be the product of all numbers from 1 to 4, which is 1 * 2 * 3 * 4 = 24. Hence, the answer is 24.
Write a program or function that takes a non-negative integer N as input and calculates the factorial of N. The factorial of a non-negative integer N, denoted as N!, is the product of all positive integers from 1 to N.



Introduce yourself.
Why do you want to join us?
Where do you see yourself in 5 years?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?