Bliffoscope problem: https://github.com/samhart/bliffoscope
Senior Applications Engineer Interview Questions
942 senior applications engineer interview questions shared by candidates
Write me the shortest path algorithm for a graph
Remove duplicates without any collections
what are the spring annontation you know?
what is the design patterns behind spring?
How to define a rectangle class with dynamic parameter types
Describe to me some challenges you may have experienced at previous jobs?
Tell me a little bit more about yourself?
How to keep track of the number of times a word appears in the input string, and print counts
private static string a = "first"; static void Method(string a) { a = "second"; } static void Main(string[] args) { Console.WriteLine(a); Method(a); Console.WriteLine(a); } What would be the output of the above? and what to do change it?
Viewing 141 - 150 interview questions