Tip 1 : Whenever you get an interview call make sure to read other interview experiences of that company and do company wise preparation.
Tip 2 : At the last moment dedicate your time in revising the concepts you already know .
Tip 3 : Be thorough with the projects you have mentioned and revise theory subjects .
Tip 1 : Description about Project should be clear, understandable and in bullet point with tech used being mentioned properly. Link of a hosted project should be there with the project along with the links of coding platforms
Tip 2 : Mention Only those skills in the resume which you are confident about .
This round had 3 hard level coding questions . And all questions were based on Dynamic Programming . Each question was of 100 marks . And the cutoff for this round was 105 marks from total 300 marks .

Let’s say the array ‘L’ = [1, 3, 4, 5] and 'K' = 2 then after bombing at position ‘2’ with a bomb of power ‘1’, enemies in the range [1, 3] will be destroyed. So the remaining enemy will be at position [4, 5]. These two can be bombed by placing another bomb at position '4'. Hence, the power is '1'.



More than one sub-array can have a maximum sum, in that case, output any.


Seats 3,4 and 7,8 are considered as not adjacent to each other.
There is an exceptional case in which seats 3,4 and seat 7,8 are considered to be adjacent and Ninja can split the group from the middle and assign seats to two people on each side.




153 = 1^3 + 5^3 + 3^3.
Therefore 153 is an Armstrong number.

You are given ‘exp’ = 1*2+4*5+3, here the minimum and maximum value of the expression occurs when , (1*2) + (4*5) + 3 = 25, and 1*(2 + 4) *(5 + 3) = 48. Hence the answer is [25, 48].
Explain 2NF normalization.
Tip 1 : Make notes of DBMS while studying .
Tip 2 : Revise those notes before the interview.
Tip 3 : Go through the most asked Dbms interview questions.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: