there will be 4 rounds ,coding round,technical round 1 ,technical round 2, Hr Discussions
followed by an basic to advanced concepts
Do you have experience in both .NET and Angular?
2. Do you have experience in writing test cases?
3. How do you write test cases in Angular?
5. Write an example of Custom Middleware in .NET Core.
6. Write a Backend Extension Method (C# extension method example).
7. SQL Scenario:
o Student table: student_id, student_name
o Marks table: student_id, subject, marks
Find the students who did not appear in English exam.
8. Rewrite the above SQL query using another approach (alternative query).
9. What is Closure concept (in .NET / TypeScript)?
10. What is the difference between Event and Delegate?
11. Can you write code to declare an Event?