Tip 1 : Reseach past experience well
Tip 2 : Never be nervous
Tip 3 : Apply only when you are prepared with SQL and DSA
Tip 1 : Write your internship and project well
Tip 2 : be prepared with all the things you have written, even with the finer details.
MCQ and 1 coding question,Computer Science Fundamentals with Aptitude. and coding question was based on DP.


Subsequences of string "abc" are: ""(empty string), a, b, c, ab, bc, ac, abc.
1. Draw a 2D matrix.
2.Plot the subsequce and genereted pattern will get you answer for for loop.
It was a video call on teams during the day and the 2 interviewers were very helpful.



You can’t sell without buying first.
For the given array [ 2, 100, 150, 120],
The maximum profit can be achieved by buying the stock at minute 0 when its price is Rs. 2 and selling it at minute 2 when its price is Rs. 150.
So, the output will be 148.
1. Create a array,and two temp variable'
2. Travesese the array from left to right and find the local maximum from left to right and store in array at the index.
3. Traverse the array and find the maximum to index.
On a phone call, Basic introduction, extra curricular Activities, location preference and salary discussion.
Basic Introduction and previous experiences and journey till date
Tip 1 : Be honest
Tip 2 : Be confident

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?