What do you understand about micro-services ?
Sr Software Engineer Interview Questions
95,680 sr software engineer interview questions shared by candidates
How to find a number is even or odd without using / or % sign
2. Difference between Delegate and Notification?
Name some of the core features of ES6
What would the count for the list of it. public class Test { string Data; int Id; public Test(int id, string data) { Data = data; Id = id; } } static void Main(string[] args) { List<Test> list = new List<Test>(); list.Add(new Test(10, "test")); var d = new Test(10, "test"); if (!list.Contains(d)) list.Add(d); Console.WriteLine("Count of the list is : " + list.Count); Console.ReadLine(); } } What to do to make count 1?
Won't get into specifics more on the coding scenario as it looks like they give the same to everybody, but it's basic and you can write code in any language you want to answer.
They give a coding repo 2h prior to the interview, we are allowed to make any changes to the code before the interview and add whatever extra code you want
Why did you leave past organisations? Asked by this HCL Manager.
The HR guy insisted on doing a 45-minute presentation, which I wasn't interested in (I had already done plenty of tech tests/screens by then)
C variables storage types and initialisation
Viewing 391 - 400 interview questions