Tip 1 : Practice DBMS queries(Specially aggregation ones)
Tip 2 : Study OOPS thoroughly and also study real life examples of various concepts
Tip 1 : Have some projects on resume
Tip 2 : Put relevant information and important information first
It happened at 4pm in evening. The platform was good. No technical issues experienced. It covered questions from Quantitative Aptitude, English,Input Output Questions, OOPS, a coding question.



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.
Happened on Microsoft teams. 2 coding questions on strings were given and some real life examples of OOPS concepts were asked. Then SQL queries were asked.
What is Polymorphism?. Give real life examples of Polymorphism in OOPS
Tip 1 : Go through OOPS concepts thoroughly
Tip 2 : Knowing real life examples of every concept is a must.



'str' = abcad and 'k' = 2.
We can see that the substrings {ab, bc, ca, ad} are the only substrings with 2 distinct characters.
Therefore, the answer will be 4.
I used a counter variable and initialized it to 0. Then on iterating through the string, I incremented the counter variable whenever the given character was encountered.
Interviewer was satisfied with the approach
Explain JOINS in SQL.
Tip 1 : Practice SQL queries(specially JOINS)
Tip 2 : Read Outer Join, Inner Join and their functionalities.
A situational and a behavioral round. Candidates were assessed on how they will react to certain situations. It happened on Microsoft Teams
How would you convey your disagreement to your manager on a certain part of a project?
Tip 1 : Tell whatever is the first thought
Tip 2 : Do not try to change your stance when quizzed. about it by the interviewer.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What can be the possible extension for the HTML5 file?