Tip 1 : Revise basic concepts of Data Structures and practice respective coding questions.
Tip 2 : Prepare all the topics mentioned in your resume
Tip 3 : Do a small project or sop based on your resume
Tip 1: Mention things in resume which you know and confident
Tip 2: 1-2 good projects or precious roles will be helpful
First assessment round was of 90 minutes on Mettl platform. It was online webcam enabled test with screen sharing.



If the given string 'STR' = ”I am a student of the third year” so you have to transform this string to ”I Am A Student Of The Third Year"
'STR' will contains only space and alphabets both uppercase and lowercase. The words will be separated by space.
Simply traverse the string and first indentify it is java variable pattern or c++. Then simply convert from c++ to java and java to c++ variable. by using if else condition and string concepts it can be solved easily.
Keep time complexity O(n) only

If ‘CH’ = ‘a’, then since it is a lowercase letter, your program should return 0.
Step 1 : sort the string using Collections in java
Step 2: used LinkedHashMap and stored keys as charactet name and value with their count
Steps 3: Print HashMap
First technical round. Online cam enabled interview with face showing. Interviewer was calm and made me feel relax.
Evening time
What is interface?
Tip 1: revise things mentioned in resume
Second technical round which test the in-depth knowledge of topics mentioned in resume.
Others things were same as round 1
Questions on exception handling, rest api, multithreading, MICROSERVICES, Kafka and java and oops concepts
Tip 1:Prepare well the topics mentioned in resume
15 minutes telephonic HR call to tell the results of previous rounds.
Salary negotiation + verification+ basic hr questions

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?