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

      Planck

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Planck | Offres d’emploi chez Planck | Salaires chez Planck | Avantages sociaux chez Planck
      Entretiens chez PlanckEntretiens d’embauche pour Senior Software Engineer chez PlanckEntretien chez Planck


      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.

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

      avatar
      SAP
      3.9★Rémunération et avantages
      avatar
      Capgemini
      3.7★Rémunération et avantages
      avatar
      Salesforce
      4.4★Rémunération et avantages
      avatar
      Thomson Reuters
      3.8★Rémunération et avantages

      Entretien pour Senior Software Engineer

      8 août 2025
      Candidat à l'entretien anonyme
      Tel Aviv-Yafo

      Autres retours d’entretien d’embauche pour un poste comme Senior Software Engineer chez Planck

      Entretien pour Senior Software Engineer

      3 déc. 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Planck (Tel Aviv-Yafo)

      Entretien

      On site interview, you should bring your own laptop and you can use your own editor and work with LLM tools if you want Interviewer was nice and instructions were clear

      Questions d'entretien [1]

      Question 1

      1. Service Implementation with Smart Integration Tests Goal: Implement a simple service that greets a user by name, with robust integration test coverage. Requirements: A REST endpoint that returns "Hello, !" Name can be received either as: Path variable (e.g., /hello/John) Or query parameter (e.g., /hello?name=John) If the name is missing, return an appropriate error (400 Bad Request) Write integration tests that: Generate dynamic names (e.g., using UUID/random names) Test both input methods (path/query) Ensure the response is correct even when name is missing 2. Add Time-Based Blocking Logic (Smartly Testable) Goal: Add a rule to block the service between 14:00 and 16:00, in a way that can be mocked and tested reliably. ✅ Requirements: When the request comes between 14:00–16:00 → return 503 Service Unavailable Do NOT use LocalTime.now() directly inside logic. Instead: Abstract time-checking logic into a TimeGatekeeper interface with a method like boolean isAllowedNow() Implement a default version that checks current time In tests: Mock the TimeGatekeeper to simulate allowed/blocked times Ensure greeting still works in tests (time-blocking shouldn’t interfere with unrelated test logic) and you shold not mock the clock ✅ Also: Write a unit test for TimeGatekeeper itself Integration tests should pass even if current system time is in blocked range 3. System Design Question: OCR Over Millions of Images in S3 Scenario: You have: A large S3 bucket s3://images-a with millions of images (4–5MB each) A single machine with limited memory, CPU, and disk Goal: Run OCR on all images and save results to a second bucket s3://images-b Constraints: Maximize throughput, support failure recovery, and enable monitoring
      Répondre à cette question

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Planck en nov. 2025

      Entretien

      Hr call to check initial fit. System design interview, 1.5 hours. Not complex. Nice people. On site exercise - 3 hours. Group lead interview or some other executive. (And hr call, hr interview and recommenders, as usual).

      Questions d'entretien [1]

      Question 1

      elastic search knowledge and design
      1 réponse

      Entretien pour Senior Software Engineer

      29 mai 2025
      Candidat à l'entretien anonyme
      Tel Aviv-Yafo
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Planck (Tel Aviv-Yafo) en mai 2025

      Entretien

      First, interview by phone with providing basic information, next design interview. Very bad experience. After resolving everything in design interview they sent standart email saying that after deep consideration, they realized this may not be the right fit at the right time, and decided not to move forward with my candidacy. Interesting, what is right fit for them? This is wast of time

      Questions d'entretien [1]

      Question 1

      the question was to design the system collecting data from different resources downloading .csv files and providing an answer to the user combining all the row data by name and address. It should return the answer within a few seconds
      Répondre à cette question