Q: Explain the generations of garbage collection in .Net.
Desenvolvedor Senior Interview Questions
8,028 desenvolvedor senior interview questions shared by candidates
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
¿Sabrías decir qué es un JWT?
given the method: function foo( array accounts, int account, int amount) { if (accounts[account]>=amount) accounts[account]-=amount } what does the method do?
Viewing 491 - 500 interview questions