J'ai postulé via un recruteur. J'ai passé un entretien chez United Techno Solutions (Chennai) en janv. 2023
Entretien
I applied for a Boomi Integration Developer position. The interview process was very good. I had 3 rounds of interview among which 2 were technical and 1 is HR/MR. 1st 2 rounds took nearly 40min and 3rd round took 15min.
J'ai postulé en ligne. Le processus a pris plus d'une semaine. J'ai passé un entretien chez United Techno Solutions (Chennai) en janv. 2024
Entretien
The interview process was seamless and welcoming. There were two rounds of interview. One technical and one HR. Seemed very professional and hassle free. Both of them were conducted on the same day in person.
J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez United Techno Solutions (Chennai) en oct. 2020
Entretien
2 rounds
first round is technical round, questions from basic fundamentals (C#, OOPS concepts, MS SQL, Model View Controller section,Abstraction, Encapsulation, Class,Objects, Interface)
Second round is coding round (CRUD operations
Questions d'entretien [1]
Question 1
Assigned one task
Task Requirement:
you have to create two tables(Employee, EmployeeDepartment) in the one-one relationship. You can create your own fields for these two tables.
But, Fields should have at least 1 DateTime,1 String,1 Integer,1 Boolean,1 Default field
You have to create two different projects(API Project, UI project)
In the API project, you need to create an API for CRUD operations using WebAPI.
If you create any additional basic things like Token-based Authentication, Exception handling, Logging, Dependency Injection, etc. It will be an added advantage for you.
You need to call all the CRUD API's using AJAX call in the UI project. Please make sure to follow the validation.
Note: Create/Edit/Delete option should be in the popup format.