Very basic algorithms. What matters most is that the interviewer should personally like you no matter how good your answer is. i was able to solve all the questions asked.
Senior Software Interview Questions
75,771 senior software interview questions shared by candidates
Did what you do include OLTP?
I was asked about the objective I had on my resume
Median of a list
Difference between REST and SOAP
Porque haz cambiado de trabajo tantas veces?
What types of dimensions are contained in a Data Warehouse?
They mostly asked question about the technologies written on my resume.
Normal questions related to .NET and about the projects.
// input: 10 // output: 9 8 7 6 5 4 3 2 1 0 // input: 16 // output: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 // input: -5 // output: -5 -4 -3 -2 -1 0 // input: -9 // output: -9 -8 -7 -6 -5 -4 -3 -2 -1 0 // input: 0 // output: already zero
Viewing 2161 - 2170 interview questions