Tip 1 : Practice RS Aggarwal book
Tip 2 : Ex- Do atleast1 projects
Tip 1 : Mark your percentage
Tip 2 : Mark your skill set
- Morning time
- Environment was good.
- No activity
- Interviewer was good


Input: ‘N’ = 2, ‘P' = 30, ‘X’ = 29
Output: 1
In this case,
The probability to reach point ‘2(=N)’ while wearing the magic boots is
‘P/100’ = 30/100 = 0.30 i.e. 0.30 > (‘X/100’ = 29/100 = 0.29). Hence the output will be ‘1’.



N = A^3 + B^3.
1. A should be greater than or equal to one (A>=1).
2. B should be greater than or equal to zero (B>=0).
3. (A, B) and (B, A) should be considered different solutions, if A is not equal to B, i.e (A, B) and (B, A) will not be distinct if A=B.
step 1 - We know that any number m that satisfies the constraint will have two distinct pairs (let's say (a, b) and (c, d)).
step 2 - Since m < n, we can say that a, b, c, and d are less than n1/3.
step 3 - Now for every distinct pair (x, y) formed by numbers less than the n1/3, store their sum x3 + y3 into a set.
step 4- If two pairs with the same sum exist, print the sum.



Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]
Output: 11
Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].



What is Deadlock?
Answer -
step 1-All the players are indicated by an line below the number, all the points which colored black above the number line is suitable for the team division, but we need to consider the only integer co-ordinates, so there are 4 {-2,-1,0,1}.
Note that while considering -2, we can decide which side we want to keep player at -2 and for division we will consider him on left.
step 2- Second test case:
Both the players are at 2, so the point we can choose is 2, we can decide to keep one player on left and one player on the right.
- Morning time
- Environment was good.
- No significant activity
- Interviewer was very strict
Tell me about yourself
Where do you see yourself in five, 10 and 15 years?
What do you like to do outside of work?
What is your dream job?
How do you handle stress?
Tip 1 : Speak as much as you can
Tip 2 : Practice in front of mirror
Tip 3 : Deep dive into answer should be hands on

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: