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

      Motorola Mobility

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Motorola Mobility | Empleos en Motorola Mobility | Sueldos en Motorola Mobility | Prestaciones en Motorola Mobility
      Entrevistas en Motorola MobilityEntrevistas para el cargo de Software Engineer Intern en Motorola MobilityEntrevista en Motorola Mobility


      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 Intern

      19 mar 2009
      Candidato de entrevista anónimo
      Sunnyvale, CA
      Oferta rechazada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      El proceso tomó 1 día. Acudí a una entrevista en Motorola Mobility (Sunnyvale, CA) en feb 2009

      Entrevista

      I was contacted by the manager, and a phone interview was set up. There were no technical questions during the phone interview, more of what I have done before. He then gave me a test which consisted of constructing a BFS and DFS iteratively, some Java concurrency issues, and basic object oriented questions.

      Preguntas de entrevista [5]

      Pregunta 1

      Write a function in Java that will take a sorted array of ints, possibly with duplicates, and compact the array removing all the duplicate numbers. That is, if the contains the numbers - 1, 3, 7, 7, 8, 9, 9, 9, 10, then when the function returns, the contents should be - 1, 3, 7, 8, 9, 10. Be sure your answer is as efficient as possible. Describe the efficiency of your algorithm using big O notation.
      5 respuestas

      Pregunta 2

      Write a program in Java that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.
      1 respuesta

      Pregunta 3

      Given the root node of a tree, write two Java programs to visit all nodes of the tree, one in a depth-first fashion and the other in a breadth-first fashion, both without using recursion. Assume a node is represented by a class named Node, which has a method children() that returns a list of child nodes. Call node.visit() to visit a node.
      1 respuesta

      Pregunta 4

      What are Encapsulation, Inheritance and Polymorphism?
      Responder pregunta

      Pregunta 5

      What is the difference between Private, Protected, and Public when applied to members of a Java class? What is “Package Scope”?
      1 respuesta
      5

      Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer Intern en Motorola Mobility

      Entrevista para Software Engineer Intern

      25 abr 2014
      Candidato de entrevista anónimo
      Chicago, IL
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Motorola Mobility (Chicago, IL) en abr 2014

      Entrevista

      applied online , after a week got a call from HR asking me about language of coding,and discussed few things about my resume. after 2 week got call for my first interview: asking me about various OOPS concept ,then give a coding question to mirror the image . a few days back got call for second round ,in this he had given me a coding question to find out the cavity in xray image of teeth. interview went well but i think they dont want to hire.

      Preguntas de entrevista [1]

      Pregunta 1

      coding question to find out the cavity in x-ray image of teeth.
      Responder pregunta
      1

      Entrevista para Software Engineer Intern

      15 mar 2013
      Empleado anónimo
      Marlborough, MA
      Oferta aceptada

      Solicitud

      Me postulé a través de una facultad o universidad. Acudí a una entrevista en Motorola Mobility (Marlborough, MA)

      Entrevista

      This job was for a co-op at the undergraduate level. Interviewed for about 30 minutes. Was asked about current knowledge of C/C++, linked lists, arrays... Implement a small program that involved manipulating an array of integers. I was basically tested on my proficiency in C programming

      Preguntas de entrevista [1]

      Pregunta 1

      Did not really have a difficult question. Just show how proficient you are in C
      Responder pregunta
      4