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

      LinkedIn

      Fait partie de Microsoft

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur LinkedIn | Offres d’emploi chez LinkedIn | Salaires chez LinkedIn | Avantages sociaux chez LinkedIn
      Entretiens chez LinkedInEntretiens d’embauche pour Front End Developer chez LinkedInEntretien chez LinkedIn


      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 Front End Developer

      8 janv. 2019
      Candidat à l'entretien anonyme
      Oakland, CA
      Offre refusée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez LinkedIn (Oakland, CA) en janv. 2019

      Entretien

      Was by phone but they sent you and email with a link you need to open the link and write code. LinkedIn Introduction My Introduction 2 step -> Questions (theory) 3 -> step -> code (What does this code return?)

      Questions d'entretien [9]

      Question 1

      Difference between bubbling and capturing?
      1 réponse

      Question 2

      Advantages of preprocessor? sass, stylus, less.
      1 réponse

      Question 3

      Difference between callback and closure in js?
      Répondre à cette question

      Question 4

      Example of callback? ...how
      1 réponse

      Question 5

      What about events? addEventListeners? e.target?
      2 réponse(s)

      Question 6

      Flex-box. CSS. JS.
      1 réponse

      Question 7

      // What does this code return? var Foo = function (a) { this.bar = () => { return a; } var baz = function () { return a; }; }; Foo.prototype = { biz: () => { return this.bar(); } }; var f = new Foo(7); f.bar(); //=> f.baz(); //=> f.biz(); //=>
      2 réponse(s)

      Question 8

      // Given var endorsements = [ { skill: 'css', user: 'Bill' }, { skill: 'javascript', user: 'Chad' }, { skill: 'javascript', user: 'Bill' }, { skill: 'css', user: 'Sue' }, { skill: 'javascript', user: 'Sue' }, { skill: 'html', user: 'Sue' } ]; getSkills = (endorsements) => { // Result // [ // { skill: 'javascript', user: ['Chad', 'Bill', 'Sue'], count: 3 }, // { skill: 'css', user: ['Sue', 'Bill'], count: 2 }, // { skill: 'html', user: ['Sue'], count: 1 } // ]; } see this image: http://i.imgur.com/UIeB3n4.png
      7 réponse(s)

      Question 9

      // How can I know which radio was clicked or selected? <h2>Monstrous Government Form</h2> <form id="myForm" name="myForm"> <fieldset> <legend>Do you live in an:</legend> <p><input type="radio" name="home" value="apartment" id="apartment" /> <label for="apartment">Apartment</label></p> <p><input type="radio" name="home" value="house" id="house" /> <label for="house">House</label></p> <p><input type="radio" name="home" value="mobile" id="mobile" /> <label for="mobile">Mobile Home/Trailer</label></p> <p><input type="radio" name="home" value="coop" id="coop" /> <label for="coop">Co-op</label></p> <p><input type="radio" name="home" value="none" id="none" /> <label for="none">None</label></p> </fieldset> <fieldset> <legend>Your income is:</legend> <p><input type="radio" name="inc" value="0-50K" id="0-50K" /> <label for="0-50K">$0-50,000 USD</label></p> <p><input type="radio" name="inc" value="50-100K" id="50-100K" /> <label for="50-100K">$50,000-100,000 USD</label></p> <p><input type="radio" name="inc" value="100K+" id="100K+" /> <label for="100K+">$100,000+ USD</label></p> </fieldset> <fieldset> <legend>Your status is:</legend> <p><input type="radio" name="status" value="single" id="single" /> <label for="single">single</label></p> <p><input type="radio" name="status" value="married" id="married" /> <label for="married">married</label></p> <p><input type="radio" name="status" value="partner" id="partner" /> <label for="partner">domestic partner</label></p> </fieldset> <p>This form goes on with another 97 questions....</p> <input type="submit" value="Submit" /> </form>
      5 réponse(s)
      49

      Autres retours d’entretien d’embauche pour un poste comme Front End Developer chez LinkedIn

      Entretien pour Software Engineer - Front End

      2 mars 2026
      Candidat à l'entretien anonyme
      California City, CA
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai passé un entretien chez LinkedIn (California City, CA)

      Entretien

      Interview Experience – Frontend / JavaScript Role I applied through the normal application process and was contacted by a recruiter for an initial screening. After passing the screening, I was scheduled for the first technical round with a technical recruiter. The interview was 60 minutes long and divided into two parts: Part 1 (≈20 minutes): Verbal technical questions focused on JavaScript fundamentals and core web concepts to assess foundational knowledge. Part 2 (≈40 minutes): Three practical questions: A small object-oriented JavaScript code snippet — I had to explain the output and suggest fixes/improvements. A basic data structures question involving arrays. A simple UI implementation task — I was given a visual mockup of a “friend request” container (name, title, accept/reject buttons) and asked to recreate it using HTML, CSS, and JavaScript. No complex logic was required; it was mainly to assess basic UI skills. I felt I performed very well and completed all parts successfully. However, I received a rejection afterward with no detailed feedback. It’s unclear what additional criteria were used in the decision. Overall, the recruiter provided clear instructions and preparation materials before the interview, which was helpful. Tip for candidates: Be comfortable with JavaScript fundamentals, object-oriented concepts, basic array manipulation, and simple HTML/CSS layout tasks. Good luck to future candidates!

      Questions d'entretien [1]

      Question 1

      JavaScript fundamentals: code output explanation, array manipulation, and a simple HTML/CSS UI task.
      Répondre à cette question

      Entretien pour Front End Developer

      3 mai 2022
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez LinkedIn en avr. 2022

      Entretien

      Applied online over Linkedln, and same got a response to schedule a phone interview. The phone interview went well and schedule a phone screening interview for next week. The recruiter was a helpful easy and smooth process.

      Questions d'entretien [1]

      Question 1

      1. What is API, have worked on it and elaborated a little about it? Below questions were asked in the screening interview on a zoom video call. 2. various frameworks you have worked on 3. What kind of domain you work on 4. Difference between padding and margin In coderpad challenge asked for 1 coding challenge from Leet and one code that has a method, function, constructor, and output of it.
      Répondre à cette question

      Entretien pour Front End Developer

      21 août 2023
      Employé (anonyme)
      Sunnyvale, CA
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez LinkedIn (Sunnyvale, CA) en mars 2022

      Entretien

      2 round. Coding challenge and coding interview. Coding challenge in Java, interview in react. Challenge took 90mins, interview took 45mins. Interviewer was nice. Code did not have to run. Had access to the web to look up syntax. Interviewer was very helpful and interactive

      Questions d'entretien [1]

      Question 1

      Sobering to do with moving weekends on a page
      Répondre à cette question

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Amazon
      3.7★Rémunération et avantages
      avatar
      Google
      4.5★Rémunération et avantages
      avatar
      Amazon Web Services
      3.9★Rémunération et avantages
      avatar
      TikTok
      3.6★Rémunération et avantages