Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Zymr

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Zymr | Offres d’emploi chez Zymr | Salaires chez Zymr | Avantages sociaux chez Zymr
      Entretiens chez ZymrEntretiens d’embauche pour Senior .NET Full-Stack Developer chez ZymrEntretien chez Zymr


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      SAP
      3.9★Rémunération et avantages
      avatar
      Capgemini
      3.7★Rémunération et avantages
      avatar
      Salesforce
      4.4★Rémunération et avantages
      avatar
      Rappi
      3.5★Rémunération et avantages

      Entretien pour Senior .NET Full-Stack Developer

      30 août 2024
      Candidat à l'entretien anonyme
      Pune
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé en personne. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Zymr (Pune)

      Entretien

      I am writing to provide feedback on the interview process for the Senior .NET Full-Stack Developer position. Unfortunately, my experience with this process has been frustrating and, frankly, felt like a waste of time. Let me explain why. The first round of interviews went well, and I was optimistic about the opportunity. The second round involved managerial questions and some technical aspects, which were satisfactory. Afterward, I received a call from HR informing me that I was selected and was asked to submit the required documents for the next steps. At this stage, it's natural to assume that the offer would be the next step, especially after document verification and communication from HR indicating a positive outcome. Typically, after HR confirmation, I would expect a formal HR discussion regarding the offer details. However, a week later, I was surprised to be called for yet another round of technical discussion. This raises concerns about the clarity and structure of the hiring process. After the HR round, who is responsible for conducting additional interviews? Why wasn't this round communicated earlier, and why was it necessary after HR had already indicated that things were moving forward? Additionally, I’ve received repeated calls from HR every 3-4 days, stating that things are positive and the offer is being released. This inconsistent communication creates unnecessary pressure and raises doubts about the company's commitment. It's important not to mislead candidates with vague or false promises, especially when they're already navigating the stress of the interview process. I strongly recommend that the company establish a clear and transparent interview process with defined steps and timelines. Candidates deserve to know what to expect, and this will reflect positively on the company's reputation.

      Questions d'entretien [1]

      Question 1

      C#:- How to prevent a class from being Inherited? What is Abstraction? What is Encapsulation? What is Polymorphism and what are its types? What is Method Overloading? In how many ways a method can be overloaded? What is the difference between Overloading and Overriding? What is the difference between Method Overriding and Method Hiding? What is the difference between an Abstract class and an Interface (atleast 4)? Do Interface can have a Constructor? Can you create an instance of an Abstract class or an Interface? What is the difference between “String” and “StringBuilder”? When to use what? Explain Generics in C#? When and why to use them? Can we execute multiple Catch blocks? What is the difference between “throw ex” and “throw”? What is the difference between IEnumerable and IQueryable in C#? Why to use IQueryable in sql queries? What is the difference between “out” and “ref” parameters? When to use Private constructor? What are Multicast Delegates? What are the differences between Events and Delegates? What is the difference between “Readonly” and “Constant” variables? What is Garbage Collection(GC)? What are Generations in garbage collection? What is the difference between “Dispose” and “Finalize”? Explain Multithreading? What is the difference between Threads and Tasks? What is meant by managed and unmanaged code? What is multi-tasking? What is prototype design pattern? What is builder design pattern? What is adapter design pattern? What is bridge design pattern? What is composite design pattern? What is decorator design pattern? What is facade design pattern? What is flyweight design pattern? What is proxy design pattern? SQL:- What is a Constraint is SQL? What are its types. What are Triggers and types of triggers? What is the difference between Having clause and Where clause? What is Self-Join? What are Indexes in SQL Server? What is Clustered index? What is Non-Clustered index? What is the difference between Stored Procedure and Functions? What is CTE in SQL Server? How will improvre performace? How will check which query causing issue in SQL? How to use query profiler in SQl Server Delete Distinct records from the table. Calculate seond highest salary. MVC + .netCore + EF What are Filters and their types in MVC? What is Authentication and Authorization in ASP.NET MVC? What are the types of Authentication in ASP.NET MVC? What is Output Caching in MVC? How to implement it? What is the difference between ViewData, ViewBag & TempData? How can we pass the data from controller to view in MVC? What are Areas in MVC? What is Bundling and Minification in MVC? How Entity Framework works? OR How to setup EF? What is meant by DBContext and DBSet? What are the advantages of .NET Core over .NET framework? What is the role of ConfigureServices method? What is the role of Configure method? What is Dependency Injection? Why to use Dependency Injection? OR What problems does Dependency Injection solve? How can we inject the dependency into the controller? What are the types of Dependency Injection? What is AddSingleton, AddScoped and AddTransient method? What is Middleware in ASP.NET Core? How ASP.NET Core Middleware is different from HttpModule? What is custom middleware? How to add custom middleware in ASP.NET Core? What is Run(), Use() and Map() method? What is Kestrel? What is Routing? Types What is Cross-Origin Requests (CORS) in ASP.NET Core? Why CORS restriction is required? How to fix CORS error? WEB API:- What is Rest and Restful? What are HTTP verbs or HTTP methods? How to consume Web API from a .NET MVC application? What is JWT Authentication? What are the parts of JWT token? What are main Return Types supported in Web API?
      Répondre à cette question
      1