Write in the paper an algorithm to merge two arrays into an ordered new array.
Senior Net Software Engineer Interview Questions
130 senior net software engineer interview questions shared by candidates
Interview Process was good there was an objective type test which was very simple questions like json syntax , Sql query of where clause producing outputs c# syntax. Next Round with Project Manager he didn't ask me most common interview questions like oops ,mvc,sql. He only want to see the experience he is discussing in deep whatever he asked for e.g- He asked ViewState (Why is it client side technique) we do not write this on aspx we write it on code behind like session then why is it client side we can't use viewstate like hiddenfield to change the value of a field on aspx using javascript then how is it client side. Also he asked when to use one data type over another like char ,nvarchar and varchar and text datatype. Also asked how to load datatables on server side (for Paging Scenario).In Web Api PUT vs POST.
my experience with dotnet core.
Static Class ABC { static abc() { } public Abc() { } } what will be the output?
Finding max salary and one more query find last three records using sql query.
Bookmyshow Ticket Booking DB Design
There was a class containing 3 constructor - 1 static, one default and 1 parametric constructor. Created a default object(sample sm= new sample() ) of the class in main function and then one parametrised object. Options were to check which order of construction call is correct.
First assessment was related to basic maths and logical reasoning questions which are asked in government exams.
.NET MVC, Web API, C#, SQL SERVER, OOPS- MVC life cycle, Bundling, minification, abstract-interface, stored procedure optimizations, views and layouts, web api. Swiss client asks most of the questions that you had in the previous rounds + your behavior in a team or in code review sessions, the best practices you follow in coding etc.
If a static variable in one class enclosed in an assembly is being referred by two different assemblies, would the change in static variable caused by one assembly be reflected in the other assembly. Assume all the assemblies are getting executed in one process. Same question was repeated for singleton class as well instead of static variable
Viewing 11 - 20 interview questions