Overall recruitment process comprises of 4 stages with a written test being the first one. All questions were based on C#. It was quite a tricky test. I was called for technical interviews 3 days later. There were 2 technical interviews followed by a managerial round. Got a call from HR the next day. But before the HR discussion they arranged a discussion with Director as well.
Interview questions [1]
Question 1
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