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

      Qualcomm

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Qualcomm | Empleos en Qualcomm | Sueldos en Qualcomm | Prestaciones en Qualcomm
      Entrevistas en QualcommEntrevistas para el cargo de Engineer en QualcommEntrevista en Qualcomm


      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 Engineer

      28 feb 2019
      Empleado anónimo
      Hyderabad
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una recomendación de un empleado. El proceso tomó 4 semanas. Acudí a una entrevista en Qualcomm (Hyderabad) en ene 2019

      Entrevista

      I applied for WLAN Firmware developer. To be called for interview I had to clear online coding test. Practicing hackerrank practice problems are enough for passing the test. OS and C concepts are mandatory for Interview. For WLAN basics of WiFi maybe needed. Description of projects in college or in previous industry. What problems you face and how did you solved them.

      Preguntas de entrevista [23]

      Pregunta 1

      C code for adding and deleting nodes in a linked list. Modify the same for circular linked list
      Responder pregunta

      Pregunta 2

      Differences between arrays and Linked Lists and point out their advantages and disadvantages
      Responder pregunta

      Pregunta 3

      There is a mod 60 hardware counter. It generates a overflow interrupt. I can access the count value register of the counter. Write a program to show the time in Hour Minute and Seconds to user.
      1 respuesta

      Pregunta 4

      Write a program to find out the number of digits in decimal representation of a user input no.
      1 respuesta

      Pregunta 5

      Let's suppose Modulus operation (%) is not supported by a system. Write a program to implement modulus operation
      Responder pregunta

      Pregunta 6

      Write a program to print a no in reverse in decimal format
      Responder pregunta

      Pregunta 7

      Reverse a string without using a temporary variable for swapping
      Responder pregunta

      Pregunta 8

      Demonstrate the use of function pointers
      Responder pregunta

      Pregunta 9

      Write a program to toggle an arbitrary bit of a number. Don't modify other bits
      Responder pregunta

      Pregunta 10

      Count no of set bits in a 32 bit number. Modify the prog so that the loop can't run more than no of set bits in that no.
      Responder pregunta

      Pregunta 11

      Find repeated characters in a string
      1 respuesta

      Pregunta 12

      Memory organisation in C
      1 respuesta

      Pregunta 13

      How Malloc() allocates memory from heap internally
      1 respuesta

      Pregunta 14

      How a task is preemptied when a interrupt comes. Where the status etc. of the task is stored.
      Responder pregunta

      Pregunta 15

      What are the different task queuing types in RTOS
      Responder pregunta

      Pregunta 16

      Interrupt handling in RTOS. How it is divided into Top half and Bottom half. What is the advantage
      Responder pregunta

      Pregunta 17

      What is use of Volatile variable in C.
      1 respuesta

      Pregunta 18

      What is priority inversion in OS, how it happens. How to avoid it.
      Responder pregunta

      Pregunta 19

      Static and extern type of variable in C. Where are they allocated. Scope and lifetime. Can we use them in another C file?
      Responder pregunta

      Pregunta 20

      sizeof(int), sizeof(int*), sizeof(int**), Write your own sizeof() function
      Responder pregunta

      Pregunta 21

      How much memory is actually allocated in malloc(0). Why it is non-zero. Why Malloc allocates more memory than asked for?
      Responder pregunta

      Pregunta 22

      Which one will behave how in which OS, which one crashes faster. Why? while(1) int *p = (int*)malloc(10); while(1){ int *p = (int*)malloc(10); memset(p, 1, 10); }
      Responder pregunta

      Pregunta 23

      WLAN frame exchange basics: How an AP associates with an STA
      1 respuesta

      Otras evaluaciones sobre las entrevistas para el cargo de Engineer en Qualcomm

      Entrevista para Engineer

      11 may 2026
      Candidato de entrevista anónimo
      Hyderabad
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Qualcomm (Hyderabad)

      Entrevista

      three rounds of interview 1. dsa two qns from hacker rank (1 easy and 1 medium) and projects 2. dsa 1 qn (medium) and a api read and manipulate qns from hacker rank i got rejected in 2nd round

      Entrevista para Engineer

      9 feb 2026
      Candidato de entrevista anónimo
      Cork
      Oferta rechazada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Qualcomm (Cork)

      Entrevista

      HR & Technical, pretty standard. There was a few coding questions, and the interviewer was helpful and they were trying to help clarify the questions. HR was helpful and made a lot of customizations for me

      Preguntas de entrevista [1]

      Pregunta 1

      Some coding question in C++
      Responder pregunta

      Entrevista para Engineer

      6 feb 2026
      Empleado anónimo
      Bengaluru
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Qualcomm (Bengaluru)

      Entrevista

      ScreenTest 3 Technical Rounds OS, DP, LinkedList, Bit Manipulation and string coding questions. Semaphores, mutexes, OSI layers etc. Applied via LinkedIN. Went through past interview questions. Bit Manipulation and memory management is important.

      Preguntas de entrevista [1]

      Pregunta 1

      ScreenTest 3 Technical Rounds OS, DP, LinkedList, Bit Manipulation and string coding questions. Semaphores, mutexes, OSI layers etc.
      Responder pregunta