Tip 1 : Don't panic
Tip 2 : Take your time
Tip 3 : Think on question they want the process not the ans
Tip 1 : Crisp and to the point
Tip 2 : Have skill set which they want
Coding questions and some conceptual also , it was held at noon around 3pm and i gave it from my home.Interviewer was cool.

Input: ‘N’ = 3, ‘M’ = 3, ‘A’ = aba, ‘B’ = aab
Output: 3
One of the valid strings with minimum cost after merging ‘A’ and ‘B’ is ‘aaabba’. The order of characters of string ‘A’ as well as ‘B’ is maintained in the string ‘aaabba’ and the cost of this string is (1 + 2) = 3.



Can't say anything as i even don't know the question.
Design a forum-like systems like Quora, Reddit or HackerNews.

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?