Solicité el puesto a través de un captador. El proceso duró 1 semana. Acudí a una entrevista en Philips en dic 2020
Entrevista
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#
Preguntas de entrevista [1]
Pregunta 1
Describe delegate and its real-life usage with and example
Solicité el puesto a través de la recomendación de un empleado. El proceso duró 3 días. Acudí a una entrevista en Philips (Bengaluru) en ene 2019
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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#.