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

      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

      Elastic

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Elastic | Ofertas de empleos en Elastic | Sueldos en Elastic | Beneficios en Elastic
      Entrevistas de ElasticEntrevistas para el puesto de Java Engineer en ElasticEntrevista de Elastic


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      SAP
      3.9★Remuneración y beneficios
      avatar
      BMW Group
      4.0★Remuneración y beneficios
      avatar
      Workday
      3.8★Remuneración y beneficios
      avatar
      Forcepoint
      4.2★Remuneración y beneficios

      Entrevista de Java Engineer

      21 jul 2017
      Candidato de entrevista anónimo
      Remote, OR
      Sin oferta
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de la recomendación de un empleado. El proceso duró 4 semanas. Acudí a una entrevista en Elastic (Remote, OR) en jul 2017

      Entrevista

      First interview --------------- 1-hour talk at 9:30 AM CEST, talent acquisition lady in Amsterdam. Nice informative talk without ceremony. Second interview ---------------- ~1-hour talk at 10:00 AM CEST, software engineer in France. The interview was carried out very nicely. After a short introduction, he asked me for ~15 minutes about Java concurrency, data structures and a sorting algorithm of my liking. The topic for the next ~15 minutes was to implement a method "public int[] merge(int [] a, int [] b)" in a Google Docs document. Afterwards there was some discussion about how I would unit test a method like this. The last 10 minutes were dedicated to questions I had in mind. He seemed to be very passionate about what he is doing. I enjoyed the interview. Third interview --------------- ~1-hour talk at 10:00 AM CEST, software engineer in Luxembourg. The interview was carried out very nicely. The interview began with questions about volatile. We discussed AtomicIntegers, lock stripping, contention and solutions for weakly consistent aggregations. In the next ~20 minutes I had to implement a solution to find the number of occurrences of a given digit in a sorted array. For example 5 in [ 1, 2, 5, 5, 5, 7] would return 3. The solution should run in logarithmic time. Finally, 15 minutes for questions. His beloved topic was replication and he told me about the ins and outs, different approaches etc., I was again absolutely astonished (in a positive way). Email from the acquisition lady (gist) -------------------------------------- The interview went really well (..). Spoke with the team (..). You have great chances on a role as a 'java generalist' and to specialise later on (..). Your next interview will be with xxx, specialising on the topic of distributed systems. My reply (gist) --------------- Very happy to hear, a bit concerned about distributed system topic as I am no expert on this topic (..), looking forward to speaking with xxx. Email from the acquisition lady (gist) -------------------------------------- Don't worry (..), we really appreciate that you know and openly communicate your strengths and weaknesses (..). Investing time in reading/learning about Elastic distributed topics and distributed systems in general is well spent though. Preparation for the interview ----------------------------- After that email I basically used every free minute to dig into the ElasticSearch Definitive Guide, read about distributed systems, Paxos, Raft, linearizability, single-leader replication, clock skew, vector locks, you name it. I just wanted to do everything I could in order to succeed as I was really motivated after the previous interviews. Fourth interview ---------------- ~45-min talk at 10:30 PM CEST, software engineer in California. I find it weird to schedule a technical interview at this time, given there are dozens of excellent engineers in closer timezones. I was bone-tired when the interview started. This engineer was absolutely not prepared. His first statement: "Uuhhm, let me open your CV first". He began to skim through my CV while I should tell him something about big system architecture. I did not have the impression that he really cared/listened. Afterwards I had to program "finding anagrams" and explain complexity in detail. No single distributed systems question by the end of the interview. Finally I had 5 minutes to ask some questions. Yet again he did not really care and just answered my questions in shallow-brained manner. I did not perform too well in this interview, mainly due to my condition. The questions were not that hard but I was simply too tired. Further proceedings ------------------- I was rather frustrated about the last interview and my performance. I planned to contact the talent acquisition lady again, explain to her why I did not perform well yesterday and ask for another interview. I implemented two more anagram solutions (prime number multiplication, int array) which are optimised in terms of space-complexity in order to show that I am really passionate about the role. After some more thoughts I decided to let it rest though, as the previous interview left a quite bad impression after all. Last email the acquisition lady ------------------------------- 3 days later, I received the last email from the talent acquisition lady, using one of these standard templates, explaining that there was some other candidate who just performed a little bit better. Given that she mentioned a concrete position in the previous email, I found this immediate drop out without any further explanation rather disrespectful/annoying. It would have been very helpful to learn in more detail, why another candidate was chosen at the end. Some companies even mention some books/blogs etc. in order to help the applicant to progress.

      Preguntas de entrevista [10]

      Pregunta 1

      When does a deadlock occur?
      3 respuestas

      Pregunta 2

      Is i++ an atomic operation?
      1 respuesta

      Pregunta 3

      Given a field private volatile int count = 0, two threads increment this field at the same time by count++ (once), which possible values can the field have afterwards?
      1 respuesta

      Pregunta 4

      What is a ReadWriteLock?
      1 respuesta

      Pregunta 5

      What does amortised 1 mean?
      1 respuesta

      Pregunta 6

      In case a field has high contention (many threads accessing it in parallel), what could you do about it?
      1 respuesta

      Pregunta 7

      What are the java concurrency primitives?
      1 respuesta

      Pregunta 8

      How does a hash map internally work?
      1 respuesta

      Pregunta 9

      How does volatile work?
      1 respuesta

      Pregunta 10

      When would us use merge sort and what are its characteristics?
      Responder pregunta
      43