I applied online. I interviewed at MAQ Software in Oct 2020
Interview
I applied off campus and gets a mail for online test. First round was online test technical objective questions and 4 coding questions. 2 online technical interview and 1 HR interview.
Interview questions [1]
Question 1
1. real life example of class and interface
2. Some question on OOOPs concept
3.differece between Recursion an DP
4. write code for finding node in Binary Search tree whose difference with a given number is minimum.
5. Write sql query, given 2 table customer(cus_id, name) and order(order_id, cus_id, date) print the name of customer who ordered maximum in last 1 month.
6. correct order of having,groupby,orderby.
7. Sql is most important.