I applied through a recruiter. The process took 1 week. I interviewed at Philips in Dec 2020
Interview
1. Virtually through MS Teams
2. 2 rounds technical 1 managerial
Overall have to be very good at technical things especially oops
2nd round was bit difficult, they asked in-depth details of C#
Interview questions [1]
Question 1
Describe delegate and its real-life usage with and example
I applied through an employee referral. The process took 3 days. I interviewed at Philips (Bengaluru) in Jan 2019
Interview
I had a referral. Interviewed at Innovation Campus, Banglore. First round was technical round. Profiles was C#.Net, WPF, SQL developer. Got interview call within 2 hours of applying as the requirement was urgent.
Interview questions [1]
Question 1
First question was on the projects i had worked on in my last company as I had applied on 2.5 years experience.
After that some questions to write code:
SQL:
que1: Get counts of people belonging to different cities from a table having, table.Sno, table.Name, Table.city
que2: What is nomalization in the DB and how do we achieve that.
C#:
que3: What are static class and static methods?
que4: How does garbage collection works on static class?
que5: What are heap and stack memories?
que6: Using LINQ Sort a given list of strings.
que7: How do we make our code thread safe?
que8: Explain thread synchronisation and its techniques.
que9: When do we use interfaces and when abstract classes?
que10: What are delegates in c#.