Tip 1 : Keep you DSA skills polished, it is asked in every interview, you can't escape it.
Tip 2 : Core subjects could be prepared in 1 to 1.5 months max, even if you never paid much attention in your college.
Tip 3 : Try to give mock interviews before your placements. It helps you maintain fluency in you conversation. Sometimes you know the answer but you fumble when asked the question because you could not pick the right words to present the answer.
Tip 1: Have at least one project in resume for internship application and at least 2 for full time application.
Tip 2: Mention any clubs or position of responsibility or any other extra curricular activity you were involved in your college on your resume. Some company notice those besides your technical skill.



1 2 3 4
5 6 7 8
1 9 2 3
In this example, the maximum value is 8 (mat[2][1]-mat[0][0]).



1. If any two numbers have the same count of set bits, then in the sorted array they will appear in the order in which they appear in the original array. For example, let the array be { 2, 4, 3}, in this case, both 2 and 4 have the same number of set bits so the answer will be {3, 2, 4} and not {3, 4, 2}, because in the original array 2 appears before 4.
2. The array may contain duplicate elements.
Tip 1: use comparator in standard sort functions.
Tip 2: Learn basics of bit manipulation.
Discuss the future of automatic vehicles.
Discuss the future of automatic vehicles.
Told my name and started with the discussion. Told about how technology has advanced in automobiles sector. I shared my views on how I feel automatic vehicles are imminent in future.
Typical HR questions were asked
How do you manage your time in your day to day life.
Tip 1: Prepare for similar HR questions beforehand
Tip 2: Try to be realistic

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?