Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      GenXComm

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de GenXComm | Empleos en GenXComm | Sueldos en GenXComm | Prestaciones en GenXComm
      Entrevistas en GenXCommEntrevistas para el cargo de Software Engineer en GenXCommEntrevista en GenXComm


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para Software Engineer

      30 de mar de 2023
      Candidato de entrevista anónimo
      Gurgaon, Haryana
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 2 semanas. Acudí a una entrevista en GenXComm (Gurgaon, Haryana) en feb 2023

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 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?
      Responder pregunta

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Intel Corporation
      3.7★Remuneración y prestaciones
      avatar
      Apple
      4.2★Remuneración y prestaciones
      avatar
      NVIDIA
      4.5★Remuneración y prestaciones
      avatar
      Qualcomm
      4.0★Remuneración y prestaciones