Tip 1: Focus on the basics.
Tip 2: Build your resume according to the job description and add skills and projects relevant to the job.
Tip 3: Solve problems on Code Studio or whichever platform works best for you; practice is necessary.
Tip 4: When going for an interview, keep the company's information in mind, such as what the company does. This impresses the interviewer.
Tip 1: Don't make a colourful resume. Use only Black or Navy Blue.
Tip 2: Make Different resumes for roles and add skills and projects according to them.
Tip 3: Do not make a resume more than 1 page.

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.



Second Highest Salary. (Practice)
It was after 30 minutes from the technical round. The round was in a good environment. The interviewer was Down to earth.
Introduce yourself briefly.
Why do you want to join us?
Where do you see yourself in 5 years?
Tip 1: Prepare the questions that you were unable to answer or partially answered in the previous Interview.
Tip 2: Focus on Memory management and Rest API, the interview was focused on this topic.
Tip 3: While answering be confident the interviewer sees how you approach the problem and if the method you use is correct not the answer.

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