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

      Red Hat

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Red Hat | Offres d’emploi chez Red Hat | Salaires chez Red Hat | Avantages sociaux chez Red Hat
      Entretiens chez Red HatEntretiens d’embauche pour Software Engineer chez Red HatEntretien chez Red Hat


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

      23 mai 2021
      Candidat à l'entretien anonyme
      Londres, Angleterre
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez Red Hat (Londres, Angleterre) en avr. 2020

      Entretien

      I was reached out by recruiter for a startup [StackRox] that got recently acquired by Redhat. He used to recruit for StackRox and continued to source for Redhat. I was told the process would be quick since it's still a startupy environment. Most of my rounds were scheduled pretty quickly. Questions were medium [leetcode] difficulty. Graphs, tries, arrays, linkedlists were covered [no dynamic-programming; no system design].

      Questions d'entretien [5]

      Question 1

      Q Implement a LRU cache.
      1 réponse

      Question 2

      Channel allocator Given an input of htop [process id, process name, action and type] allocate the process to a specific channel[s]. Write this function such that multiple rules can be handled and function should be flexible enough to additional rules Data type pid action proc S 123 bind nginx N 456 accept apache2 D 789 exec sh * Send all events with type "N" to channel 1. * Send all events for proc "nginx" to channel 2. * Send all events with action "accept" to channel 3. However, there can be additional rules as well. How to make this scalable?
      1 réponse

      Question 3

      Pacific-Atlantic water flow problem [leetcode]
      Répondre à cette question

      Question 4

      Given a list of manager relationships, return if A is a manager of B. if A -> B -> C , A is also a manager of C [indirectly]
      1 réponse

      Question 5

      # Given a series of string → tag pairings, construct a "compressed" output by replacing the # longest prefix with it's respective tag. Effectively, we are replacing PREFIXES only with their tags.
      Répondre à cette question
      5

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer chez Red Hat

      Entretien pour Software Engineer

      23 avr. 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via une autre source. Le processus a pris 4 semaines. J'ai passé un entretien chez Red Hat

      Entretien

      Processo lineare, uno screening al telefono, un colloquio con un HR, un colloquio con il CTO o un altro senior, colloquio con il product owner, ma poi mi hanno fermato lì

      Entretien pour Software Engineer

      1 avr. 2026
      Candidat à l'entretien anonyme
      Raleigh, NC
      Aucune offre
      Expérience neutre
      Entretien facile

      Candidature

      J'ai passé un entretien chez Red Hat (Raleigh, NC)

      Entretien

      Initially had the recruiter screening, followed by 2 rounds. One with the Principal Engineer and the other with a Senior Manager. Both went well. Unfortunately, they moved with another candidate.

      Entretien pour Software Engineer

      25 févr. 2026
      Employé (anonyme)
      Boston, MA
      Offre acceptée
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Red Hat (Boston, MA)

      Entretien

      Applied on LinkedIn. Contacted by tech lead a few weeks later for an interview. Video call interview (with someone other than the tech lead who contacted me) scheduled to last 30 minutes, ended up lasting about 45 minutes because I was having a good conversation with the interviewer.

      Questions d'entretien [1]

      Question 1

      Design a class in Python that efficiently stores a sparse vector.
      Répondre à cette question