Tip 1 : Understand and practice basic DSA
Tip 2 : Manage dev equally with dsa
Tip 3 : Make a project which can show your knowledge and understanding of the above two points
Tip 1 : Keep it short and easy to read
Tip 2 : Add only those skill that you are really good at
It was an interview conducted by third party hired by Park+ .



You are given ‘str’ = ‘abbbbbbc’ and ‘K’ = 2, then the substrings that can be formed are [‘abbbbbb’, ‘bbbbbbc’]. Hence the answer is 7.
Used map and was able to solve it in one go, as this is a frequently asked question
What are ACID properties?
Design a URL shortener system
Basic Hr questions.
1. Introduce yourself
2. Strengths and weaknesses
3. Why do you want to join this company?
Tip 1 : Be confident
Tip 2 : Keep your intro short and honest.

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?