Tip 1 : Try to write clean code follow coding ethics to write code and try to also explain interviewer with basic approach to optimal approach give justification of using your optimal approach.
Tip 2 : Explain the code time and space complexity and explain each and every approach. In HR interview explain your project by adding some technical concepts and technologies in your pitch.Be confident no matter how small your project is and explain the work done in previous organisation while giving introduction just make some description of work.
Tip 3 : Practice upto 250 questions with different questions topics.Go through notes of DBMS, OS, OOPS, Algorithms.
Tip 1 : Make it one-page resume.Use some technical words in introduction. Add relevant experience with short description.
Tip 2 : Use technical concepts and words, make it professional, add relevant skills that don't overlap skills.












You can use any string of A multiple times.
A =[“coding”, ”ninjas”, “is”, “awesome”] target = “codingninjas”
Ans = true as we use “coding” and “ninjas” to form “codingninjas”




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?