The interview did not seem to be put too much stress on me. The most difficult part was probably the coding portion. This was not because of the problem, but because it was probably the first time I had written code with someone watching me.
Software Engineer Web Applications Developer Interview Questions
6,684 software engineer web applications developer interview questions shared by candidates
What's the difference between public and private, can you override a constructor in C#. Example of how to unit test. They are test-driven there so know how to debug. They also use Git a lot. Understand middleware!
Mostly behavioral questions, I.e., describe a time you struggled to make a decision.
Asked about my background and reason for interest in the opportunity.
Design a pizza shop using oops concept and code according to their requirements.
Given a number n, find if its prime or not. Your function should be recursive and it should not loop beyond n/2. Example: given n=13, your recursion should not go beyond 13/2 i.e. 6
Problem solving
Find the longest palindrome in a continuous alphanumeric string
Tell me something about yourself
i was asked string manipulation
Viewing 5381 - 5390 interview questions