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

      GenXComm

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur GenXComm | Offres d’emploi chez GenXComm | Salaires chez GenXComm | Avantages sociaux chez GenXComm
      Entretiens chez GenXCommEntretiens d’embauche pour Software Engineer chez GenXCommEntretien chez GenXComm


      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.

      Entretien pour Software Engineer

      30 mars 2023
      Candidat à l'entretien anonyme
      Gurgaon, Haryana
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé via une agence de recrutement. Le processus a pris 2 semaines. J'ai passé un entretien chez GenXComm (Gurgaon, Haryana) en févr. 2023

      Entretien

      Dependency Injection Benefit of Dependency Injection? What is AOP? What are cross cutting concerns? Exception Handling in SpringBoot? What are profiles in Spring? How to handle distributed transactions? Atomic transaction: How to implement caching in microservices? Distributed caching

      Questions d'entretien [1]

      Question 1

      How do Web applications maintain state? How do Web applications maintain state? 1. The cleanest way to do this in Spring is with a session-scoped spring bean. Instances of the bean will be private to the session, and will be instantiated and managed by Spring when each session starts. This bean can hold your conversation state. Under the covers, this mechanism uses standard HttpSession attributes, but it means your code doesn't have to deal with HttpSession directly, so it's cleaner overall. 2. HTTP is a stateless protocol. This means that user data is not persisted from one Web page to the next in a Web site. One way to maintain state is through the use of cookies. Cookies store a set of user specific information, such as a reference identifier for a database record that holds customer information Sessions are more secured compared to cookies, as they save data in encrypted form. Cookies are not secure, as data is stored in a text file, and if any unauthorized user gets access to our system, he can temper the data. Circuit breaker design pattern: https://medium.com/javarevisited/what-is-circuit-breaker-in-microservices-a94f95f5e5ae Lambda types:
Consumer, BiConsumer, Producer Thread states: * NEW. A thread that has not yet started is in this state. * RUNNABLE. A thread executing in the Java virtual machine is in this state. * BLOCKED. A thread that is blocked waiting for a monitor lock is in this state. * WAITING. ... * TIMED_WAITING. ... * TERMINATED. If 10 threads are waiting, which thread does notify wake? For all threads waiting on this object's monitor (by using any one of the wait() methods), the method notify() notifies any one of them to wake up arbitrarily. The choice of exactly which thread to wake is nondeterministic and depends upon the implementation. If we use notifyAll() method and multiple threads are waiting for the notification then all the threads got the notification but execution of threads will be performed one by one because thread requires a lock and only one lock is available for one object. notifyAll method wakes up all the threads waiting on the object, although which one will process first depends on the OS implementation. Why use generics? ArrayList vs LinkedList Why do we need OOPs?
      Répondre à cette question

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

      avatar
      Intel Corporation
      3.7★Rémunération et avantages
      avatar
      Apple
      4.2★Rémunération et avantages
      avatar
      Lenovo
      3.8★Rémunération et avantages
      avatar
      Honeywell
      4.0★Rémunération et avantages