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

      INRIX

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de INRIX | Empleos en INRIX | Sueldos en INRIX | Prestaciones en INRIX
      Entrevistas en INRIXEntrevistas para el cargo de Software Development Engineer en INRIXEntrevista en INRIX


      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 Development Engineer

      11 feb 2019
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Me postulé en línea. El proceso tomó 2 meses. Acudí a una entrevista en INRIX en mar 2018

      Entrevista

      Phone interview scheduled via email. Hands down, this was the worst interview I have ever had in my life. - They changed the person who was going to interview. The new person didn't chose to explain why he was taking the interview and not the other person. When I asked he was not happy. - There was no formal customary introduction. I have 18 years of experience developing both enterprise and consumer applications. I am not a high school graduate asking for handouts. - The interviewer gave me a notepad on the internet and asked me to write code. When I asked him a few clarifying questions, he was not happy. He breathed heavily during the entire interview, every few minutes. - In the interview they asked me to write code for 4 questions. Before we started I was told that we had less than an hour interview. This was the entire interview. There was no opportunity to ask any questions in the end. Here is my challenge for Inrix. Select your best engineer. He gets 10 minutes to write code for the question below. Leetcode has marked this question as Easy. You don't have to worry about the Big O for time or for space ( this consideration was not given to me). But no oohs and aahs allowed after 10 minutes. The code needs to run and produce the correct result in all cases ( edge cases included ). Also the code must be written on a notepad ( preferably web based ). No IDEs allowed. Your time starts now: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. Example: Input: 1->2->4, 1->3->4 Output: 1->1->2->3->4->4 /** * Definition for singly-linked list. * public class ListNode { * int val; * ListNode next; * ListNode(int x) { val = x; } * } */

      Preguntas de entrevista [4]

      Pregunta 1

      //get max depth reached in a stack after a series of operations represented by the array. //Example below // {1,1,0,1,1,1,0,0,1,0,1} // 1=push // 0=pop // max depth=4
      Responder pregunta

      Pregunta 2

      // Reverse singly linked li st // 1->6->3->9->null // 9->3->6->1->null // Although not stated initially, O(1) restriction was later added after my first attempt // I had to ask how the singly linked class looks like but the interviewer was not happy that I was not able to determine this just from the three lines given above
      Responder pregunta

      Pregunta 3

      //get intersection of two integer arrays // {1,4,231,66,2,99,23,45,4,71,2} // {5,99,12,33,2,46,71,101,66,41} // result={2,66,71}
      Responder pregunta

      Pregunta 4

      How will you serialize and deserialize an array of byte arrays.
      Responder pregunta

      Otras evaluaciones sobre las entrevistas para el cargo de Software Development Engineer en INRIX

      Entrevista para Software Development Engineer

      27 ene 2016
      Candidato de entrevista anónimo
      Kirkland, WA
      Oferta rechazada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 4 semanas. Acudí a una entrevista en INRIX (Kirkland, WA) en ene 2016

      Entrevista

      I was contacted by a staffing agency, who coordinated between me and INRIX. The process was stretched out because I was initially contacted in December 2015, and the scheduling process lasted over the holidays. I had a 30 min phone screen, then an in-person 1 hour screen. I then went in for a full loop, which consisted of 5 coding interviews (including the lunch interview, where I was interviewed while eating pizza). Finally, met with HR for about 30 minutes at the end and they showed me around. They requested references the next day and I received an offer two days later.

      Preguntas de entrevista [1]

      Pregunta 1

      I was interviewing for an Android role, and one of the interviews focused very heavily on details about Android.
      Responder pregunta
      2

      Entrevista para Software Development Engineer

      13 mar 2014
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en INRIX

      Entrevista

      Tons of programming questions, including OOP, geodatabase, ArcSDE, etc. Questions can be very specific to make sure you know every single details which might be involved in the workflow. I didn't pass the first round since I don't have 7 years of programming experience plus GIS experience. My friend also got interviewed half a year ago for the same position, didn't pass the first round either. I think they are literally looking for an unicorn.

      Preguntas de entrevista [1]

      Pregunta 1

      What data types do ArcServer support in the geodatabase?
      Responder pregunta
      5