We have a lot of old windows applications that need to updated to new window applications. Can you do that?
Senior Software Developer Interview Questions
7,030 senior software developer interview questions shared by candidates
General question regarding kubernetes and containers. Few design question as any other software engineering role. All people came out as very smart people. Liked the vision of the company.
Q: Explain the generations of garbage collection in .Net.
About my previous job and the technical aspects I have gone through and what were the other service industry I have worked. I have been appointed as Software Developer. Have to go through some puzzles to be solved out.
Regarding exception handling, lot about interface and questions were asked regarding design patterns. I was given scenarios to solve. Questions about good/clean code. In total it was like 30-40 mins. and interviewer was quite friendly.
Basic questions about the subject
Take this code and try to explain what is the behavior...
What is OOP?
var funcs = {}; for (var i=0; i<3; i++){ funcs[i] = function(){ alert[i); } } for (var j = 0; j < 3; j++){ funcs[j](); } the code should print 0, 1, 2. but there is a bug, what is it and how should you fix it?
Given a code A wrote, putting the code in a given code B. there is the same parameter 'i' in A code & B code. the code doesn't work: 1. why? 2. how to fix. 3. how to make it generic
Viewing 421 - 430 interview questions