Tip 1 : Lot of dsa practice
Tip 2 : theory questions of networking/OS
Tip 3 : yt tutorials on brute force/optimized for coding questions
Tip 1 : Be solid with whatever you put there
Tip 2 : 1 line descriptions of your projects/intern/trainings will help you get shortlisted



Input:
‘ARR’ = [-6,-3, 2, 1, 5]
If we take a square of each element then the array/list will become [36, 9, 4, 1, 25].
Then the sorted array/list will be [1, 4, 9, 25, 36].
Output :
[1, 4, 9, 25, 36].
We need to find the points from where the array value starts increasing. Once we reach that point then we can iterate the array in both the directions and merge it to new array.
It was at 9 AM in the morning. Your room should be empty and dress properly and keep water etc near you., because you can't leave the room during the interview. The interviewer was pretty experienced so didn't waste any time and told me to let him know whatever I don't understand, because until I wouldn't be able to solve the coding question, which was very relaxing.



1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then {2, -3, 1}, {-3, 2, 1} etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
It is very similar to the previous 3 Sum problem. Instead of looking of 3 numbers whose sum equals 0,You just look for smallest difference between the sum of the 3 numbers and "Sum".
Then I described the logic, and didn't need to code it since interviewer was convinced with the approach
Work experience | project management | initiatives in college
1. Were you part of any college society, if so what did you do during your tenure.
2. What was your role during your internship
3. how did you tackle conflicting perspectives in your team
Tip 1: These come with real experience
Tip 2: you can watch sample hr round interviews on yt
Tip 3: Convey your view with confidence

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: