Tip 1 : Definitely practice DSA.
Tip 2 : Do some basic development.
Tip 3 : Be ready to explain your projects.
Tip 1 : Don't clutter skills section.
Tip 2 : To the point and precise.



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



Given 'NUM' : 1.75
Irreducible fraction can be represented as 7/4.
Note that 14/8 = 1.75 as well, but 14/8 is not an irreducible fraction.
In order to preserve precision, the real number will be given to you in the form of two strings : the integer part, and the fractional part.
The integer part will contain not more than 8 digits, whereas the fractional part will always contain 8 digits.



[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.



You need to modify the given tree only. You are not allowed to create a new tree.
For the given binary search tree

11 will be replaced by {15 + 29 + 35 + 40}, i.e. 119.
2 will be replaced by {7 + 11 + 15 + 29 + 35 + 40}, i.e. 137.
29 will be replaced by {35 + 40}, i.e. 75.
1 will be replaced by {2 + 7 + 11 + 15 + 29 + 35 + 40}, i.e. 139.
7 will be replaced by {11 + 15 + 29 + 35 + 40}, i.e. 130.
15 will be replaced by {15 + 29 + 35 + 40}, i.e. 104.
40 will be replaced by 0 {as there is no node with a value greater than 40}.
35 will be replaced by {40}, i.e. 40.
-Tell me something about yourself in brief
-Describe who you are? or Tell me about your background.
--What are your strengths and weaknesses?
-You have not done your PG yet. This is not a drawback, but don’t you think you should get a PG degree asap?
-You have changed jobs/jumped ship too many times already, why so?
-What are your strong points? or What are your strengths?
Tip 1 : Give mock test
Tip 2 : Answer with flow
Tip 3 : Keep communication good

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL clause is used to specify the conditions in a query?