Tip 1 : Do atleast 5 questions of DSA daily
Tip 2 : Must focus on Core subjects (OOPS,System Design,DBMS)
Tip 1 : Project details should be clarified.
Tip 2 : Never put false things on resume
There were 20 MCQ question based on DSA, OOPS ,output based questions etc and two medium level coding questions.
This was basically an Interview round with mainly focusing on problem solving statements and Some of SQL queries like Join,truncate etc.



If the given array is [1, 3, 2], then you need to return [3, -1, -1]. Because for 1, 3 is the next greater element, for 3 it does not have any greater number to its right, and similarly for 2.
Step-1: Initialise a stack of Integer and put the last element of the array.
Step-2: Take a for loop from (arr.size()-2 to 0) and then calculate the maximum element to the right.
Step-3: Put the values in a new array.
Step-4: return the answer array.


Input: [1,2,3,4,5]
Output: [5,4,3,2,1]

This is basically the HR round. Where the answers related to relocation, and basic hr questions like why Infosys and all.
1. What are your strengths and weaknesses?

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: