Tip 1: Focus more on .NET Core concepts.
Tip 2: Have thorough knowledge of sorting and searching algorithms.
Tip 3: Be able to create logical stored procedures and functions.
Tip 1: Keep it short and clear.
Tip 2: Mention your project details in detailed points.



Implemented linear search, checking every element from beginning to end with O(n) complexity.
I was asked to design LLD and HLD for the library management system.
I was asked about the correct steps to deploy an application from the development server to the pre-prod server, followed by the production server.

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