Tip 1 : Consistency is the key during preparation
Tip 2 : Hands - on practice is must as it helps a lot during interviews
Tip 3 : Always start from understanding the basics instead of mugging up things from internet.
Tip 4 : Chose your final year project wisely , your interview round has high chances of being revolving around your project
Tip 1 : You must include at least 2 projects , it shows your hands on skill, a piece on which you have worked .
Tip 2 : Include the certifications (if any) only if you are aware of that subject , you can expect questions on that particular tech - stack .



Consider the arrays as ARR = { 9, 5, 8, 4, 6, 5 } and BRR = { 8, 4, 5 }
The output for the above example is { 8, 4, 5, 5, 6, 9 }.
Elements of ‘BRR’ are non repeating.
Step 1 :
Step 2 :

Let‘N’ = 3 , ‘K’ = 1 and ‘DEPENDENCIES’ = [ [1, 2] [2, 3] ].

In this example, if you want to take ‘COURSE_3’ then first you have to take ‘COURSE_2’ in the previous semester. If you want to take ‘COURSE_2’, then first you have to take ‘COURSE_1’ in the previous semester.
The value of ‘K’ is 1 which means in a semester we can choose at most 1 course.



Let the given sentence be: [ “what”, “must”, “be”, “shall”, “be.”]
And L=12.
The justified output will be :
[ “what must be”
“Shall be.” ]
Note that the last line is only left justified.



Down: (row+1,col)
Right: (row, col+1)
Down right diagonal: (row+1, col+1)


Tell me about yourself.
What is your educational background?
Explain your final year project
What was your role in the team that made project?
Are you ready to relocate?

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