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

      Qualcomm

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Qualcomm | Ofertas de empleos en Qualcomm | Sueldos en Qualcomm | Beneficios en Qualcomm
      Entrevistas de QualcommEntrevistas para el puesto de Engineer en QualcommEntrevista de Qualcomm


      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.

      Entrevista de Engineer

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

      Solicitud

      Solicité el puesto a través de la recomendación de un empleado. El proceso duró 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 opiniones sobre las entrevistas para el puesto de Engineer en Qualcomm

      Entrevista de Engineer

      11 may 2026
      Candidato de entrevista anónimo
      Hyderabad
      Sin oferta
      Experiencia neutra
      Entrevista normal

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

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

      Solicitud

      Solicité el puesto a través de la 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 de Engineer

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

      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

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

      avatar
      Honeywell
      4.0★Remuneración y beneficios
      avatar
      Apple
      4.2★Remuneración y beneficios
      avatar
      DONE by NONE
      3.8★Remuneración y beneficios
      avatar
      HubSpot
      3.6★Remuneración y beneficios