Print * program. DBMS concepts C concepts OOP concepts Projects
Developer Net Interview Questions
8,174 developer net interview questions shared by candidates
Basic questions like introduce yourself, questions about project mentioned on your resume, some questions on sql,asp.net and other technologies mentioned on resume
.net and frond end questions
There were 4 timed sections. The first one was a series of narrative logic puzzles (which I acknowledge up-front that I am terrible at), the second and third were spatial reasoning puzzles (which I am usually pretty good at but who knows), and the final was a coding challenge. The coding challenge involved comparing two version strings, like "2.0.1" > "2.0.0"
what is private constructor and it's use
C#- oops, design patterns, list enumerable, static class, constructors, type casting SQL- sp vs function constraints, pk vs unique webapi -aunt vs autho, http AWS lambdas, catching blazor
You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees clockwise. 1 Example 1 Input: [[1,2,3],[4,5,6],[7,8,9]] Output: [[7,4,1],[8,5,2],[9,6,3]] 2 Example 2 Input: [[5,1,9,11],[2,4,8,10],[13,3,6,7],[15,14,12,16]] Output: [[15,13,2,5],[14,3,4,1],[12,6,8,9],[16,7,10,11]]
What is in use of sql that's it . They will blindly reject you if you will not answer.
Tell me a little about yourself in personally
What’s the difference between and when do you use IQueryable and IEnumerable?? What is dependency injection and how do you use it?
Viewing 6171 - 6180 interview questions