1 Technical -
1 hour interview 2 person
First Person -
Normal .Net questions followed by programming questions delete a node from linked list from a given index from the back complexity O(n)
Second person -
One programming question only LC problem
Given an array calculate the next day where temperature is greater if not then -1;
for ex; [2,4,5,1,7,7]
ans - [1, 1, 2,1,-1,-1]
Explanation - 4 -2 = 2 greater then 0 go for index 1 - 0 =1;
2 Round Managerial
System Design student class subject table and score. Then need to create couple of APIs
Need to do everything on VS including DB context with layered architecture.