Tip 1 : Do coding regularly give atleast 2 to 4 hours
Tip 2 : Do revision in weekend
Tip 3 : Do atleast 3 projects for specific Tech.
Tip 1 : Have good projects
Tip 2 : Make resume Simple and effective
It was really tough like we have a couple of questions related to Reasoning , Nonreasoning, Aptitude and in final coding questions of different Tech.
It was very challenging, especially in a short time interval.



As the answer can be large, return your answer modulo 10^9 + 7.
Can you solve this using not more than O(S) extra space?
Like this is first round so the interviewer ask me about different concepts of oops like virtual function, overloading etc and ask me different dbms queries and
As a profile is of framework engineer so they ask me basics of Html ,css and they give me code to make a form using javascript.
And in DS ask me to solve a problem



M*M = M
This round is like mixup of HR and Tech round
As they ask me about all the projects and want me to explain all of them one by one then they ask about their profile and company
After that they tell me i will get a mail regarding i m selected or not.



a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?