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

      Google

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Google | Empleos en Google | Sueldos en Google | Prestaciones en Google
      Entrevistas en GoogleEntrevistas para el cargo de Test Engineer en GoogleEntrevista en Google


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

      17 de jul de 2024
      Candidato de entrevista anónimo
      Hyderabad
      Sin ofertas
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de una facultad o universidad. Acudí a una entrevista en Google (Hyderabad)

      Entrevista

      Good and challanging questions , nice way for interviewing. Tough questions, technical experience was good. Nice to attend the interview. Good interview. They are very specific and technical oriented questions

      Preguntas de entrevista [1]

      Pregunta 1

      Write a program for shortest path
      Responder pregunta
      1

      Otras evaluaciones sobre las entrevistas para el cargo de Test Engineer en Google

      Entrevista para Test Engineer

      15 de mar de 2026
      Candidato de entrevista anónimo
      Sunnyvale, CA
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Google (Sunnyvale, CA)

      Entrevista

      Online assessment only, I didn’t clear it so I couldn’t progress further. In previous HR call some technical questions were asked along with visa, salary and location preference et were asked

      Preguntas de entrevista [1]

      Pregunta 1

      Leetcode medium questions - 2
      Responder pregunta

      Entrevista para Test Engineer

      6 de sept de 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista difícil

      Solicitud

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

      Entrevista

      They have all data structure questions: Google tech dev guide is good enough for the preparation. I cleared all the coding rounds but failed the theoretical technical. Here are 2 questions that I managed to copy. Interview is on google doc instead of an editor. You share your camera and screen while typing in the doc and they have the doc opened at the same time.

      Preguntas de entrevista [1]

      Pregunta 1

      ACTUAL INTERVIEW QUESTIONS and my solution # Question: # Print all possible sequences of 1s and 2s that sum up to the given number N. def print_sequence(N): def backtrack(remaining,sequence): if remaining==0: print(sequence) return if remaining<0: return sequence.append(1) baacktrack(remaining-1,sequence) sequence.pop() sequence.append(2) backtrack(remaining-2,sequence) sequence.pop() backtrack(N,[]) print_sequences(3) [1,1,1] [1,2] [2,1] print_sequences(1) [1] print_sequences(0) [] N=0 Expected : "[[]] #an empty sequence def test_three(self): self.assertCountEqual(get_sequence(3),[[1,1,1],[1,2].[2.,1]]]) # Test cases: # TC1: N = 3 # TC2: N = 1 # TC3: N = 0 # Complexity: # O(2^N) = Time complexity O(N)= space complexity # Question: # Given a list of timestamp ranges, each range represents a user using a Google service. Write a function that returns all users using the Google services at specific query timestamp. # Example # A range can be represented as: [starting, ending], e.g., [1, 3] or [0, 10] and so on. # For instance, given a list of ranges: # # [0, 5] # [6, 8] # [2, 9] # [4, 10] # [3, 5] # Return: 3 # [0, 5], [2, 9], [3, 5] def count_active_users(range,timestamp): count=0 for r in ranges: if r[0]<=timestamp and timestamp<=r[1]: count=count+1 return count # timestamp - array def preprocess_range(ranges): events={} for start,end in ranges: if start not in events: events[start]=0 events[start]=events[start]+1 endp1=end+1 if endp1 not in events: events[endp1]=0 events[endp1]=events-end[p1]-1 sorted_times=sorted(events.keys()) count=[] current=0 for t in sorted_times: current+=events[t] counts.append(current) return sorted_times, counts def query_active_users(sorted_times,counts,timestamp): idx=bisect.bisect_right(sorted_times,timestamp)-1 if idx<0: return 0 else: return count[idx] range= [0, 5], [6, 8], [2, 9], [4, 10], [3, 5] sorted_times,counts=preprocess_ranges(range) print(query_active_users(sorted_times,counts,11)) [0,5].[2,9],[3,5],[4,10],[6,8] def test_active_users(): range= [[0, 5], [6, 8], [2, 9], [4, 10], [3, 5]] sorted_times,counts=preprocess_ranges(range) asssert query_active_users(sorted_times,counts,6)==3 assert query_active_users(sorted_times,counts,0)==1 assert query-active_users(sorted_times,counts,3)==0 #overlapping ranges=[[1,10],[2,9],[3,8],[4,7]] sorted_times,counts=preprocess_ranges(range) assert query_active_users(sorted_times,counts,1)==1 assert query_active_users(sorted_times,counts,11)==0 # Complexity Time complexity= O(N log N) for sorting events Space Complexity=O(N) for storing event data
      Responder pregunta

      Entrevista para Test Engineer

      3 de sept de 2025
      Empleado anónimo
      Taipei
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 3 semanas. Acudí a una entrevista en Google (Taipei) en ago 2025

      Entrevista

      I recently had an interview for a Test Engineer position, and the process included several parts. First, I started with a self-introduction, briefly talking about my background, projects, and relevant experience. Next, I was given two coding problems. The first one was a LeetCode Easy problem about finding a path in a graph. The second was a LeetCode Medium problem, also about graph paths but more complex, involving probabilities and requiring a more optimized approach. In the end, I had the chance to ask the interviewer some questions about the role and team, which helped me better understand their work. Overall, it was a great experience, and I learned a lot from the process.

      Preguntas de entrevista [1]

      Pregunta 1

      The first one was a LeetCode Easy problem about finding a path in a
      Responder pregunta
      1

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

      avatar
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      eBay
      4.0★Remuneración y prestaciones
      avatar
      Amazon Web Services
      3.9★Remuneración y prestaciones
      avatar
      Wix
      3.8★Remuneración y prestaciones