Tip 1 : Created the project on MVC framework.
Tip 2 : Prepared from the internet.
Tip 3 : Read the interview question.
Tip 1 : Mentioned your education with GPA. Write down your skill sets.
Tip 2 : Write down the project you have done.
Asked about the data structure. Like Array, link list, Struct, Pointer, Binary search and few more. It was around 11 am. They had small-2 rooms for the interview.



1. First sort the array in ascending order.
2. Compare the previous and next element.
3. Add in the list.
Asked about the diff b/t array and structure.
Asked about the binary search.
Tip 1 : Given the diff between array and structure with datatypes.
Asked about my skills sets. Asked questions related the .Net MVC, C#, sql server and Java script. Interviewer was very polite and knowledgable.
1. Routing in .net MVC.
2. State management in MVC.
3. Filters in MVC.
4. Action Filters in MVC.
5. View engine in MVC.
6. How to handle multiple model on one View.
7. Validation in MVC.
8. OOPS concept
10. Closure in Java Script.
11. Data type in Java script
12. Seprade Operator in Java Script.
13. Bubbling.
14. Diff b/t SP and Functions in SQL server.
15. Types of joins in SQL server.
16. View in sql server.
17. How to increase Performance in sql server
18. Indexing in sql server.
Tip 1 : Read MVC interview questions. Working knowledge on MVC architecture.
Tip 2 : Read C# interview question. Working knowledge on c#.
Tip 3 : Working knowledge on SQL server and java script.
It was managerial round. Asked me about my current role, my journey as a software engineer. How i'm keeping myself update myself. How to handle conflicts. What is my expectations from company.



Shorts the binary tree.
Tip 1 : You need to look for rote node.
Tip 2 : The right node should be less than the parent node(root node)
Tip 3 : The left node should be greater than the parent node(root node)
How was your previous interview?
Tell me about your current organization.
What is your current salary?
What is the notice period of your current company?

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