Tip 1 : If you are going with experience, try to cover all tech skills from your previous work exp.
Tip 2 : Also prepare the topics according to your role applied.
Tip 3 : In Maveric they are asking questions about Java, SQL, and Banking domain.
Tip 1 : Make your resume short and clean.
Tip 2 : Don't put unnecessary skills which you are not aware of. Make the resume max 2 pages.
Telephonic Round.
Asked related questions about my previous exp.



they will give 1 coding question related to your applied role.



Input: 'arr' = ["x", "xx", "y", "xyx"]
Output: 3
Explanation:
The longest possible string chain is “x” -> “xx” -> “xyx”.
The length of the given chain is 3, hence the answer is 3.
Initialize and Declare Variable for Longest String
Loop through the array
Find the length of each string
Determine if that length is the largest we have seen so far.
Replace the longest/largest variable with the arr as long as the length is greater than the variable.
Return longest/largest string.
Managerial Round. Mostly it will be a managerial round. They will ask mostly related to your previous work exp.



You are given ‘N’ = 20, and the hidden number is ‘8’. You won't have access to the hidden number and you will have to guess the number ‘8’ using the higherLower function and print it.
HR Round. Mostly in this round, they will discuss your expected CTC and DOJ details.
Tell me about yourself.
Why you want to join Maveric
What is your biggest strength and weakness?
What is your expected CTC etc?
Tip 1 : Be active all time in this round.
Tip 2 : Try to answer all the questions without any nervousness.

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