Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Apple

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Apple | Offres d’emploi chez Apple | Salaires chez Apple | Avantages sociaux chez Apple
      Entretiens chez AppleEntretiens d’embauche pour Cellular Protocol Stack Engineer chez AppleEntretien chez Apple


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Cellular Protocol Stack Engineer

      28 févr. 2013
      Candidat à l'entretien anonyme
      Cupertino, CA
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez Apple (Cupertino, CA) en févr. 2013

      Entretien

      I was contacted by a recruiter after seeing my profile on linked in. The process started off with 2 phone interviews - one with the hiring manager and another with his co-worker. 1st phone interview - Asked a lot of questions related to my resume. Questions on what I worked on in LTE protocol stack development. It was more of a screening round to see if my profile matched their requirements. The first interview went well and had a second one with the hiring manager's co-worker - He asked me a lot more questions about my previous work experience and domain knowledge on protocol stack development. The recruiter contacted me the next day and said they were happy with my phone interviews and would like to invite me for an onsite interview. The onsite interview consisted of 7 back-to-back interviews with all the team members and a senior manager. Questions were all related to LTE technology and my work experience. Every interviewer asked one or more coding question in C which had to be worked out on the white board. Questions were not very tough and if you had trouble finding a solution immediately(due to nerves), the interviewer would help you a bit and guide you towards a solution. Everything went smoothly but unfortunately I never received an offer.

      Questions d'entretien [4]

      Question 1

      Reverse a single byte
      Répondre à cette question

      Question 2

      Remove white spaces from a string
      Répondre à cette question

      Question 3

      Reverse every word in a string. Example: "Lord is Great" should be displayed as "droL si taerG"
      Répondre à cette question

      Question 4

      Debug why the below mentioned code goes into an infinite loop int a[10]; int i; for(i=0;i<=10;i++) { a[i]=0; }
      3 réponse(s)
      7