Tip 1 : Cracking interview is easy. All that is important is being confident, be confident during interview and practice some mock interview.
Tip 2 : Don't give one word Answer, try to give practical example on every question if possible.
Tip 3 : Highlight your college project and make sure you are well prepared with the architecture of your project(like tech stack, DB, Ui things and all).
Tip 1 : One of the key resume writing tips is to explain your past duties through bullet points. You should write roughly five bullet points for each position.
Tip 2 : Your hiring manager wants to know about your strengths and skills (as long as they’re relevant to the job), so make it easy for them to see that information on your resume. Create a separate skill section and list 5 or 6 key ones.
It was basically to test dev skills and problem solving. Interviewr was very nice and my interview was mid day. It went around 1 and half hours.
How to design an Api and what are the basic components of an Api in springboot.
Tip 1: You should have practice on making API, So you can refer GFG for practicing.
Tip 2: What some tutorial for mock interviews, that helps a lot to clear concepts and also gives idea about what kind of questions can be asked.
Tip 3: I f you don't know any answer just say No, don't try to guess, beause they are smart enough to catch.


‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Tip 1: Stick to basics , don't go to deep in DSA for such kind of organisation, they basically focus on basics and your dev skills
Tip 2: try to speak while writing code.
Tip 3: Expalin your logic first then proceed for solving question.
Contains both Managerial and HR, Manger was quite funny and it was a very good interview.
you have given a table, where by mistake a developer made a wrong entry, like he metioned male as female and female as male, how will you rectify it?
Tip 1: Solve DBMS problem as well, it is on trend now they focus a lot.
Tip 2: Be friendly and try to answer straight forward.

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?