Tip 1 : Focus of clearing basic about System designing . Why we use load balancers , proxy , different types of databases etc .
Tip 2 : Try to solve different type of patterns of questions as problem solving like greedy ,graph, backtracking ,tree etc .
Tip 1: Add project details of every organisation .
Tip 2:Add only those skill set on which you have worked not to just show on resume.
It was a technical face to face round . I was asked two coding questions . Interviewer was friendly and asked me to drive the interview .Overall I was able to solve the questions in asked time and got selected for next round .


If N = 50, then output will be 32.
If N = -50, then output will be FFFFFFCE.
This is a mathematical questions that we have solved in school time also . I approached the question in the same way and most importantly share my thoughts with interviewer .



If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
The consecutive count of every character in the input string is less than or equal to 9.
This is a very famous questions at leetcode . We can use normal String operation also and can use Stack also .
This was again a technical round on call . In this round questions were around Java , SpringBoot , Microservices etc.
How Spring boot application works , hibernate questions .
Garbage collector algorithims , string questions .
It was a hiring manager round . He discussed team fit questions like how to meet timelines , how to interact with team members etc.
1.How to resolve cross team dependecy .
2. Where you see yourself down the line after 5 years .
It was general interview not such technical .

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