Q1. What is Abstraction? Q2. What is Data Hiding? Q3. How to implement Abstract Class? Q4. Implement Exceptional Handling in React? Q5. Find Digit Frequencies (Easy)
Junior Net Developer Interview Questions
4,945 junior net developer interview questions shared by candidates
Most of the questions were on SQL server with self joining queries.
related to .NET MVC like partial view, custom error page, teampdata, session,filters etc.
Mvc, web api, Dotnetcore, Database
What is the difference between a union and a union all?
Oops, DI, Delegates, Extension Methods, Middleware, Generics, LINQ, SQL basic questions
Do reverse string in c#.
Questions on projects, python , sql
What will be printed to the Console at the end of this code? int global = 0; Thread t1 = new Thread(() => { int local = 0; while(global < 3) { local += 1; global += 1; } Console.WriteLine(local); }); Thread t2 = new Thread(() => { global += 1; }); t1.Start(); t2.Start();
3 rounds (TR + MR ) Opps and c# details in depth. SOLID principles Angular observables .NET Core
Viewing 4841 - 4850 interview questions