J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Philips en déc. 2020
Entretien
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#
Questions d'entretien [1]
Question 1
Describe delegate and its real-life usage with and example
J'ai postulé via la recommandation d'un employé. Le processus a pris 3 jours. J'ai passé un entretien chez Philips (Bengaluru) en janv. 2019
Entretien
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.
Questions d'entretien [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#.