Tip 1 : Be confident
Tip 2 : Should have intermediate coding skills
Tip 1 : Only mention those projects which you know very well as most of the questions are from that part
Tip 2 : Don’t lie on resume as they go though it precisely
The rounds has Logical reasoning, Data interpretation , verbal and 2 coding questions.



'str' = abcad and 'k' = 2.
We can see that the substrings {ab, bc, ca, ad} are the only substrings with 2 distinct characters.
Therefore, the answer will be 4.
They ask me about the coding questions and my final year projects.



a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.



Duplicate number is always present in the given array/list.
All situational questions
1. your strengths and weakness
2. Where do you see yourself after 5 years?

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