Infosys .net Interview Questions
2022-Jan
Position :SSE ,Skills : Asp.net Core, C#.net , Oops, Design Patterns ,Sql Server
- How do you use dependency Injection in asp.net core ?
- Can you please explain DI container service lifetime ?
- Can you explain the concept of async programming in C# and give an example of how you have used it in a project?
- Can you write a sample Asynchronous programming code to serve the web api request ?
- how you would implement security in an ASP.NET Core web application and how can you handle authentication and authorization ?
- Can you give an example of how to implement a RESTful API in ASP.NET Core?
- Can you walk me through how you would implement unit testing in an ASP.NET Core application using xUnit or MSTest ?
- Can you discuss your experience with designing and implementing multithreaded applications in C#?
- Can you give an example of using delegates in C#?
- Can you write a sample piece of code to query a Employeecontext with dynamic parameters by using lambda expressions, let’s say I have dictionary variable
- Eg: Dictionary<string, string> employe=
- new Dictionary<string, string>();
- employe
.Add(
- employe
.Add(
- Can you explain how do you implemented security for web API ?
- Ans : I said like we implemented JWT tokens
- Can you walk through the how JWT token works ? and how do you validate the token is expired or not ?
- How do you identify from execution plan the query is not optimized ?
No comments :
Post a Comment