Tip 1: Spend more time on Java basics.
Tip 2: Have a strong command of DBMS notations.
Tip 3: Try to build at least one project using Java.
Tip 1: Mention your experience with Java.
Tip 2: Ensure your resume accurately reflects your true experience.
It was a 90-minute round, divided into two parts: 60 minutes for 40 MCQs and 30 minutes for 2 coding questions. It was compulsory to attend both parts.



You can use swap operation over any two indices i,e you can choose two indices 'i' and 'j' and swap the digits present at S[i] and S[j]. But this operation can be used only once.
Your final even number should be the largest out of all other possible even numbers.
If it isn’t possible to make an even number print -1
Tip 1: Strong grip on basic mathematics
Tip 2: Make sure you know the loops
Tip 3: Try coding questions on coding platforms as this question was from there itself.



If the given string S = “abcbaacd” and k = 2. In the first operation, we will remove ‘aa’ from the string. After that, we will concatenate the left and right strings as the resultant string will be “abcb” + “cd” = “abcbcd”.
Tip 1: Try to use string functions
Tip 2: Try to have strong Java basics
Tip 3: Practice easy questions.
It was just a formality as I was asked about my family and background.
Where do you live?
Are you comfortable in working different shifts?
Please answer yes.

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