Ho presentato la mia candidatura di persona. La procedura ha richiesto più di una settimana. Ho sostenuto un colloquio presso Nagarro (Gurgaon, Haryana) nel mese di ago 2012
Colloquio
The HR contacted me directly based on profile on job portals and schedules the interview after 2 day.
1st Day -
Written - 1 hr - 3 programs. Write in language of your choice C/C++ or C#. Anyone with which you are comfortable. Focus is not on syntax but more on your approach.
Followed by one or two interview. Mostly to test your subject knowledge and grasp over technology and solving out the problems.
If you clear this round probably they will be called within a week for next round which comprises of..
Manager/Tehnical round - Probably taken by a senior project manager/technical manager. Focus is understanding of your real world concepts. - 30 min to 1 hr
HR round - If you reach here probably you are selected. You can negotiate on salary. One good thing Nagarro is among the highest paying companies. Normally they will give you what you expect. Ask for anything around 40-50% hike more than last one. Its all about convincing the HR you are the right person.
Domande di colloquio [1]
Domanda 1
.net Questions
1. Disposable interface. Implementation of dispose method.
2. Generation of garbage collector.
3. Extension methods.
4. Partial methods in C# .net 4.0
5. Other use of new keyword rather than creating new object.
6. View state in asp.net - first and last method in asp.net life cycle where can change get/change viewstate.
7. MVC and Action Filters.
8. Disposing COM unmanaged object.
9. How can you force a singleton class to create only one object. Code for it.
10. MVC viewbag and viewdata
11. Why C# doesnt support multiple inheritance.
12. DLL hell problem
13. Can a normal class me empty.
14. Difference between abstract class and interface and real world situation where you will use interface and abastracat classes.
SQL
1. Nested Transaction. If inner transaction is commited and outer transaction fails .
What will be the overall state of that transaction.
2. Can SQL function have transactions.
3. Transaction defined in both sql server and asp.net. What if code does the commit and sql procedure commit fails.
4. Difference between clustered and non clustered index.
5. SQL query to find duplicate rows.
6. SQL query to delete duplicate rows.
Technical managerial round question. This will on second day if you are called and is mostly by the manager
1. Technical challenges you faced and how did you resolved any complex problem.
2. Single responsibility priniciple.
3. Real world example of singleton object. Have you ever implemented singleton pattern
4. OOps Concepts. Interfaces
5. Exception handling. Throw keyword.
6. Use of Threads.
It was very smooth and HRs were very well communicating the feedbacks on time. The interviewers were also on time and the process completed quickly with 3 days. It was really good experience.
Ho sostenuto un colloquio presso Nagarro (Bangalore Rural)
Colloquio
Good interview experience and overall good and they asked me about myself and it went well
Good interview experience and overall good and they asked me about myself and it went well
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Nagarro (Noida) nel mese di nov 2025
Colloquio
I applied online for the position, and the hiring process includes four rounds.
Round 1: Mettl test (90 minutes) consisting of 2 coding questions, 20 aptitude questions, and 40 C# questions.
Round 2: Face-to-face technical interview at the Noida office, where scenario-based questions were asked.
I was informed that I would move forward to the third technical round, followed by the HR round.
It has now been 20 days, and I am still waiting for the update.
Domande di colloquio [1]
Domanda 1
Column-wise sum of 2D array?
Longest subsequence?
How microservices communicate?
When to use microservice architecture and why?
Drawbacks of ADO.NET compared to Entity Framework?