Tip 1 : Focus on DS.
Tip 2 : Core Subjects
Tip 3 : Should be through to your project.
Tip 1 : Know your resume by heart.
Tip 2 : Mention only the projects you have worked on, not your friends! Believe in quality not in quantity
Transaction problem
Tip 1: Learn the relation
Coding round



‘N’ = 3, ‘coins’ = {1, 2, 3}, ‘freq’ = {1, 1, 3}, ‘V’ = 6
For the given example, we can make six by using the following coins:
{1, 2, 3}
{3. 3}
Hence, the answer is 2.
DP



A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.
The expected output for this example will print, 'true'.
even/odd/palindrome concept
All about resume
What was your approach to the project
Tip 1 : Stick to the point
Tip 2 : Stay solution-oriented not problem oriented
Tip 3 : Draw a conclusion at the end.
telephonic common question discussion
Tell me about yourself
Tip 1 : Learn the answer.
Tip 2 : crisp an short
Tip 3 : cover from your secondary, senior secondary education , then come to college background and then your interests and your aspirations.

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?