Tip 1 : Study hard practice more and don't waste time.
Tip 2 : Be confident while giving the interview.
Tip 3 : Always believe in one thing that
Tip 1 : Write those things on your resume which you know in the technical part don't put false things.
Tip 2 : Always write the projects in the resume which you have made on the technology which you know.
It was the online MCQ round of 90mins and the web cam was on screen was shared and everything was being checked properly where questions related to quant , Ds, oops, java , html was there.



1. The integers x,y and z might not be distinct , but they should be present at different locations in the array i.e if a[i] = x, a[j] = y and a[k] = z, then i,j and k should be pairwise distinct.
2. The integers a,b and c can be present in any order in the given array.
It was a coding round of 120 mins where 2 types of question were given which were hard to solve and it was language specified that is we have to do it in java only.

Input: 'A' = 5, 'B' = 3, 'C' = 4
Output: 3
Here only three possible combinations are:
(7, 5) Transfer 2 apples to the first basket and 2 apples to the second basket.
(9, 3) Transfer 4 apples to the first basket and 0 apples to the second basket.
(8, 4) Transfer 3 apples to the first basket and 1 apple to the second basket.
Only above combinations for (A, B) satisfies the condition that all 'C' apples are used and ('A' > 'B')



1. If 'x' == 'y', both stones are totally destroyed;
2. If 'x' != 'y', the stone of weight 'x' is totally destroyed, and the stone of weight 'y' has a new weight equal to 'y - x'.
It was the interview round where zoom meeting was done of 30 mins and all the questions were being asked. How properly were be dressed was seen. The environment where we are giving the interview should be silent.
What is OS?
What is virtual memory?
What is round robin?
Tip 1 : Dress properly
Tip 2 : Be confident
Tip 3 : Improve your vocab while giving the answer.

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?